pieter |
|
---|---|
Not only your gallery page is messed up, also homepage and the rest is not aligned.
---------------------- Here is what you can try: 1. Like index: big part left, small part right <div id="lSide"> <div class="lboxHD">{TITEL HERE}</div> <div class="lboxBody"> {MAIN PART HERE} </div> </div> <div id="rSide"> <div class="rboxHD">{eg Title of POTW} :</div> <div class="rboxBody">{part for the POTW}</div> </div> Or like a page, only one part: <!-- BEGIN: MAIN --> <div class="mboxHD">{PAGE_TITLE}</div> <div class="mboxBody"> <div class="pageBody"> <div class="pageTop"></div> <div class="pageText"> {All the rest from the original TPL} </div> </div> </div> <!-- END: MAIN --> ---------------------- Let me know if it worked. --------------------------- class="mboxHD" is the big blue topborder class="mboxBody" is the with part just below. ... can we help you ...
|
|
Отредактировано: pieter (01.03.2009 22:48, 16 лет назад) |