I've actually set up a couple of macros - one to populate the stylesheet in
and one to populate the page. I fill in the info as needed. I like to
comment my divs so I know where it begins and ends and avoid the extra div
tag issue. The comments are in the macro, also.

I use something like this :

 <!---  begin wrapper div -->
<div id="wrapper">

</div>
<!-- end wrapper div -->

Doesn't add much to the weight of the page and saves me a world of trouble.

Since I'm on a Mac and cheap, I use Keyboard Maestro for the macros. I've
also set up a macro to plug in the right doc type (I like XHTML
Transitional, since it supports target="_blank"), and another macro to plug
in the includes code. This way, once you know that it's working, it always
works and never becomes an issue for the code not working right, and you can
concentrate on other validation and just plain working right issues. Is the
page breaking because you have an extra closing div tag, or because of
something else entirely?


-- 
Theresa Mesa
Mesa Design House
http://mesadesignhouse.com
909-335-9710
Fax 909-335-9717
Business hours: M-F, 9-5


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to