If the person has the arial font on their computer, this uses it. If they don't, this uses helvetica. Mac users don't have arial, but do have helvetica, which is similar:
<span style="font-family:arial,helvetica">your text</span>
For fonts to work, the person must have them installed on THEIR computer. If you specify a font they don't have, the font will default to Times New Roman unless you specify a fallback as above.
To change the size:
<span style="font-size:10pt">your text</span>
You must include the "pt" for it to work.
To change the color:
<span style="color:red">your text</span>
You can also use hexadecimal color codes:
<span style="color:#0000CC">your text</span>
here is my guide on hexadecimal color codes: [Link](Mouse over link to see full location)
To use more than one attribute, separate them using a semicolon. To change the color and size, for example:
<span style="color:red;font-size:10pt">your text</span>
You put this anywhere you want it on Myspace, and it will work.
To change anything for the entire page, put this in "about me":
<style type="text/css">
attributes specified above
</style>
So to change the entire page text color to red and the entire page font to palatino linotype:
<style type="text/css">
color:red;font-family:palatino linotype;
</style> [ theymos's advice column | Ask theymos A Question ]
Buttacup answered Sunday November 18 2007, 7:41 pm: I don't know the text, but to change the color type in <font color="(find color codes online)"> to change the color. Same goes for size:
<font size="(1,2,3,ect.)">
Attention: NOTHING on this site may be reproduced in any fashion whatsoever without explicit consent (in writing) of the owner of said material, unless otherwise stated on the page where the content originated. Search engines are free to index and cache our content. Users who post their account names or personal information in their questions have no expectation of privacy beyond that point for anything they disclose. Questions are otherwise considered anonymous to the general public.