|
-
Dec 8th, 2001, 09:05 AM
#1
Thread Starter
Fanatic Member
simple css i think, pls help ??? :(
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 ?
-
Dec 8th, 2001, 12:31 PM
#2
Fanatic Member
In the style sheet, just put the name of your tag and it's style.
like:
Code:
//Make all INPUT tags bold
<STYLE>
INPUT {font-weight: bold;}
</STYLE>
Blade
-
Dec 8th, 2001, 11:16 PM
#3
Thread Starter
Fanatic Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|