Simple Example of a Header
|
||
Web Template "commonheader.tpl" will create a blue bar with width of 100% and a link to QPR Online.
Web Template "commonheader.tpl"
<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#336699" align="right"> <a href="http://www.qpronline.com" style="color:#fff;">QPR Online</a> </td> </tr> </table> |
To make this HTML appear as the first thing on the view, following Replace Tag should be inserted in the correct templates, right after body starting tag:
<#Include Template="commonheader.tpl">