Revision [2402]

This is an old revision of WikkaSkinOptimization made by DarTar on 2004-11-24 09:01:30.

 

A new layout for Wikka?

Last updated 2004-11-24: suggestions included in the template

Related pages:



For several reasons the HTML output produced by Wikka does not allow optimal control on the layout.
Before installing skins, I'd like to discuss some ideas for a better template. Proposed modification are highlighted, feel free to add your comments and/or other proposals.

<html>
<body>
<div id="page"> (new wrapper, was called container in previous draft)
<div id="header"> (id instead of class)
<h2> PageTitle </h2>
<ul id="main_menu"> (WikkaMenus *)
<li>menu item</li>
</ul>
</div>
<div id="content"> (currently called page, id instead of class)
The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog (main content)
The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog
</div>
<div id="comments"> (new wrapper)
</div>
<div id="commentsheader"> (id instead of class)
</div>
<div class="comment">
</div>
<div class="comment">
</div>
...
</div>
<div id="commentform"> (id instead of class)
</div>
</div>
<div id="footer"> (id instead of class)
<ul id="footer_menu"> (WikkaMenus *)
<li>menu item</li>
</ul>
<div class="smallprint">
</div>
<div id="microtime"> (new class for formatting (or masking) the microtime information)
</div>
</div>
</div>
</body>
</html>



Your ideas?

-- DarTar


CategoryLayout
There are 18 comments on this page. [Show comments]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki