Tuesday 30 September 2003 5:17:19 am
Hi, I have a list of links in a menu : {let article_list=fetch( content, list, hash( parent_node_id, 224, limit, 2,sort_by, array( array( priority )) ) )}
<table class="leftmenu" width="100%" border="0" cellpadding="0" cellspacing="0"><br />
{section name=Article loop=$article_list}
<tr>
<td class="menuitem">
<a class="small" href={concat( "/content/view/full/", $Article:item.node_id,"/" )|ezurl}>
{$Article:item.name|wash}
<img src={"pixel.gif"|ezimage} height="14" width="6" border="0" /><img src={"indic.gif"|ezimage} height="7" width="6" border="0" /></a></td>
</tr>
{/section} </table> When I click on one of the links which are shown, it print the right object but I want this link to turn in a different colour (for exemple) when the page is print. Any ideas ? Laurent
|