Forum Moderators: open
Here is what I have
<BODY BGCOLOR="#FFFFFF" text="#999966" link="#CCCC00" alink="#FFFF66" vlink="#CCCC00">
On one section I want this:
<BODY BGCOLOR="#FFFFFF" text="#000000" link="#0000CC" alink="#FFFF66" vlink="#800080">
However, if you absolutely insist, you can simply use font tags to set the text and link colors. Another possibility is to use an
iframe and include the section which is kept in a separate page. Or is inline CSS (ie. not in a separate stylesheet) acceptable to you?