1
I need to use an image for the left colum background instead of just having it plain color. What do I need to change or add in the theme and style.ccs?
Here's the code for the theme:
<{foreach item=block from=$xoops_lblocks}>
"><{$block.title}>
<{$block.content}>
<{/foreach}>
Here's the code for the style.ccs:
td#leftcolumn th
{
vertical-align: bottom;
border-bottom: 1px dashed #8699B5;
background-color: transparent;
color: #464646;
Please advise. Thank you.