1
bwirum
"Gold" Theme problem
  • 2004/1/16 15:18

  • bwirum

  • Just popping in

  • Posts: 49

  • Since: 2004/1/16


When I use the Gold theme I get a blank space above my center blocks, roughly 150 px high, for no (to me) apparent reason...

This is my center blocks theme code:
<td width="100%" height="100%" valign="top">
<!-- 
Display center blocks if any -->
<{if 
$xoops_showcblock == 1}>
<
table border="0" cellpadding="0" cellspacing="0" width="100%" height="150">
<
tr><td width="49%" valign="top">
<!-- 
Start center-left blocks loop -->
<{foreach 
item=block from=$xoops_clblocks}>
<
table border="0" cellpadding="1" cellspacing="1" bgcolor="#EE9E5B" width="100%">
<
tr><td bgcolor="#FFFF94" valign="top">
<
table border="0" cellpadding="0" cellspacing="1" width="100%" bgcolor="#202020">
<
tr><td valign="top" bgcolor="#333333">        
<
table border="0" cellpadding="0" cellspacing="1" width="100%" height="20" bgcolor="#202020">
<
tr><td background="<{$xoops_imageurl}>bg-tab-menu.gif" class="blockTitle">&nbsp;<{$block.title}>
</
td></tr></table>        
<
table border="0" cellpadding="0" cellspacing="0" width="100%" height="2" bgcolor="#202020">
<
tr><td background="<{$xoops_imageurl}>hr.gif"></td></tr></table>
<
table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"><tr><td valign="top" class="blockContent">
<{
$block.content}>
</
td></tr></table></td></tr></table></td></tr></table>
<
br>
<{/foreach}>
<!-- 
End center-left blocks loop -->
</
td><td width="1%"></td><td width="48%" valign="top">
<!-- 
Start center-right blocks loop -->
<{foreach 
item=block from=$xoops_crblocks}>
<
table border="0" cellpadding="1" cellspacing="1" bgcolor="#EE9E5B" width="100%">
<
tr><td bgcolor="#FFFF94" valign="top">
<
table border="0" cellpadding="0" cellspacing="1" width="100%" bgcolor="#202020">
<
tr><td valign="top" bgcolor="#333333">        
<
table border="0" cellpadding="0" cellspacing="1" width="100%" height="20" bgcolor="#202020">
<
tr><td background="<{$xoops_imageurl}>bg-tab-menu.gif" class="blockTitle">&nbsp;<{$block.title}>
</
td></tr></table>        
<
table border="0" cellpadding="0" cellspacing="0" width="100%" height="2" bgcolor="#202020">
<
tr><td background="<{$xoops_imageurl}>hr.gif"></td></tr></table>
<
table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"><tr><td valign="top" class="blockContent">
<{
$block.content}>
</
td></tr></table></td></tr></table></td></tr></table>
<
br>
<{/foreach}>
<!-- 
End center-right blocks loop -->
</
td></tr></table>
<!-- 
Start center-center blocks loop -->
<{foreach 
item=block from=$xoops_ccblocks}>
<
table border="0" cellpadding="1" cellspacing="1" bgcolor="#EE9E5B" width="100%">
<
tr><td bgcolor="#FFFF94" valign="top">
<
table border="0" cellpadding="0" cellspacing="1" width="100%" bgcolor="#202020">
<
tr><td valign="top" bgcolor="#333333">        
<
table border="0" cellpadding="0" cellspacing="1" width="100%" height="20" bgcolor="#202020">
<
tr><td background="<{$xoops_imageurl}>bg-tab-menu.gif" class="blockTitle">&nbsp;<{$block.title}>
</
td></tr></table>        
<
table border="0" cellpadding="0" cellspacing="0" width="100%" height="2" bgcolor="#202020">
<
tr><td background="<{$xoops_imageurl}>hr.gif"></td></tr></table>
<
table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"><tr><td valign="top" class="blockContent">
<{
$block.content}>
</
td></tr></table></td></tr></table></td></tr></table>
<
br>
<{/foreach}>
<!-- 
End center-center blocks loop -->
<{/if}>
<!-- 
End display center blocks -->
<!-- 
Start content -->
<
table border="0" cellpadding="1" cellspacing="1" bgcolor="#EE9E5B" width="100%">
<
tr><td bgcolor="#FFFF94" valign="top" width="100%">
<
table border="0" cellpadding="0" cellspacing="1" width="100%" bgcolor="#202020">
<
tr><td valign="top" bgcolor="#333333" width="100%">        
<
table border="0" cellpadding="0" cellspacing="1" width="100%" height="20" bgcolor="#202020">
<
tr><td background="<{$xoops_imageurl}>bg-tab-menu.gif" class="blockTitle">&nbsp;<class="mma" href="<{$xoops_url}>"><{$xoops_sitename}></a> / <{$xoops_pagetitle}>
</
td></tr></table>        
<
table border="0" cellpadding="0" cellspacing="0" width="100%" height="2" bgcolor="#202020">
<
tr><td background="<{$xoops_imageurl}>hr.gif"></td></tr></table>
<
table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<
tr><td valign="top" class="blockContent" width="100%"><div id="content"><{$xoops_contents}></div></td></tr></table>
</
td></tr></table></td></tr></table>
<
br>
<!-- 
End content -->
</
td>


Any help greatly appreciated!

Thanks!

2
Mithrandir
Re: "Gold" Theme problem

Hmmm - I don't like the "height=150" in the first table after <{if $xoops_showcblock == 1}> but I am no pixel-king, so I don't know if that is part of the problem. I do know that IE and other browsers have different views on how to translate height.

3
philou
Re: "Gold" Theme problem
  • 2004/1/16 15:57

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


In the file theme.html.. ligne 66 you have this :
<table border="0" cellpadding="0" cellspacing="0"width="100%" height="150">

erase the
height="150"

and the theme work fine

4
bwirum
Re: "Gold" Theme problem
  • 2004/1/16 17:25

  • bwirum

  • Just popping in

  • Posts: 49

  • Since: 2004/1/16


Heh, thanks. Working perfectly!

Told you it was roughly 150 px... Can't believe I missed that.

Great theme now.. Great!

Login

Who's Online

238 user(s) are online (165 user(s) are browsing Support Forums)


Members: 0


Guests: 238


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits