Forum

Mambo 3rd Party Addon Hacks => Template Hacks => Topic started by: JoeYss on March 16, 2005, 03:29:55 PM



Title: help me fix the gap on top in planet fall
Post by: JoeYss on March 16, 2005, 03:29:55 PM
Hi,

How come I see gap on the silver gap on top of planet fall template?


Title: Re: help me fix the gap on top in planet fall
Post by: Randolph on March 18, 2005, 02:07:07 AM
What gap on the silver gap?


Title: Re: help me fix the gap on top in planet fall
Post by: JoeYss on March 18, 2005, 02:09:23 AM
I mean, in IE, the top silver border on the top of planetfall template has gap.  How can I fix that gap there?


Title: Re: help me fix the gap on top in planet fall
Post by: PeterOne on March 19, 2005, 06:48:11 PM
Here's the fix:

there are 2 lines of this on index.php ...

Code:
<img src="<?php echo $mosConfig_live_site; ?>/templates/rhuk_planetfall/images/top_bar.jpg" width="798" height="9" alt=""/>
</td>

bring up the "</td>" at the end of that line, it will fix the gap appearing in IE!

Code:
<img src="<?php echo $mosConfig_live_site; ?>/templates/rhuk_planetfall/images/top_bar.jpg" width="798" height="9" alt=""/></td>

Enjoy!


Forum | Powered by SMF 1.0.5 & Mambo-SMF.
© 2001-2005, Lewis Media. All Rights Reserved.