How can I change main forum last post area font size ?
Announcement
Collapse
No announcement yet.
Last Post Font Size
Collapse
X
-
What I did was edit the template "lastpostby" with this- (edit as you like)
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="250">
<tr>
<td width="100%"><font size="1">$lastpostinfo[icon]
<a href="showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a>
</font></td>
<td width="14%" rowspan="2">
<p align="center">
<a href="showthread.php?$session[sessionurl]goto=lastpost&t=$lastpostinfo[lastthreadid]"><img src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a></td>
</tr>
<tr>
<td width="62%"><font size="1">$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
</font></td>
</tr>
</table>
Comment
-
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="190">
<tr>
<td width="100%" align="left"><font size="1">$lastpostinfo[icon]
<a href="showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a>
</font></td>
<td width="14%" rowspan="3" align="left">
<p align="center">
<a href="showthread.php?$session[sessionurl]goto=lastpost&t=$lastpostinfo[lastthreadid]"><img src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a></td>
</tr>
<tr>
<td width="62%" align="left">
<p>
<font size="1">$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
</font></td>
</tr>
<tr>
<td width="62%" align="left">
<phrase 1="member.php?$session[sessionurl]find=lastposter&f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">
<font size="1">$vbphrase[by_x]</font></phrase></td>
</tr>
</table>Last edited by trackpads; Sat 6 Dec '03, 2:49pm.
Comment
Related Topics
Collapse
-
by fitaffinityhow do I change the font and size of this?...
-
Channel: Support Issues & Questions
Sun 15 May '16, 1:43am -
Comment