The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Simple coding question
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> |
#2
|
|||
|
|||
I would imaging adding a new css class for supersmallfont or something and using that instead. Although it does appear to be in smallfont here.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|