View Full Version : fonts eeek


littledeadgirl
09-16-2004, 02:12 PM
right i want to change the font of my page to comic sans or arial how do i do that? like i triedl ookin it up here but didn't get it.

<body bgcolor="#000000" text="#000000" link="#000000" vlink="#000000" alink="#000000"> <- can i add anything onto that to it will change?

charliex

sisqoluv
09-16-2004, 02:39 PM
You can change your css coding. See www.lissaexplains.com/css.shtml

Or you can use <font face="COMIC SANS MS">text here</font>

littledeadgirl
09-16-2004, 02:44 PM
ah right nah i didn't wanan use css n that i cant b ^^^^^ to use for every bit i type iguess theres no other way? thanx for the help tho!

starlet
09-16-2004, 03:09 PM
You don't have to use it for every bit you type...just surround all your content with that code..

<font face="COMIC SANS MS">All text/content/everything here.</font>

littledeadgirl
09-16-2004, 03:24 PM
oh right. thankyou so much:d

pb&j
09-16-2004, 04:07 PM
just for reference, to do it the css way, all you have to do is add this into the HEAD area of your coding...

<style type="text/css">
body,p,td,div,span {font-family:arial;}
</style>

littledeadgirl
09-16-2004, 09:52 PM
just for reference, to do it the css way, all you have to do is add this into the HEAD area of your coding...

<style type="text/css">
body,p,td,div,span {font-family:arial;}
</style>

dont really like css. it confuses me more than html but thanx anyway.