PDA

View Full Version : Easy Fix...Table is too wide


ZiRu$
06-11-2003, 02:36 PM
Whenever I click NEW REPLY (see image) my board gets bigger so the banner is off

ZiRu$
06-11-2003, 02:38 PM
the reason this happens is because the "See last posts" that is at the bottom is bigger (see image)

So I just need to know what line to change the size

Thanks

Talisman
06-11-2003, 05:37 PM
Check your threadreviewbit template (I think).

See if table width is 100% after the spacer:

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#0A293E" width="95%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
If that's okay, see if it works to change the width in the data part below that:

<td bgcolor="$backcolor" valign="top" width="175" nowrap><normalfont>$username</normalfont></td>
<td bgcolor="$backcolor" valign="top" width="100%"><normalfont>$reviewmessage</normalfont></td>

ZiRu$
06-12-2003, 01:33 AM
I tried that.....no luck.....i can resize the thread review table to any width ex. 85% and it does that.....but theres something still making the board Expand....it cant be a percentage it has to be a set # of pixels somewhere....BTW....all my threadreview templates are set to DEFAULT.....and if I turn OFF threadreview then the problem is fixed

Talisman
06-12-2003, 01:39 AM
I didn't think you would have a percentage going out to 150%.... but what about the second part of that?

There's a data field with a pixel width="175" (on my template).

<td bgcolor="$backcolor" valign="top" width="175"

Did you try something else for that value?

ZiRu$
06-14-2003, 03:23 AM
yah i tried that......still didnt work

Boofo
06-14-2003, 03:47 AM
Does it do it with the newthread, too? If not, compare the templates and see what is different.

Also, you might want to put the Jelsoft copyright back in the footer. ;)

ZiRu$
06-15-2003, 12:30 AM
Yesterday at 05:47 AM Boofo said this in Post #7 (https://vborg.vbsupport.ru/showthread.php?postid=408764#post408764)
Does it do it with the newthread, too? If not, compare the templates and see what is different.

No it doesnt do it in NEWTHREAD but thats because the "Review Last Threads" isnt on NEWTHREAD....i know thats the problem i just dont know WHAT PART...

Boofo
06-15-2003, 01:49 AM
Ok, have you looked at the threadreview template yet?