Revision [2347]

This is an old revision of WikkaSkinOptimization made by DarTar on 2004-11-22 10:23:09.

 

A new layout for Wikka?


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="container">
<div id="header">
<h2> PageTitle </h2>
<ul id="main_menu"> (WikkaMenus *)
<li>menu item</li>
</ul>
</div>
<div id="page">
</div>
<div id="commentsheader">
</div>
<div class="comment">
<div class="commentinfo" >
</div>
</div>
<div id="commentform">
</div>
<div id="footer">
</div>
<div class="smallprint">
</div>
<div id="microtime">
</div>
</div>
</body>
</html>



Your ideas?

-- DarTar


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