do i place them in the php page or in the tpl file. From the code that i placed below what should i place in the head location; should something be changed?
Code:
{assign var="default_image_width" value="100"}
{config_load file="$skin_config"}
{if $is_nomail ne 'Y'}
{literal}
<STYLE type="text/css">
.navbar {
scrollbar-3dlight-color: none;
scrollbar-arrow-color: #a3afc8;
scrollbar-base-color: #c7d3ea;
scrollbar-darkshadow-color: #c7d3ea;
scrollbar-face-color: none;
scrollbar-highlight-color: #abb2c3;
scrollbar-shadow-color: #c7d3ea;
}
</STYLE>
{/literal}
{/if}
<TABLE cellpadding="0" cellspacing=0 border=0 width="689" align="left">
<tr>
<td>
<IFRAME marginWidth=0 marginHeight=0 frameBorder=0 width=724 scrolling=yes height=423 src="sitename.htm" class="navbar">
<TABLE cellpadding="0" cellspacing=0 border=0 width="689" align="left">
<TR>
<TD align="left"></TD>
</TR>
</TABLE>
</iframe>
</td>
</tr>
</table>