Hi everyone,
I treid to add avatars to my comments. Change my code and my div aren’t lining up anymore in the comments section.
My comment code is in a different template so I am sure it is the problem in that template. Can someone plase take a look and see what is wrong.
I am guessing I screwed the conditional If rule or putting a Div in ther wrong place: the place where I think i screwed up I used the code tag. Here is sample article page
{exp:comment:entries}
{if email == "anoo…[email protected]"}
<div class="myentry">
<span class="myname"> {name} </span> | <span class="date">{comment_date format="%D %F %d, %Y at %g:%i %a "}</span>
{/if}
{if email != "anoo…[email protected]"}
<div class="entry">
<span class="commentname"> {name}</span> | <span class="date">{comment_date format="%D %F %d, %Y at %g:%i %a "}</span>
{/if}
{comment}
</div>
{/exp:comment:entries}
</div>