I want to suggest a change on the default template and is eliminate completely the tables from the default template and replace them as <div> I still have a table under content called:
<table id="main" summary="body">

Could we take off this table and replace it with a <div id="main" alt="body">

The second suggestion is eliminate the padding on the content id which add an unecessary space. #content { width: 100%; padding: 0 0 160px 0; clear: both; display: block; font-size: 1em; background:#FFF; }

160px on padding-bottom shouldn't be here since it add unecessary space that we might want to use for design.

Another option is to make the template more hackable so we can have simple instructions to eliminate the design in case the project want to have their own. design. that means having all this under a template div that we can just hide.

--
Alexandro Colorado
CoLeader of OpenOffice.org ES
http://es.openoffice.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to