Align the Comment Counts to the Far Right Side of the Page
-
Hi,
I am trying to put the Comment counts to the far right hand side of the page.Thus I thought that using a table such as the following would solve the issue. But it doesn’t. Because of the <td> tag is outside of fonts, there is no cells, if I put <td> tags inside of <font>, there is no font style. I must be doing something wrong here. Can someone give me a few pointers? Thanks.
==================================
<table>
<tr>
<td align=”left><font color=”#3399CC” size=”2px”>
<?php comment_author_link() ?></font></td><td align=”center”><font color=”#999″ size=”1px”>
(<?php comment_date(‘M d Y’) ?>
<?php comment_time() ?>)</font></td><td align=”right”><font color=”#3399CC” size=”4px”
<?php echo $count; ?></font></td></tr>
</table>
- The topic ‘Align the Comment Counts to the Far Right Side of the Page’ is closed to new replies.