Thanks for the quick reply and suggestion. My only concern is that with that code, won't it affect ALL instances of the class? I probably wouldn't want that.
Also, the class for the time stamp is, conveniently, time. Again, I would only like to alter it for that one instance, which is in the upper-right corner.
It's the only reason why I'd consider altering the vbphrases
For additional reference here's the code for the blue region, as defined by the template:
Code:
<if condition="$show['member']">
<td valign="top" nowrap="nowrap" width="400" height="61">
<div class="smallfont" align=right style="background-image: url(URL);width:400px;height:61px;background-repeat: no-repeat;">
<strong><span style="color:white;"><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></span></strong><br />
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]"><span style="color:white;">$vbphrase[last_visited_x_at_y]</span></phrase>
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]"><span style="color:white;">$vbphrase[private_messages_nav]</span></phrase></if>
</div>
</td>
I am sure there is a cleaner way to do some of the items above, but it works just fine...