Does anyone know how to expand the template dimensions to full screen without affecting the function variables?
Thanks in advance.
RG
Does anyone know how to expand the template dimensions to full screen without affecting the function variables?
Thanks in advance.
RG
go to templates->header.tpl and find line
</head>
<body>
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td>
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
just change 780 to 1000
if u change it to 1000 then i dont think it will automatically adjust to the users resolution. I think if you change it to 100% it may.
Bookmarks