Hello All,
I’m working with the Entries tag, and would like it to display 3 cells per row. I currently have the following code, and can’t seem to figure out how to make the code be “smart enough” to know when 3 cells are displayed stop the tag and go to a new row… is this possible?
<table width="670" border="0">
<tr>
{exp:channel:entries channel="media_video" orderby="date" sort="asc"}
<td width="225px">
<a href="http://{url_title_path=%27media/video%27}" class="video">_ [url=http://media.amityboattours.com/video/{if]http://media.amityboattours.com/video/{if</a> video_hd ==
[/url]
<a href="http://{url_title_path=%27media/video%27}" class="video">_ <strong>{title}</strong>_ </a>
<a href="http://{path=/contribute/{url_title}}">Comments ({comment_total})</a> {if video_exclusive =="Yes"} | Exclusive Video{/if}
</td>
{/exp:channel:entries}
</tr>
</table>