Developer forum

Forum » Templates » eCom group listing adds table

eCom group listing adds table


Reply

When listing products from eCom groups the following html is wrapped around my own html:

 

<tr>
 <td></td>
 <td colspan="11" valign="top">

 [my product html as written in the template]

 </td>
</tr>

 

Where do I remove that ugly table stuff ?


Replies

 
Reply

On the paragraph next to the moduletab there is a tab called preferences.

Set the 'Space before paragraph' selector to 0.

 

This feature can be disabled in the control panel under editing.

 

// Sebastian

 
Nicolai Høeg Pedersen
Reply
jonas@zuport.dk wrote:

When listing products from eCom groups the following html is wrapped around my own html:

 

<tr>
 <td></td>
 <td colspan="11" valign="top">

 [my product html as written in the template]

 </td>
</tr>

 

Where do I remove that ugly table stuff ?


 

Hi Jonas

 

I think its from the paragraph template. The product html comes from a module attached to the paragraph. That paragraph has a template which contains the html you want to get rid of.

 

Take a look at Sebastians excellent CSS template work on his weblog: http://developer.dynamicweb.dk/Weblog-16918.aspx?action=ShowArticle&ArticleID=131

 
Reply
np wrote:
 

Hi Jonas

 

I think its from the paragraph template. The product html comes from a module attached to the paragraph. That paragraph has a template which contains the html you want to get rid of.

 

Take a look at Sebastians excellent CSS template work on his weblog: http://developer.dynamicweb.dk/Weblog-16918.aspx?action=ShowArticle&ArticleID=131


 

Thank you, changing the paragraph-template to one of Sebastian's table-free ones did the trick !

 

You must be logged in to post in the forum