View Full Version : whats wrong in this code?


rock182
05-02-2006, 12:20 AM
This is for my Myspace. Everything works except the background is black (which it is suppossed to be) and the text is black also. I tried to change the font color to a pink but it won't work. Any ideas why?


<ilayer name="scroll1"><br><div id="scroll3"
style="width:200; height:230;
border:1px SOLID ..FF33FF;
background-color:transparent;
font-size:2;
overflow:auto;>
<font color=..FF33FF size="2">
<p align=justify><p>
<font face="Century Gothic" size="2" color="..FF33FF">
<FONT FACE="Century Gothic" SIZE="2" COLOR="..FF33FF">

<menu>
<LI type="circle">10 Years
<LI type="circle">Yellowcard
</menu>
</font>
</ilayer>
</div>

Wermaus
05-02-2006, 01:26 AM
Hi!

This should go into the MySpace board a few boards below...
But if Myspace uses regular HTML here is what you did wrong.
instead of
...color="..FF33FF"
write
color="#FF33FF"
Every Hex-color has to be declared with a # at the beginning

rock182
05-02-2006, 02:43 AM
(Im sorry. I never knew there was a myspace board.)

When I first entered the code, I wrote it the correct way without the dots but when I edit the code the dots are just there.