PDA

View Full Version : problem with showthread


tpr
10-17-2004, 02:19 PM
Hello,
im working on a new version of my site and encountered a problem integrating vbadvanced with showthread.php
basically the alignment is screwed and the quick replay is larger than the page itself.
for an example go to : http://www.limudim.org/test/showthread.php?t=132

any suggestions ?
this is rather urgent as the site was schedule to open today :D

Guy

Brian
10-17-2004, 09:18 PM
You'll need to edit your postbit template and remove some of the div tags from there.

Our Sponsors
 

tpr
10-17-2004, 11:46 PM
yes i noticed what seems to be the problem :
<!-- open content container -->

<div align="center">
<div class="page" style="width:750px; text-align:right">
<div style="padding:0px 15px 0px 15px">

<div style="padding:0px 0px 6px 0px">
<!-- this is not the last post shown on the page -->

however i thought i can solve this without actually deleting the div. wont deleting the div cause other problems ?

P.S
anyone else encountered this problem ? any idea why it happens ?