
11-28-2004, 09:48 PM
|
|
|
Join Date: Jul 2004
Location: LA
Posts: 271
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Lionel
to solve your problem, include the division in header within a table where you set the width.
No more scrolling problems with below. Notice the table is set at 100%
PHP Code:
<if condition="$show['guest']"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="100%">
<div id="infobar"></div></td></tr></table>
</if>
|
yep that works!!
|