Log In · Register

 
Help please ^.^
LoveLikeRain
post Aug 20 2008, 03:52 PM
Post #1


Newbie
*

Group: Member
Posts: 2
Joined: Aug 2008
Member No: 678,188



hey, ok...I'm trying to make a layout, and I have this part that's giving me trouble...

CODE
<div class="support" style="position: absolute; left:420px;  top:670px; width:332px; height:357px; overflow: auto;"><center><b>

Put whatever here blah blah blah blah blah....................

</center>
</div>


I want to change the font color to white, but when i put <font color=white> it gets rid of all the font.

Why does it do that, and how can I fix it?

Thanks ^.^
Reason for edit: Please put your codes in codeboxes. Thanks. - Gabi :)
 
 
Start new topic
Replies
xDarkHope
post Aug 20 2008, 04:47 PM
Post #2


R.I.P JDL
****

Group: Member
Posts: 178
Joined: May 2008
Member No: 652,668



there are two things you could do.

CODE
<div class="support" style="position: absolute; left:420px; top:670px; width:332px; height:357px; overflow: auto; color:ffffff;"><center>
<b>
Put whatever here blah blah blah blah blah....................

</center>
</div>


or

CODE
<div class="support" style="position: absolute; left:420px; top:670px; width:332px; height:357px; overflow: auto;"><center><font color=ffffff>
<b>
Put whatever here blah blah blah blah blah....................
</font>
</center>
</div>


also, depending on what you have your bold font set to it could also be contributing to it not working.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: