Instead of putting a font code in each section to change the font text, how do I make ALL the text on my profile a specific font?
I want the top links, my location/age, and everything else to be one font, but I don't know how to change it.
Can someone who's skilled in HTML help? Is there a code?
Change Myspace Text?
You can use a bit of stylesheet (CSS) trickery that you insert in the About Me box, like so:
(style type="text/css")
body {
font-family: "whatever you fancy";
font-size: whateverpx;
color: black;
}
(/style)
Replace brackets with %26lt; and %26gt;.
Change Myspace Text?
http://www.google.com/search?hl=en%26amp;q=mys...
http://www.pimpwebpage.com/kw_changefont...
No comments:
Post a Comment