Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cant get the table colors to change


shannonh

Recommended Posts

Posted

I am trying to customize a template I bought and I have everything right except for one part. The left side bar is showing categories, whats new and manufactures.

 

Well, I can not get the border around these to match the rest of the background. any ideas?

 

here is the site...

 

http://yiayiassisterhoodboutique.org/store/

 

 

Thanks

Posted

    <td><table border="0" width="100%" cellspacing="0" cellpadding="0"  style="border:1px solid [b]#272727[/b];border-width:2px 26px 8px 26px;margin-bottom:3px;" class="box_body">
 <tr>

   <td  style="border-bottom:1px solid [b]#363636[/b];"><ul><li class="bg_list"><a href=http://yiayiassisterhoodboutique.org/store/index.php?cPath=1>Hardware (6)</a></li><li class="bg_list"><a href=http://yiayiassisterhoodboutique.org/store/index.php?cPath=2>Software (4)</a></li><li class="bg_list"><a href=http://yiayiassisterhoodboutique.org/store/index.php?cPath=3>DVD Movies (17)</a></li></ul><br style="line-height:1px;"><br style="line-height:11px;"></td>

Should be:

 

    <td><table border="0" width="100%" cellspacing="0" cellpadding="0"  style="border:1px solid [color="#FF0000"][b]#33ccff[/b][/color];border-width:2px 26px 8px 26px;margin-bottom:3px;" class="box_body">
 <tr>

   <td  style="border-bottom:1px solid [color="#FF0000"][b]#33ccff[/b][/color];"><ul><li class="bg_list"><a href=http://yiayiassisterhoodboutique.org/store/index.php?cPath=1>Hardware (6)</a></li><li class="bg_list"><a href=http://yiayiassisterhoodboutique.org/store/index.php?cPath=2>Software (4)</a></li><li class="bg_list"><a href=http://yiayiassisterhoodboutique.org/store/index.php?cPath=3>DVD Movies (17)</a></li></ul><br style="line-height:1px;"><br style="line-height:11px;"></td>

This occurs in several places.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...