View Single Post
Old 03-30-2005, 05:01 PM  
jayeff
Confirmed User
 
Join Date: May 2001
Posts: 2,944
Quote:
Originally Posted by GirlNinja
I want to set them inside the body tag:

BODY {
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 14pt;
color: 193c24;
background-color: e4f9cc;

}
I cannot imagine why you are being asked to do it this way because it is absolutely the wrong way to go about it, but if you insist:

<body style="font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 14pt; color: #193c24; background-color: #e4f9cc;">

You cannot however set the link attributes in this way. For those, the options have already been suggested.

And btw font sizes in pt (as opposed to px) do not render the same size in every browser...

Last edited by jayeff; 03-30-2005 at 05:03 PM..
jayeff is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote