View Single Post
  #3  
Old 12-07-2003, 10:04 AM
 
ryanf ryanf is offline
 

Member
  
Join Date: Sep 2003
Posts: 28
 

Default

I tried another way, but still no luck. The darn thing works fine in admin, but not the customer area. Errr, if only it was the other way around!

Here is the new code that I thought would work.

Top file:
Code:
<table width="770" cellspacing="0" cellpadding="0" border="0"> <tr> <td width="2" bgcolor="#333366" background="{$ImagesDir}/dot_spacer_1.jpg"></td> <td width="766" bgcolor="white">

Bottom file:
Code:
<td width="2" bgcolor="#333366" background="{$ImagesDir}/dot_spacer_1.jpg"></td> </tr> </table>

I know with this code there wouldn't be a bottom border, but I figured I could just create another table for that, no biggy.

Any ideas?.....Anyone....?

Ryan
Reply With Quote