My OSC site isn't live yet, so you might not be able to see it.
www.lsccreations.com. Let me know if you need to get into some other way.
I have a left border, using my css:
BODY
{
border: 6px;
border-style: ridge;
border-color: #b2e58a;
margin-left: 121px;
margin-right: 121px;
margin-top: 0px;
margin-bottom: 0px;
background-image: url('/catalog/images/border.gif');
background-repeat: repeat-y;
background-attachment: fixed;
background-position: 0% 0%
Now I want the same thing over on the right hand side but using a different image so it will be turned around correctly. Also I would like to add my ssl certificate to the bottom of the left column. I did find in OSC support documentation this script to add images to the columns...but it doesn't work for me.
For column_left.php and if you want a logo at the bottom of the column you tag it like this:
<td><img src="/images/yourimage.gif" width="150" height="125" border="1"></td>
I tried the above script in various ways and my page will go blank when I open it up. It takes out all my text and boxes and just leaves my left border.
Again thanks for the help.
Rain