Newbie |
|
Joined: Wed Oct 21, 2009 8:05 pm Posts: 1 Location: Austin, TX
|
I'd like to be able to use the IF, ELIF, and ELSE tags to SHOW or HIDE content on the page based on the date. Is this possible on Freehostia? I had this working many years ago on another server (not Apache), so perhaps there isn't a way?
This is the code:
<!--#config timefmt="%B" -->
<!--hide -->
<!--#if expr="$DATE_LOCAL = February" -->
<!--show -->
<tr valign=top><th><img src="/img/deco-feb-tl.png" width=170 height=50 alt="Ornament"><th><img src="/img/inv.gif" width=20 height=50 alt=""><th><a href="pers/"><img src="/img/btn-personal.jpg" width=170 height=50 alt="About Me" border=0></a><th><img src="/img/inv.gif" width=20 height=50 alt=""><th><img src="/img/deco-feb-tr.png" width=170 height=50 alt="Ornament"></tr>
<!--hide -->
|
|