16-07-2009, 22:31
(Ten post był ostatnio modyfikowany: 16-07-2009, 22:57 przez Labsta.com.)
Kod:
<div id="page">
<!-- start content -->
<div id="content">
<div class="post">
<h1 class="title"><a href="#">TYTUŁ</a></h1>
<p class="meta">PODTYTUŁ</p>
<div class="entry">
<p>
<!-- end content -->
<!-- start sidebar two -->
TREŚĆ
</div>
</div>
</div>
<div id="sidebar2" class="sidebar">
<ul>
<li>
<h2>MENU PRAWE 1</h2>
<ul>
<li>link</a></li>
<li>link</a></li>
<li>link</li>
</ul>
</li>
<li>
<h2>MENU prawe 2</h2>
<ul>
<li>linki</li>
...
</ul>
</li>
<li>
<h2>Linki</h2>
<ul>
<li>link</li>
</ul>
</li>
</ul>
</div>
<!-- end sidebar two -->
<div style="clear: both;"> </div>
</div>
<!-- end page -->
i wklejam te php pomiedzy div id=content
ale moze mam coś zle w podstronie czy w tej podstronie wystarczy ze jest to co wytne z powyzszego czy jeszcze cos ?