Check out
http://www.realopinion.com - I just installed the vBExternal for 3.5.1.
How do I make the THREAD STARTER, VIEWS, etc. small font?
Here is the external page that I have called in my index... I know it's butchered but what would I have to change to get that text to be smaller?
Code:
<fieldset>
<legend>Thread: <b><a href='{url}/showthread.php?t={threadid}'>{threadname}</a></b></legend>
<table cellpadding='0' cellspacing='0' border='0' class="smallfont>
<tr>
<font size="1">
<td width='1%' style='white-space:wrap' class='smallfont'><b>Thread Starter:</b></td>
<td width='1%' style='white-space:wrap' class='smallfont'><a href='{url}/member.php?u={postuserid}'>{postusername}</a></td>
</tr>
<tr>
<td width='1%' style='white-space:wrap' class='smallfont'><b>Replies:</b></td>
<td width='1%' style='white-space:wrap' class='smallfont'>{replies}</td>
</tr>
<tr>
<td width='1%' style='white-space:wrap' class='smallfont'><b>Views:</b></td>
<td width='1%' style='white-space:wrap' class='smallfont'>{views}</td>
</tr>
<tr>
<td width='1%' style='white-space:wrap' class='smallfont'><b>Last Post:</b></td>
<td width='1%' style='white-space:wrap' class='smallfont'><a href='{url}/member.php?find=lastposter&t={threadid}'>{lastposter}</a> <a href='{url}/showthread.php?t={threadid}&goto=lastpost' title='Go To Last Post'>?</a></td>
</tr>
</table>
</fieldset>
<br>