Posted by Bernhard Sturm on 01/08/06 19:02
Malte Christensen wrote:
> The interim results after 3 hours are at www.nmalte.dk. I am very
> pleased with the clarity that this design results in, even if probably
> everything could be improved.
why not dropping the table based layout entirely? you could achieve the
same layout by using <div>s, and your source code would be very easy to
read and maintain.
e.g.:
<div id="header">Header</div>
<div id="main">
<div id="menu">Menu</div>
<div id="main">Main Content</div>
</div>
<div id="footer"></div>
this looks easier than your table construct (at least to me :-)
bernhard
--
www.daszeichen.ch
remove nixspam to reply
----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
Navigation:
[Reply to this message]
|