Click to See Complete Forum and Search --> : font tags


theuedimaster
05-30-2004, 06:50 PM
Do font tags not work in firefox? They never do in all the sites that i make. How can I make change the font color on my pages, and have it show up on firefox?

Neczy
05-30-2004, 07:01 PM
body {
font-family: verdana, "Times New Roman", Times, serif;
color: #000000;
}


theres an example of what i use on my site, change fonts accordingly ofcouse ;)

theuedimaster
05-30-2004, 07:02 PM
nm. i just had to put quotes around color#, now it works

Neczy
05-30-2004, 07:13 PM
heh woops, thought you said "my fonts wont work" edited my post to include color now for anyone that looks later.