1
tonio
problem
  • 2004/3/20 14:55

  • tonio

  • Just popping in

  • Posts: 3

  • Since: 2004/3/20


hi everybody,
i made a website whose topic are movie and computer
you can watch this website athttp://marabou94.free.fr
but I have a problem
the board of my xoops-theme is not as I want
this bug is not very funny
How could I do to cleaned the bug
and make the board in center correctly???
if you cnahed the resolution and make it in 1024*768 all is good but evrybody is not in this resolution
thank you for the answers
sorry for my english , I'm french!!

2
Stewdio
Re: problem
  • 2004/3/20 15:26

  • Stewdio

  • Community Support Member

  • Posts: 1560

  • Since: 2003/5/7 1


Your logo.jpg is 1020 pixels wide, that is your primary problem. resize it to 520 x 100 and it may not look so bad. You can alway fill the blank space with a color of your choosing in a table.

3
tonio
Re: problem
  • 2004/3/20 16:30

  • tonio

  • Just popping in

  • Posts: 3

  • Since: 2004/3/20


thank you for the answers but the real problem is under the logo

anybody can help me??????

4
Stewdio
Re: problem
  • 2004/3/20 16:39

  • Stewdio

  • Community Support Member

  • Posts: 1560

  • Since: 2003/5/7 1


Check your table attributes in your theme.html, something doesn't look right there as well.

Also might be somethng in your .css

5
tonio
Re: problem
  • 2004/3/20 20:42

  • tonio

  • Just popping in

  • Posts: 3

  • Since: 2004/3/20


this is a copy of my theme.html
who can help me to says that its no good and that is the cause of the bug!!!

<{$xoops_banner}>


Accueil • Articles • Forum • Tonio • gf94 • Recherche <{if $xoops_showrblock == 1}> <{/if}> <{if $xoops_showrblock == 0}> <{/if}>


<{foreach item=block from=$xoops_lblocks}> <{$block.title}>
<{$block.content}>


<{/foreach}> <{if $xoops_showcblock == 1}> <{foreach item=block from=$xoops_ccblocks}> <{$block.title}>
<{$block.content}>


<{/foreach}>
<{foreach item=block from=$xoops_clblocks}> <{$block.title}>
<{$block.content}>


<{/foreach}> <{foreach item=block from=$xoops_crblocks}> <{$block.title}>
<{$block.content}>


<{/foreach}>
<{/if}>
<{$xoops_contents}> <{if $xoops_showrblock == 1}> <{foreach item=block from=$xoops_rblocks}> <{$block.title}>
<{$block.content}>


<{/foreach}> <{/if}>

<{$xoops_footer}>
Theme fait par CasTle
© 2004 pour Tonio et gf94

6
T-Tech
Re: problem
  • 2004/3/21 1:21

  • T-Tech

  • Just popping in

  • Posts: 62

  • Since: 2004/3/3 1


The reason you are having a problem below the header is because your logo image is too large and it is messing with the rest of your layout. If you make the logo smaller, the rest of the layout should fall nicely in to place.

If your header table is 1000px wide
and the rest of your layout is only 800px wide
As you can see you will have an error of 200px

Best way to be sure this dosent happen is to use % rather then set px amounts.

Put everything in a table, and tables within thoes. Now rather then say the header table width='960' say table width='100%'. This also wil solve any issues that may resault from users having different resolution settings.

This is your logo image incoded as you have it now:

<body>
<
table cellspacing="0" cellpadding="0" class="bg">
<
tr><td>

<
table cellspacing="0" cellpadding="0" class="bg1" border="0" >
<
tr><td class="header" width=249 hight=59><td>
<
td align="center" ><a href="http://marabou94.free.fr/"><img src="http://marabou94.free.fr/themes/compucine/images/logo.jpg" width="1020" height="200" ></a>
</
td>
<
td class="banner"></td>
</
tr></table><br>
</
td>
</
tr>
<
tr>
<
td>


I would suggestion changing it to the following:

<body>
<
table cellspacing="0" cellpadding="0" class="bg">
<
tr><td>

<
table cellspacing="0" cellpadding="0" class="bg1" border="0" >
<
tr><td class="header" width=249 hight=59><td>
<
td align="center" ><a href="http://marabou94.free.fr/"><img src="http://marabou94.free.fr/themes/compucine/images/logo.jpg" width="510" height="100" ></a>
</
td>
<
td class="banner"></td>
</
tr></table><br>
</
td>
</
tr>
<
tr>
<
td>


Once you resize the oversized logo image the rest of your layout should fall in to order.

Hope this helps :)

Login

Who's Online

121 user(s) are online (87 user(s) are browsing Support Forums)


Members: 0


Guests: 121


more...

Donat-O-Meter

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

Latest GitHub Commits