brntacid
06-13-2003, 05:51 PM
So I installed b2 a while ago but now I want my date to appear in a table at the top of my entry. But when I do that the table sort of dissapears and a thin horizontal line is left. This is my code:
<div id="b2" align="justify" style="position: absolute; filter:alpha(opacity=60); width: 290; z-index: 9; left: 365; top: 370;">
<table>
<tr><td bgcolor=#E2DFD8 width=290><?php the_date() ?> <?php the_time() ?></td></tr>
<tr><td>
</td></tr></table>
Anyone know how to fix this?
<div id="b2" align="justify" style="position: absolute; filter:alpha(opacity=60); width: 290; z-index: 9; left: 365; top: 370;">
<table>
<tr><td bgcolor=#E2DFD8 width=290><?php the_date() ?> <?php the_time() ?></td></tr>
<tr><td>
</td></tr></table>
Anyone know how to fix this?