dear all, taufiq come back again with other problems,
...
i make script for my “last comments” like this:
———————————————————————————————————————————————
<div id=“comments”>
<ul class=“comments”>
{exp:comment:entries orderby=“date” sort=“desc” limit=“3” weblog=”{my_weblog}” dynamic=“off” disable=“pagination|custom_fields|categories|member_data|trackbacks”}
<li class=“list_comments”><a href=”{url_title_path=”><span>{name}: {comment}</span><br></br><span class=“span1”>{comment_date format=’%j %F %y’}</span><br></br><span class=“span2”>{title}</span></a>
</li>
{/exp:comment:entries}
</ul>
</div>
———————————————————————————————————————————————
but, when i run this script,{comment} tag automatically embed with <p> element in front, likes: “<p> hallo, how are you</p>” thats way thats can be valid as xhtml,
because that not allowed to add <P> element inline,
anyone have a solutions???
