Quote:
Originally Posted by FrickenTrevor
So how do i take the
tag and make it so its in CSS?
|
You could use
<body style="overflow: hidden;">. I would recommend taking Excavator's approach and using an embedded or external style sheet with selectors to apply this CSS though.
Quote:
Originally Posted by FrickenTrevor
I have this tag on my site but W3C is demanding that it gets fixed. My site is in HTML 4.01 Loose with a encoding of utf-8
|
I believe the correct name is HTML 4.01 Transitional. (The DTD file is named "loose.dtd" though.)