Myspace HTML Code Problem...?

I had webpage design in school for 2 years, back in 9th and 10th grade so im pretty good with html, I'm having a problem though on my page. I can post comments on other peoples pages, and even in their picture comments and make it do what i want it to do, but when i use the same code for my profile, it dosent change the text at all.... heres the code im using, please give me another code that will work.. Thanks I will space the code so it will show < font color =#ff0000 > < BIG > < BIG > < BIG > < B > but it dosent change the size or the color at all... Someone answered the earlier and told me to try this code, but it still didnt work <span style="font: #ff0000 150% bold;">your text</span>

Public Comments

  1. Why the <big> tags... and why three?? Anyway, the problem probably lies in the CSS stylesheet that you are using to customize your page... There's a line in there that is changing your text, sooooo...
  2. well this is what i do <font color="type a color"> <b> that one is for making it bold <i> that is for makin it italized <font size="type a number"> and for font type <font face="type of font"> yeah thats pretty much it lol
  3. I'm the same one who answered earlier. Separate the attributes like this: <span style="color: ff0000; font-size: 150%; font-weight: bold;">your text</span> I tested it, and it works.
  4. Don't add the number symbol (#) with the code, it doesn't work on myspace.
  5. simply try this <FONT SIZE="+2"><FONT COLOR="#ff0000">I am gold!</FONT></FONT> you could use +2 or +3 or +4 or more !
  6. <font color="#variable">text</font>
Powered by Yahoo! Answers