|
This is Your code with gray border on table with top image:
<table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#666666">
<tbody><tr><td bordercolor="#666666"><img src="index4_files/banner.jpg"></td></tr>
<tr><td bordercolor="#666666" class="main" align="center">
Do the same with left column, but it's not elegant way.
One advice. Start from scratch and avoid table oriented design. Use CSS. Find layout with header and two columns (You have one header with top image, left column for navigation and middle for content), learn from that layout, try yourself and modify some of line code to see what will happen.
Separate style from content.
|