What is the HTML code to make the font size bigger on Myspace 2.0?

Kyrie

New member
I know when I used to have 1.0, I could just say <font size="5></font>

But on 2.0, that always seems to change the font, and not the size. I've also noticed that the traditional HTML codes change after I type them in (i.e. <b></b> changes to <strong></strong>). Is it not reading the font command?

I'm not very experienced with HTML, but I do know some basics, and up till now, they haven't failed me.

Anyone who knows about HTML, or can enlarge fonts on Myspace 2.0, help would be greatly appreciated.

Thanks.
 
Hmm lets try the basic codes here

<font size="5"></font>
<div style="font-size:18pt;"></div>
<h1></h1>
<h2></h2>
<h3></h3>
...
 
Back
Top