Support Forums / Support forum / Archives / 08-09-2006 / Username question

Topic: Username question
June 8th, 2006 02:18 AM
Puckfan33 I'd like to enlarge the font for my usrenames above their avvies, but can't figure out how. I'm new to excoboard & these forums have been quite helpful but I haven't found anything about this. I just don't like that little 12 pt font for the names. It's minor, but it bugs me & I'm quite sure it's very easy but I just can't find it.

Thanks in advance
June 8th, 2006 02:29 AM
Anti Paul
Quote:
Puckfan33 wrote:
I'd like to enlarge the font for my usrenames above their avvies, but can't figure out how. I'm new to excoboard & these forums have been quite helpful but I haven't found anything about this. I just don't like that little 12 pt font for the names. It's minor, but it bugs me & I'm quite sure it's very easy but I just can't find it.

Thanks in advance


hello Puckfan33 ;) welcome to EXCOBOARD!

first, go to your Control Panel, enable Custom Templates, then look for this part of the code;

Quote:
<!-- BEGIN posts -->
<tr>
<td width="100%" class="{posts.altbgcolor}" colspan="2">
<table border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>

<td width="20%" valign="top"> <span class="NormalText"><b>{posts.username}</b></span><span class="SmallText"><br>{posts.usertitle}<br>
{posts.dispavatar}<br>
Posts: <b>{posts.posts}</b><br>
Registered: <br><b>{posts.regdate}</b></span></td>


simply change the portion in red from "Small" to "Normal"

then press Save Changes, and you're done :cool:
June 8th, 2006 03:40 PM
Koyana Nuva Nice one.

Puckfan33, also be sure to change that again if you ever get some new script installment for your boards, like the mini profile box.
June 9th, 2006 12:57 AM
Puckfan33 Thanks!!
June 9th, 2006 01:06 AM
Anti Paul you're welcome ;)