PDA

View Full Version : How can i fix this problem of my banner


gbml4u
01-16-2007, 06:33 PM
<a href="http://sinhviencz.org/forum/showthread.php?p=1841" target="_blank">Click to view</a>

I got some problems with my banner in my forum when im trying to open some theard like this link above. this banner was broken to 2 pieces.

anybody can have me to fix it ?

thx in advanced.

ElfMage
01-16-2007, 07:25 PM
What happens is that your banners are 381px x 2 = 762px wide.

Even though you have the width specified in the table cell, that width is more a suggestion than a hard limit for the table.


In your template change this line:

<div style="background: #FEF7DD;">

for this:

<div style="background: #FEF7DD; width:762px;">


This will force your forum to be 762px wide, but your images down below may overflow if wider than this limit.

gbml4u
01-16-2007, 07:28 PM
can you tell me pls which the folder i have to change in template ? maybe in header rite ?

thanks so much.

i have changed it so its what i got ? what can i do with this :(

Link (http://sinhviencz.org/forum/showthread.php?p=1843)

gbml4u
01-19-2007, 10:45 AM
Anybody know about this ? plss..