rages4calm
01-14-2006, 03:16 AM
I created a Module - Template that says Photography and I made a sliced image and put it in tables in dreamweaver.
I copied the html and stuck it in the content box in the template editing part. when i hit save it stuck the image in the middle of the website and got rid of all 3 sides of the page..
However I told it to go left column... why is it taking up all 3 columns?
www.carl-prewitt.com
to see what i mean.
Here is the code, i made the template adv_portal_sidebar for the left side
and used this code
<table border="0" cellpadding="0" cellspacing="0" id="Table_01" width="131">
<tr><td><img alt="" height="48" id="sidebar1" src="images/Untitled-1_01.jpg" width="131" /></td></tr><tr><td><img alt="" height="69" id="sidebar2" src="images/Untitled-1_02.jpg" width="131" /></td></tr>
<tr><td><img alt="" height="68" id="sidebar3" src="images/Untitled-1_03.jpg" width="131" /></td></tr>
<tr><td><img alt="" height="50" id="sidebar4" src="images/Untitled-1_04.jpg" width="131" /></td></tr>
<tr><td><img alt="" height="85" id="sidebar5" src="images/Untitled-1_05.jpg" width="131" /></td></tr>
<tr><td><img alt="" height="58" id="sidebar6" src="images/Untitled-1_06.jpg" width="131" /></td></tr>
<tr><td><img alt="" height="60" id="sidebar7" src="images/Untitled-1_07.jpg" width="131" /></td></tr>
</table>
I copied the html and stuck it in the content box in the template editing part. when i hit save it stuck the image in the middle of the website and got rid of all 3 sides of the page..
However I told it to go left column... why is it taking up all 3 columns?
www.carl-prewitt.com
to see what i mean.
Here is the code, i made the template adv_portal_sidebar for the left side
and used this code
<table border="0" cellpadding="0" cellspacing="0" id="Table_01" width="131">
<tr><td><img alt="" height="48" id="sidebar1" src="images/Untitled-1_01.jpg" width="131" /></td></tr><tr><td><img alt="" height="69" id="sidebar2" src="images/Untitled-1_02.jpg" width="131" /></td></tr>
<tr><td><img alt="" height="68" id="sidebar3" src="images/Untitled-1_03.jpg" width="131" /></td></tr>
<tr><td><img alt="" height="50" id="sidebar4" src="images/Untitled-1_04.jpg" width="131" /></td></tr>
<tr><td><img alt="" height="85" id="sidebar5" src="images/Untitled-1_05.jpg" width="131" /></td></tr>
<tr><td><img alt="" height="58" id="sidebar6" src="images/Untitled-1_06.jpg" width="131" /></td></tr>
<tr><td><img alt="" height="60" id="sidebar7" src="images/Untitled-1_07.jpg" width="131" /></td></tr>
</table>