DemptD |
|
---|---|
Ok, ive tried but i just fail!
Could someone fix it so that the gallery looks like the rest of the site? (the background and such) Gallery gallery.tpl in a .zip Its the SED-Light skin that comes with Cotonti. |
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 ...
|
|
This post was edited by pieter (2009-03-01 22:48, 15 years ago) |
DemptD |
|
---|---|
Ohh, that almost worked!
Just the footer got messed up... http://www.demptd.com/troms/plug.php?e=gallery I did it like a page |
pieter |
|
---|---|
add one more </div> in the tpl.
Just play a little bit with it. ... can we help you ...
|
|
This post was edited by pieter (2009-03-01 23:13, 15 years ago) |
DemptD |
|
---|---|
# pieter : add one more </div> in the tpl. Fixed it, placed the divs in the wrong spot Thanks for your help! ![]() |
pieter |
|
---|---|
I guess you use FF?
Because in IE it is not ok. Not only the gallery. ... can we help you ...
|
DemptD |
|
---|---|
# pieter : I guess you use FF? Yeah i use FF... Gonna check it in stupid IE now then Holy! How can it look SO bad in IE?! http://www.demptd.com/troms/datas/users/1/1235921710_1b0957_1.jpg I uploaded a fresh untouched version of sed-light but it still doesnt align right in IE on my site: http://www.demptd.com/troms/datas/users/1/1235922574_9af445_1.jpg I got it fixed, was my language file i had converted to norwegian. When i removed the Æ Ø Å (Scandinavian characters) from it the page looks good again. How can i make those characters work? |
|
This post was edited by DemptD (2009-03-02 00:21, 15 years ago) |