View Full Version : help me with the fonts PLEASE!!


c0cONuTTeR
02-03-2005, 02:23 AM
http://www.xanga.com/home.aspx?user=kilay_kissez

how do you get the font like that when you post like every other word a different style HELP!

tokyo bleu
02-03-2005, 03:29 AM
Example:
This is an example. This is an example.

It's just basic HTML... use the bold, underline, and italic tags. Make sure 'Edit HTML' is checked.

c0cONuTTeR
02-03-2005, 12:32 PM
but how does she make the underline like squiglely and it differnt colors?


and how does she make it in the date and make the mood thing and make the curretnyl thing

there has to be some kinda code for both of them!!!

c0cONuTTeR
02-03-2005, 09:54 PM
this is too hard =(

mia_mia
02-04-2005, 12:17 AM
<style>
b {font: arial 8pt; color: B08494; text-transform: normal; font-weight: bold; letter-spacing:0px;}
i {font: arial 9px; color: BFA8C6; letter spacing:-1.5px;}
P {
font: normal 8pt arial;
text-align:justify;
line-height: 15px;}

u{ color: 97BECD;
font: 8pt arial;
text-decoration: none;
font-weight: normal;
text-transform: lowercase;
border: 1px solid black;
border-width: 0px 0px 1px 0px;}
</style>

just change the colors to your likings...

c0cONuTTeR
02-04-2005, 12:21 AM
Thanks!

mia_mia
02-04-2005, 12:28 AM
np