View Full Version : Font trouble


cute_senorita
02-19-2005, 08:49 PM
hello, still having trouble with CSS, but with fonts now:

http://www.geocities.com/lil_cute_senorita/hp.html

I want my text to appear in white, in comic sans font, which I put in the css code, but it doesn't work. I don't know what I'm doing wrong.

randomjon
02-19-2005, 08:57 PM
Your code is:

body
{background-color: #000000;
background-image: url(http://www.geocities.com/lil_cute_senorita/lightningboltyellow.bmp);
background-repeat: repeat-y;}

font-family: Comic Sans;
color: #FFFFFF ;
font-weight: normal;
font-size: 16pt

your code should be:

body
{background-color: #000000;
background-image: url(http://www.geocities.com/lil_cute_senorita/lightningboltyellow.bmp);
background-repeat: repeat-y;
font-family: Comic Sans;
color: #FFFFFF;
font-weight: normal;
font-size: 16pt;}

cute_senorita
02-19-2005, 09:00 PM
awsome, thanx

MaGiCSuN
02-19-2005, 09:01 PM
Next time please keep it in one thread if it's about the same subject :)

also it's "Comic Sans Ms" :)

Love,
Mirna