Hi!
I 'm working on a page:
http://gratapersonal.net.dynamicweb.no/
for some reason, the news module inserts a <br/> at the start of the paragraph, and it realy breaks the design.
Is there any way I can prevent this?
The resulting HTML looks like this :
<!--ParagraphImage--><br />
.
.
my paragraph looks like this:
<!--ParagraphImage--><!--@ParagraphText--><!--@ParagraphModule-->
So I'm guessing it comes from !--@ParagraphText-- or <!--@ParagraphModule--> ?
-jan