Changing the css template configs. How? -
11-26-2004
, 11:33 AM
When inserting styles in an external sheet, is there any way to make DW
skip the intents? To make it go:
body {
margin: 0;
}
instead of:
body {
margin: 0;
}
and when inserting styles in a doc, are there any ways to make it skip
BOTH the indents AND the superfluous comment tags, from this:
<style type="text/css">
<!--
body {
margin: 0;
}
-->
</style>
to this:
<style type="text/css">
body {
margin: 0;
}
-->
</style>
--
Dan Vendel - *GOF*
"Eagles may soar, free and proud, but weasels never get sucked into jet
engines."
Contact: http://www.proformica.com/contact.shtml
Call or chat me via Skype ID: danvendel, but DON'T ask questions that
you can ask here! (get Skype at http://skype.com) |