where to get rid of this thin border line

Posts: 15
Joined: 05/28/2008

as shown in below link
http://i108.photobucket.com/albums/n16/adrianmak/Snap1-173.jpg

I tried to set all border to zero thru the use of firebug
but have no hint on how to get rid of this thin border line.

which ubercart css class to remove this border line ?

Posts: 5625
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

This is actually a core Drupal CSS gibble... you've gotta add a border: 0px; to the body element in that table for it to disappear.

Posts: 16
Joined: 06/09/2008

Sorry - I probably ask a lot of stupid questions. Where is the table I need to change?

Thank you very much,
amy

Posts: 5625
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

No sweat, Amy. If you're having trouble w/ a phantom line, too, you need to change the style.css in your site's theme. If you're using a core theme, I'd recommend copying it and renaming it for your personal use so you don't accidentally overwrite your changes if you ever update your Drupal version.

Making this change requires CSS knowledge.