Hello
I have this Custom HTML Template Banner that I want to use in my BS
this is the code the problem I am having is that the Attribute is not showing any data in the Page.
I tried adding the attribute this way but it is not working.
<<LoggedInRegularUser.LoginName>> also this way
<<LoggedInRegularUser.LoginName>>
This is the code
<table border="0" style="margin-top: 5px" width="100%" height="130px" cellspacing="0" cellpadding="0" background="BG.png">
<tr>
<td width="23%" align="left" valign="top"><img src="HYClogobvi.png" width="82" height="90" hspace="10" vspace="5" /></td>
<td width="77%" valign="bottom"> </td>
</tr>
<tr>
<td align="left" valign="bottom"><p style="font-size:14px; font-family:Georgia, Times New Roman, Times, serif; color:#FFFFCC">Charter Infomation System</td>
<td height="20px" align="right" valign="top"><p style="font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF">
Welcome <<LoggedInRegularUser.LoginName>></td>
</tr>
</table>