Web Hosting Talk







View Full Version : Web Design Question


David-WWH
08-24-2002, 03:42 PM
I am not sure if this is the appropriate forum to post this, so if not I aplogize.

We are reworking our site and have come upon a small issue; I was hoping someone out there would know what to do!

We need to make a small text box for a domain search - the original template we made looks great, but the graphical text box we created is smaller than the one that is created in HTML. Our designer can't figure out how to make a textarea smaller vertically. He thinks CSS may be the answer, but we don't have a clue.

Any ideas?

Thanks in advance!

Best regards,
David Harris

I3 Optic
08-24-2002, 03:48 PM
Have you tried reducing the text size for the input field?

<input type="text" name="textfield" size="15" style="font-family:Arial; font-size:10px">

anantatman
08-24-2002, 03:53 PM
i think in css you can put a height and width in px.. or to make it look cleaner, modify the way borders look

David-WWH
08-24-2002, 04:02 PM
Hello I3, that's the ticket! Thanks for the help guys....