<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
I am having trouble with my layer list icons and out of range icons.&nbsp; I found the earlier post about this and tried the code posted, but I still seem to having the same problem.&nbsp; Here is the code in my layer.tpl file:<br><br>{capture name=icon}<br>{if $element.layerIcon}<br><br>&lt;img src="{if $element.layerOutRange &gt; 0}"../projects/sampleproject/htdocs/gfx/layout/nap.png"<br>{elseif $element.layerOutRange &lt; 0}"../projects/sampleproject/htdocs/gfx/layout/nap.png"<br>{else} "$element.layerIcon"{/if}" alt="" class="pic" /&gt;<br><br>{/if}<br>{/capture}<br><br>Any help would be greatly appreciated.<br><br>Thanks,<br>Sam<br><br /><hr />Connect and share in new ways with Windows Live. <a href='http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_012008' target='_new'>Get it now!</a></body>
</html>