Results 1 to 3 of 3

Thread: simple css i think, pls help ??? :(

  1. #1

    Thread Starter
    Fanatic Member ubunreal69's Avatar
    Join Date
    Apr 2001
    Location
    Morayfield, Australia
    Posts
    609

    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 ?

  2. #2
    Fanatic Member Blade's Avatar
    Join Date
    Jan 1999
    Location
    Stoke-on-Trent, UK
    Posts
    527
    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

  3. #3

    Thread Starter
    Fanatic Member ubunreal69's Avatar
    Join Date
    Apr 2001
    Location
    Morayfield, Australia
    Posts
    609
    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
  •  



Click Here to Expand Forum to Full Width