Post
by linuxwarz » Tue Aug 10, 2004 2:08 am
no its impossible to do, heres what i modeled after:
<td class="row2"><input class="post" type="text" size="40" maxlength="255" name="site_desc" value="{SITE_DESCRIPTION}" /></td>
heres what i have:
<td class="row2"><input class="post" type="text" size="40" maxlength="255" name="sitenews" value="{SITENEWS}" /></td>
Note: i have {SITENEWS} on the main page.. code:
<TABLE width="100%" cellspacing="2" cellpadding="0">
<TR>
<TD width="74%" align="center" valign="middle"><span class="genmed">{SITENEWS}</span>
</TR>
</TD>
</TABLE>
and this displays fine.