in reply to CSS back into HTML

If you still can use CSS, just not external, you can embed the style sheet in the head tag.

<HEAD> <STYLE TYPE="text/css" MEDIA=screen> <!-- BODY { background: url(foo.gif) red; color: black } P EM { background: yellow; color: black } .note { margin-left: 5em; margin-right: 5em } --> </STYLE> </HEAD>

html help has more information on how to do that.

"Cogito cogito ergo cogito sum - I think that I think, therefore I think that I am." Ambrose Bierce