HighDots Forums  

Changing the css template configs. How?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Changing the css template configs. How? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default 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)

Reply With Quote
  #2  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: Changing the css template configs. How? - 11-26-2004 , 11:36 AM






Oopps, the last snippet should be:

<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)

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.