lummoxcooties
11-04-2005, 10:29 AM
I haven't been playing around with 2006 too much, so forgive me if these are already included.
I would to have the ability to have have all css design elements (alignment, size, color, etc) go to either an external stylesheet, or at least all go neatly between the head tags instead of having the styles go directly to the individual tags
Example:
<head>
div.cent{ width: 350px; background-color: #cc9;}
</head>
(along with a div class in the body)
instead of
<div style="width: 350px; background-color: #cc9;">
--------------------------------------------------------------
Also, I'd like to have tags like BR and IMG to close automatically to xhtml specifications when clickin on the buttons. Is there a way to program the " />" at the end?
I would to have the ability to have have all css design elements (alignment, size, color, etc) go to either an external stylesheet, or at least all go neatly between the head tags instead of having the styles go directly to the individual tags
Example:
<head>
div.cent{ width: 350px; background-color: #cc9;}
</head>
(along with a div class in the body)
instead of
<div style="width: 350px; background-color: #cc9;">
--------------------------------------------------------------
Also, I'd like to have tags like BR and IMG to close automatically to xhtml specifications when clickin on the buttons. Is there a way to program the " />" at the end?