PDA

View Full Version : How can I fix this??


Photon
09-09-2002, 07:25 PM
attachment says all :)

assassingod
09-09-2002, 08:01 PM
Remove any <BR> tags.

Photon
09-09-2002, 08:44 PM
no not that one.. the one with newthread en post reply is too big...

?HUH?
09-10-2002, 05:32 AM
to wide? to thick?

Tony G
09-10-2002, 05:34 AM
Make sure you have a width="100%" in the <td> tag.

Photon
09-10-2002, 07:46 AM
I need to know the exact templates and location.. it's about the wide btw.. thnx in advance

Tony G
09-10-2002, 08:30 AM
Well I don't have your showthread code so could you attach that here?

Photon
09-10-2002, 10:28 AM
here u go..


I put it in an attachment :)

Tony G
09-10-2002, 10:40 AM
Replace:

<td width="755"><smallfont color="#000000"><b>$timezone</b></smallfont></td>

With...

<td width="100%"><smallfont color="#000000"><b>$timezone</b></smallfont></td>

The code was a bit confusing on where everything was placed but I think thats right.

Photon
09-10-2002, 10:47 AM
nope still the same prob.

Tony G
09-10-2002, 11:25 AM
Can you attach it in a .txt file? Makes it easier to see all the code. Scrolling gets annoying.

Photon
09-10-2002, 11:51 AM
here u go...

Photon
09-10-2002, 12:04 PM
btw that 755% was another bug.. ;) fixed now.. thank you :D

Photon
09-11-2002, 01:18 PM
anyone else who knows it??

mashby
09-11-2002, 02:41 PM
I think it's your postbit file where you'll find the problem. BTW, what IS the problem? Is it that the bar above the post is too long? Or, is it that the postbit is not wide enough?

Photon
09-11-2002, 10:40 PM
the bar is too long...

mashby
09-12-2002, 03:18 AM
Ok, then in your postbit, look for the table that contains the bar and enter the exact width you want. In other words <table width="80%"> or <table width="600">.

Tony G
09-12-2002, 06:24 AM
I have the ocde there I posted before which I think is where the bar code is situated.

Photon
09-12-2002, 01:56 PM
Originally posted by Tony
I have the ocde there I posted before which I think is where the bar code is situated.

and where do u think?? :D

chratnox
09-12-2002, 11:22 PM
the new thread / post reply buttons are situated in showthread..

between :

<!-- time zone and post buttons -->

and

<!-- /time zone and post buttons -->

look for the code there...remember you should have <td width="80%"> in it
or whatever suits your forums
if you still can't fix it...you know where to reach me ;)

mashby
09-13-2002, 05:26 PM
Thanks for the correction chratnox.

Photon
09-13-2002, 06:06 PM
works fine now :D