News:

Wondering if this will always be free?  See why free is better.

Main Menu

@import - xhtml css

Started by Thunderace, May 10, 2005, 03:40:07 PM

Previous topic - Next topic

Thunderace

I have an xhtml site and I'm "wrapping" another script within it. The second script uses its own css.

If I use the following it does the job and looks great, it just doesn't validate xhtml ..

<style type="text/css">
   <!--
     @import url("stylesheet.css");
   -->
   </style>


Can I achieve the same using xhtml valid code?

[Unknown]

I'm afraid the style element has to be in the head element.... is there any way to move it?

-[Unknown]

Advertisement: