Thursday 08 January 2004 9:43:20 pm
Hi,
I am publishing the an article's content in a table format.
The code is like
<table>
<tr>
<td>
{attribute_view_gui attribute=$content_version.data_map.thumbnail image_class=small}
</td>
<td align=left><b>{attribute_view_gui attribute=$content_version.data_map.title}</b><br/>
{$content_version.data_map.intro.data_text}
</td>
</tr> </table> Some articles may not have their image. In that situation I should avoid the first <td> which is used to show the image. How can I achieve this? please help. :(
Thanx in advance. Sathizh
|