79.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

07-09-2015, 10:52 PM
Post: #1
Someone here with good css knowledge
Someone here with good CSS knowledge please write for me these words because are blurry.

[Image: 111j80p.jpg]
07-12-2015, 05:18 PM
Post: #2
RE: Someone here with good css knowledge
Code:
body { max-width: 680px; margin: auto }

What do you want from this?
07-13-2015, 07:26 AM
Post: #3
RE: Someone here with good css knowledge
This css code makes the body of the page have 680px and stay (hopefully) in the middle of the page. =P
07-17-2015, 10:50 PM
Post: #4
RE: Someone here with good css knowledge
try this :

CSS Code :

input[type=text] {
padding: 0;
height: 30px;
position: middle;
left: 0;
outline: none;
border: 1px solid #cdcdcd;
border-color: rgba(0,0,0,.15);
background-color: white;
font-size: 16px;
}
.advancedSearchTextbox {
width: 680px;
height: 400px;
margin-right: -4px;
}


Then place the HTML code where you want the box :

<input type="text" class="advancedSearchTextBox" />




dont have time to test it, but should work,
and if it dosnt then you have something to work with :)




56.gif