Results 1 to 7 of 7

Thread: IE ERROR :(

  1. #1
    Join Date
    Aug 2008
    Posts
    206
    Tokens
    0

    Unhappy IE ERROR :(

    Heya, it shows this


    CODE:

    HTML Code:
    <fieldset>
    <legend><img src="image.gif"> <b>WELCOME</b></legend>
    Content
    </fieldset>
    It should be the same color as the content (the welcome below it), only bold.
    Doesn't do this on Netscape, Opra or anything else except IE

  2. #2
    Join Date
    Jan 2008
    Posts
    3,711
    Tokens
    100

    Latest Awards:

    Default

    What do you mean? Do you want to make all the text bold?
    Just do this:
    <strong><fieldset>
    <legend><img src="image.gif"> WELCOME</legend>
    Content
    </fieldset></strong>
    should work

  3. #3
    Join Date
    Aug 2008
    Posts
    206
    Tokens
    0

    Default

    Quote Originally Posted by Meti View Post
    What do you mean? Do you want to make all the text bold?
    Just do this:


    should work
    No, I mean I don't want the header blue

  4. #4

    Default

    Quote Originally Posted by UniqueHabbo View Post
    No, I mean I don't want the header blue
    Perhaps its set in your css? Look for a bold tag in your .css files, or perhaps even a <legend> tag?

  5. #5
    Join Date
    Dec 2006
    Posts
    3,970
    Tokens
    0

    Latest Awards:

    Default

    Lets set the stage on fire, and hollywood will be jealous.

  6. #6
    Join Date
    Feb 2007
    Location
    Essex, England
    Posts
    1,392
    Tokens
    0

    Latest Awards:

    Default

    Code:
    legend {
    color: WHATEVER;
    }


  7. #7
    Join Date
    Aug 2008
    Posts
    206
    Tokens
    0

    Default

    Quote Originally Posted by L?KE View Post
    Code:
    legend {
    color: WHATEVER;
    }
    Cheers +rep

Posting Permissions

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