David Hayter
01-11-2004, 05:51 PM
but it wont work. Help
|
View Full Version : I am trying to change one word to a specific font... David Hayter 01-11-2004, 05:51 PM but it wont work. Help starlet 01-11-2004, 05:53 PM Well what code are you using? The easiest way would be with the font tag but if you are more advanced you could use CSS...font tag example... Hello my name is <font face="arial">David</font> burntsushi 01-11-2004, 06:31 PM just adding the CSS version, in case you want to use that too :) Helly my name is <span style="font-family: arial, verdana, serif">David</span> bellportal 01-11-2004, 08:10 PM Well there you have it! I would use the HTML if I were you - see the majority of my other posts telling people that not everyone has CSS. :P |