Log in

View Full Version : Banner Stretching Problem


kennethsia
05-29-2007, 08:14 PM
Hi,

Lately I've been having problems with my forum banner, which appears as usual on the forum index, but appears too stretched in other pages (thread viewing for instance). The banner is made out of three parts (left to right):

Part 1: 469 x 137
Part 2: 360 x 137
Part 3: 40 x 137
Total Size: 869 (w) x 137 (h) px.

Could anyone help me out?

Thanks in advance.
Zhyper MU Community Boards (http://forum.zhypermu.com)

snakes1100
05-29-2007, 08:54 PM
According to the source code, its not a fixed size, its set to 100%, this could be your issue, i did find its no repeating, it only does it on occasion.


<td width="469" height="137" align="left" valign="top"><img src="tren_z/misc/tren_z_header_top_ls.jpg" width="469" height="137" alt="" /></td>
<td width="100%" height="137" align="left" valign="top" style="background-image: url(tren_z/misc/tren_z_header_top_back.jpg)"><img src="tren_z/misc/tren_z_header_top_back.jpg" width="100%" height="137" alt="" /></td>
<td width="40" height="137" align="left" valign="top"><img src="tren_z/misc/tren_z_header_rs.jpg" width="40" height="137" alt="" /></td>

kennethsia
05-30-2007, 11:54 AM
According to the source code, its not a fixed size, its set to 100%, this could be your issue, i did find its no repeating, it only does it on occasion.


<td width="469" height="137" align="left" valign="top"><img src="tren_z/misc/tren_z_header_top_ls.jpg" width="469" height="137" alt="" /></td>
<td width="100%" height="137" align="left" valign="top" style="background-image: url(tren_z/misc/tren_z_header_top_back.jpg)"><img src="tren_z/misc/tren_z_header_top_back.jpg" width="100%" height="137" alt="" /></td>
<td width="40" height="137" align="left" valign="top"><img src="tren_z/misc/tren_z_header_rs.jpg" width="40" height="137" alt="" /></td>

Thanks, but in what text file is this?

snakes1100
05-30-2007, 07:26 PM
right click, view page source.