Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP: Why Doesn?t the Table work


Guest

Recommended Posts

Posted

The table border color that is surrounding the content part in the middle of my store, doesn?t get streached..so the left and right table boarder/color /pixel isn?t working.

 

This is how it looks:

index_problem.gifuser posted image

 

 

Below is the html code, can?t be that hard to get a boarder around the table that adjust to the content ? I have tried for weeks w/o any success, so any suggestions appreciated!!!

 

Best regards tom

 

tom (at) redbull.nu

 

 

 

<table border="0" cellspacing="0" cellpadding="0">

<tr height="8">

<td align="left" valign="top" width="7" height="8"><img src="http://www.mydomain.com/images/table/horn_top1.gif" alt="" height="8" width="7" border="0"></td>

<td width="466" height="8"><img src="http://www.mydomain.com/images/table/top.gif" alt="" height="8" width="466" border="0"></td>

<td align="right" valign="top" width="7" height="8"><img src="http://www.mydomain.com/images/table/horn_top2.gif" alt="" height="8" width="7" border="0"></td>

</tr>

<tr>

<td align="left" width="7"> <table width="2" border="0" cellspacing="0" cellpadding="0" height="100%">

<tr>

<td bgcolor="#efefef" width="1"><img src="http://www.mydomain.com/images/pixel_trans.gif" alt="" height="10" width="1" border="0"></td>

<td bgcolor="#bfc2c4" width="1"><img src="http://www.mydomain.com/images/pixel_trans.gif" alt="" height="10" width="1" border="0"></td>

</tr>

</table></td>

<td valign="top" width="466">$content</td>

<td align="right" width="7"> <table width="2" border="0" cellspacing="0" cellpadding="0" height="100%">

<tr>

<td bgcolor="#efefef" width="1"><img src="http://www.mydomain.com/images/pixel_trans.gif" alt="" height="10" width="1" border="0"></td>

<td bgcolor="#bfc2c4" width="1"><img src="http://www.mydomain.com/images/pixel_trans.gif" alt="" height="10" width="1" border="0"></td>

</tr>

</table></td>

</tr>

 

<tr height="8">

<td height="8"><img src="http://www.mydomain.com/images/table/horn_bottom1.gif" alt="" height="8" width="7" border="0"></td>

<td height="8"><img src="http://www.mydomain.com/images/table/bottom.gif" alt="" height="8" width="466" border="0"></td>

<td height="8"><img src="http://www.mydomain.com/images/table/horn_bottom2.gif" alt="" height="8" width="7" border="0"></td>

</tr>

</table>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...