Does anybody have any suggestions as to how I could remove the borders from what appears to be the "fieldset" table?
I've been trying all sorts of things with the CSS but can't solve it.
Example here... http://imageshack.us/photo/my-images/18/tableic.png/ (http://imageshack.us/photo/my-images/18/tableic.png/)
bump
Hi
to remove the border you need to put a style on the fieldset.
go to com_virtuemart > views > cart > tmpl > default_pricelist.php
find:
<fieldset>
and change to:
<fieldset style="border-width: 0px;">
this will remove the borders from around the cart.
kind regards
Brittany