help me fix the gap on top in planet fall
Welcome, Guest . Please login or register .
January 07, 2009, 05:45:29 PM
Pages: [1 ]
Author
Topic: help me fix the gap on top in planet fall (Read 4479 times)
JoeYss
Newbie
Karma: +0/-3
Offline
Posts: 3
me
Hi, How come I see gap on the silver gap on top of planet fall template?
Logged
Randolph
Newbie
Karma: +0/-0
Offline
Posts: 1
What gap on the silver gap?
Logged
JoeYss
Newbie
Karma: +0/-3
Offline
Posts: 3
me
I mean, in IE, the top silver border on the top of planetfall template has gap. How can I fix that gap there?
Logged
PeterOne
Newbie
Karma: +0/-0
Offline
Posts: 2
Here's the fix:
there are 2 lines of this on index.php ...
<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!
<img src="<?php echo $mosConfig_live_site ; ?> /templates/rhuk_planetfall/images/top_bar.jpg" width="798" height="9" alt=""/></td>
Enjoy!
Logged
Pages: [1 ]