Quote:
Originally Posted by CR_TurboGuy
Right, as both are links within a inline li, which the css styles as defined. I suppose you could brute force the size for that part by using the following code:
Code:
<div class="smallfont" style="text-align:$stylevar[right]; white-space:nowrap"><a href="showthread.php?$session[sessionurl]p=$thread[lastpostid]$thread[highlight]#post$thread[lastpostid]">
<font size="2">
$vbphrase[by] $thread[lastposter]: $thread[lastpostdate]
<if condition="!$show['detailedtime']"><span class="time">$thread[lastposttime]</span></if> <img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a></font>
</div>
--JOsh
|
Right on pimpin that worked perfect! Thanks! :up: