I've got an strange code inside the mod_virtuemart_product (VM 2.0)
<table class="blog" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td valign="top"/>
</tr>
</tbody>
</table>
How i can delete this?! It gives me a bad / strange margin or padding between 2 divs ... and i dont think that i need this code on random products display.....
Thanks
Im in an local server... Please see this image...
(http://img51.imageshack.us/img51/8758/helpcr.jpg)
someone could help please?! Thanks
i've removed the code in:
D:\Ampps\www\MP2\components\com_content\views\frontpage\tmpl\DEFAULT.PHP
all lines, including the <table class="blog<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>" cellpadding="0" cellspacing="0"> .. etc..
But the problem persists! :|
When i Disable the mod_virtuemart_product (Extensions > Module Manager > mod_virtuemart_product ) .. the problem goes away... but the list of random produts too! :|
I have the same problem in mod_virtuemart_product
in firebug it gives me  (it has a height of about 15px)
have you tried looking at /modules/mod_virtuemart_product/tmpl/default.php instead?
and you should use a template override rather than modifying the module files directly.