PDA

Click to See Complete Forum and Search --> : simple css i think, pls help ??? :(


ubunreal69
Dec 8th, 2001, 08:05 AM
how (in CSS) would i tbe possible to create a style that will apply to, say for example all the <input type=text>'s in a page ??

is it possible ?

Blade
Dec 8th, 2001, 11:31 AM
In the style sheet, just put the name of your tag and it's style.

like:


//Make all INPUT tags bold

<STYLE>

INPUT {font-weight: bold;}

</STYLE>



Blade

ubunreal69
Dec 8th, 2001, 10:16 PM
thanx; sorry but i'm not too advanced in css being used in the header of the page, i normally incorperate it in every bit of text / form in the page & change over to one *.css file for the whole page when i'm done (trouble is i never really finish a page properly)

thanx again.

ME