Hi, I'm trying to display an image for my home page, but the system fails to substitute [template] in the code below. This code is in the Header portion of Home, I've also tried dropping it directly into Home.html.
Code:
<TABLE style="WIDTH: 100%; BACKGROUND: #ffffff" id=Table1 border=1 border-color=blue cellSpacing=3 cellPadding=3> <TBODY> <TR> <TD class=data> <img src="assets/templates/[template]/images/home.gif" alt="" > </TD></TR></TBODY></TABLE>
Comment