I have upload the sc_ticket template but when i preview it, the images did appear. Where is the location of the image suppose to be or where should i place the image to ?
if i copy the code into a html file and open it in the browser, the code works but not when it is imported into scriptcase template.
<style>
body {
/*background-color:#c1c2c3; */
background-image:url('bgTickets.png');
padding-top:15px;
}
</style>
<TABLE width="100%" {NM_CSS_FUN_CAB} cellspacing="0" cellpadding="0">
<TR align="center" {NM_CSS_CAB}>
<TD width="18" bgcolor="#c9dab7"><img src="bgHeaderLeft.gif" alt="bgHeaderLeft.gif, 2.0kB" title="bgHeaderLeft.gif, 2" height="82" width="18"></TD>
<TD background="bgHeaderTop.gif" bgcolor="#FFFFFF"><table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="middle">
<td align="left" rowspan="3" {NM_CSS_CAB}> {NM_CAB_LOGOTIPO} </td>
<td align="left" {NM_CSS_CAB}> {LIN1_COL1} </td>
<td style="font-size: 5px"> </td>
<td align="center" {NM_CSS_CAB}> {LIN1_COL2} </td>
<td style="font-size: 5px"> </td>
<td align="right" {NM_CSS_CAB}> {LIN1_COL3} </td>
</tr>
<tr valign="middle">
<td align="left" {NM_CSS_CAB}> {LIN2_COL1} </td>
<td style="font-size: 5px"> </td>
<td align="center" {NM_CSS_CAB}> {LIN2_COL2} </td>
<td style="font-size: 5px"> </td>
<td align="right" {NM_CSS_CAB}> {LIN2_COL3} </td>
</tr>
<tr valign="middle">
<td align="left" {NM_CSS_CAB}> {LIN3_COL1} </td>
<td style="font-size: 5px"> </td>
<td align="center" {NM_CSS_CAB}> {LIN3_COL2} </td>
<td style="font-size: 5px"> </td>
<td align="right" {NM_CSS_CAB}> {LIN3_COL3} </td>
</tr>
</table></TD>
<TD width="16" bgcolor="#c9dab7"><img src="bgHeaderRigth.gif" width="16" height="82"/></TD>
</TR>
<TR align="center" {NM_CSS_CAB}>
<TD height="1" colspan="3" bgcolor="c1c2c3"></TD>
</TR>
</TABLE>