I want to show the title, thumbnail and summary in the Latest Articles module.
I'd like for the thumbnail to be left-aligned, and I'd like the text of the summary to wrap the thumbnail if it has more lines than the thumbnail.
Can you help me with a template?
Currently, I've got this set to:
< span class=normal >
< a href="[LINK]" >< strong >[TITLE]< /strong>< /a>
< /span>
< br>
< table class=normal >
< tr >
< td valign="top" >[IMAGETHUMB:100]< /td >
< td valign="top" >[SUMMARY]< /td >
< /tr >
< /table >
That doesn't do what I want because the two elements (thumbnail and summary) are in two td elements. I'd like to get rid of the table, justify the thumbnail to the left, and wrap the text.
Thanks. |