The Mudcat Café TM
Thread #52115   Message #800403
Posted By: MudGuard
10-Oct-02 - 12:01 PM
Thread Name: Tech: Browser problem
Subject: RE: Tech: Browser problem
Chris, you are wrong.

<style type="text/css">
<!--
a:link { color:blue; }
-->
</style>

is a (short) CSS-Style-Section.
<!-- is the start of an HTML comment (to hide the CSS from very old browsers which do not know the style element.

--> is the end of that HTML comment.

--!> is not a legal end of comment in HTML.