PDA

View Full Version : IE ERROR :(



UniqueHabbo
08-12-2008, 04:37 AM
Heya, it shows this
http://img.habboupload.com/1228710465.png

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 :(

Meti
08-12-2008, 07:39 AM
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

UniqueHabbo
08-12-2008, 08:28 AM
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 :(

Jam-ez
08-12-2008, 04:04 PM
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?

Decode
08-12-2008, 04:26 PM
Answered on CH http://clubhabboforum.net/showthread.php?t=151746

L?KE
08-12-2008, 06:19 PM
legend {
color: WHATEVER;
}

UniqueHabbo
09-12-2008, 12:59 AM
legend {
color: WHATEVER;
}

Cheers +rep

Want to hide these adverts? Register an account for free!