3
Sorry!
Show the problem:
I use katate_redux skin.
When i load the home page with explorer there are three big problems:
1 - the image size at the top of the page is too large.
I use this code in theme.html:
<img src="../../images/banners/sicilia_taormina2.JPG" width="1500" height="200" align = "right" hspace="10 ">
and the image source size is 2000x413
Why?
2 - the title and content block color does not appears in the left menu'
blocks. The relative code of the css is:
td#leftcolumn {font-family:times, verdana, arial, helvetica; width:17%;
font-style : italic ;}
td#leftcolumn th {background-color: #EFCE6B; color: #363636;}
td#leftcolumn .blockTitle {background-color:#F3EE5B; border: dashed; border-color:#F3EE5B; font-size:14px;}
td#leftcolumn .blockContent {padding: 3px;line-height: 120%; background-color:#DCE8F5 ;margin-bottom:8px;}
-----------
The loading block part in theme.html is:
<table cellspacing="0">
<tr id="header">
<td id="headerlogo"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>logo.png" alt="" />a>td>
<td id="headerbanner"><{$xoops_banner}>td>
tr>
<tr>
<td id="leftcolumn">
<{foreach item=block from=$xoops_lblocks}>
<{include file="karate_redux/theme_blockleft.html"}>
<{/foreach}>
td>
<td id="centercolumn">
<{if $xoops_showcblock == 1}>
<table cellspacing="0">
<tr>
<td id="centerCcolumn" colspan="2">
td>
tr>
table>
<{/if}>
<div id="content"><{$xoops_contents}>div>
td>
<{if $xoops_showrblock == 1}>
<{/if}>
tr>
table>
<div id="footer"><{$xoops_footer}>div>
table>
I don't understand.Show you an image .
At the left mozilla firefox result
At the right IE 6.0 and 7.0 result