Hi, I have a Form&List field to display a list of related items in a content form.
The Form&List fiels uses the seb_list template with HTML elements as <ul>+<li> and the output list is in the form
<li><div class="cck-clrfix"><a href="/....">label</a></div><div class="cck-clrfix">text</div></li><li><div class="cck-clrfix"><a href="/...">label</a></div></li>
that is not fine since the "cck-clrfix" class introduces a newline but it is not good to have a carriage return right after the bullet..: I get the bullet point of <li>, then the actual field is on the following line. I confirmed the problem stripping out <div "cck-clrfix"> with ReReplacer - no more newline, though it is needed from the second field on.
How to fix it?
Thanks
Giuse