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...