1) Why is the font for my part bigger than the rest? How can I make it the same size as the rest of the statistics/who's online boxes?
Use "smallfont" class in TD tag
2) How can I make the text "Your Post Count" and "Your Email" start at the same point no matter how long the text is in the first two fields?
If you want them perfectly aligned use table layout.
3) How can I make it so if a user has no signature, it displays "You currently have no signature. Please click here to add one." but if they do, it shows the signature (under the text "Your Signature:").
<if condition="$bbuserinfo['signature']"> $bbuserinfo[signature] <else /> No sig</if>
4) Why when I click the box to collapse it, the image doesn't change to a '+', it just stays as a '-'? The other boxes all work.
Change: "collapseimg_forumhome_stats" to: "collapseimg_forumhome_prof"
|