3
I'm having the same problem and I have tried what you said to do here and neither have worked was wondering if you would take a look at the code and tell me what is going on.
HTML:
<td class="leftCell">
<{foreach item=block from=$xoops_lblocks}>
<table class="menuCell center" cellpadding="0" cellspacing="0">
<tr>
<td class="cellMenuBarTopLeft">td>
<td class="cellMenuBarTopMiddle">td>
<td class="cellMenuBarTopRight">td>
tr>
<tr>
<td class="cellMenuBarMiddleLeft"> td>
<td align="center" class="cellMenuBarMiddle">
<table width="170" border="0">
<tr>
<td class="menuBlockTitle"><{$block.title}>td>
tr>
<tr>
<td class="menuBlockContent"><{$block.content}>td>
tr>
table>
td>
<td class="cellMenuBarMiddleRight"> td>
tr>
<tr>
<td class="cellMenuBarBottomLeft">td>
<td class="cellMenuBarBottom">td>
<td class="cellMenuBarBottomRight">td>
tr>
table>
<table>
<tr>
<td> td>
tr>
table>
<{/foreach}>
td>
CSS:
td.leftCell {
width:200px !important;
vertical-align:top;
}
td.menuBlockTitle {
color: #ffffff;
font-weight: bold;
text-align:left;
font-size:11px;
padding-left:40px !important;
vertical-align:middle;
background-image:url(images/leftcol_bl_title2.gif);
background-position:center;
height: 34px;
width: 140px;
background-repeat: no-repeat;
}
td.menuBlockContent {
color:#e7e7e7;
text-align:left;
font-size:11px;
padding-left:10px;
}