PDA

View Full Version : time and date question


imported_mav
03-02-2003, 12:47 AM
how can I make it so this:

<font size="1">$post[postdate] </font><font color="{timecolor}" size="1"><br>$post[posttime]</font></smallfont></td>

appears in very small font in postbit?

tx

Tony G
03-02-2003, 04:26 AM
Isn't it very small in default? (Like the size of the post count text on this postbit)

SaintDog
03-03-2003, 06:33 PM
If you want it all in small text, try replacing:

<font size="1">$post[postdate] </font><font color="{timecolor}" size="1"><br>$post[posttime]</font></smallfont></td>

with:

<smallfont>$post[postdate] <font color="{timecolor}"><br>$post[posttime]</font></smallfont></td>