Results 1 to 6 of 6

Thread: wanna define different texts for website...plz help

  1. #1
    Join Date
    Jul 2006
    Location
    Aligarh,India
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default wanna define different texts for website...plz help

    i want to define different text for different sections of my website,can any of you please tell me how to do it in my CSS file?

    i want to do the thing that is in this site

    www.shamshasan.com

    this dude has defined different text styles for different areas of all of his webpages...i also wanna do it.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Depends entirely on how your site is set out.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jul 2006
    Location
    Aligarh,India
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    *GULP* darn it! how am i going to show that to u?

  4. #4
    Join Date
    Jul 2006
    Location
    Aligarh,India
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    okay....i uploaded the page on net and now the text fader has stopped working

    here's the link
    http://www.freewebs.com/shahlaahsan/index.htm

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Give the containing elements IDs, then use CSS:
    Code:
    #element1 {
      font-family: serif;
      font-size: 95%;
    }
    
    #element2 {
      font-family: monospace;
      font-size: 105%;
    }
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #6
    Join Date
    Jul 2006
    Location
    Aligarh,India
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    alright! thanx a lot!!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •