PDA

View Full Version : Cannot see how to correct a CSS error


design292806
06-03-2011, 05:26 AM
the Dreamweaver validator is flagging a problem with a line in a template I have made using Webassist CSSSculptor. And I cannot figure out what is wrong with it. These are the flagged up lines of source code:

<style type="text/css" media="all">
<!--
@import url("../public_html/CSSSculptor/2ColumnFixedRightSidebarHeaderandFooter_Ridings_cs s/screen.css");
-->
</style>

Any thoughts, anyone?

Jason Byrnes
06-03-2011, 07:01 AM
what is the error reported for this line by the validator?

without knowing what error the validator is reporting, we have no way of knowing how to correct it.

SOJO web
06-05-2011, 11:35 PM
One thing that would concern me is that in the URL you are importing, I notice a space between the cs and s: "2ColumnFixedRightSidebarHeaderandFooter_Ridings_cs s"

That would cause a validation issue as spaces should be avoided in folder names and file names (especially on dynamic content).

Best regards,

Brian