Quote:
Originally Posted by carolmyt
Warning: Newbie question
I love this hack, but I want to make the background transparent. Any advice on how I can do that?
Thanks!
|
Take out this code out of the memberoftheday template to make it transparent - class="tborder"
Take this code out to shrink the space between the lines of info. - cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]"
I also put a font size="1" around the text to make it smaller
<table
class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="80%" align="center">
<tr>
<td><img src="$avatarurl"></td>
<td>
<b>Member of the day is: <a target="_top" href="member.php?&u=$mday[userid]">$mday[username]</a>!</b><br/><br/>
Posts: $mday[posts]</span><br/>
Reputation: $mday[reputation]</span><br/>
<if condition="$mday[age]">Age: $mday[age]</span><br/></if>
<br/>
Favorite forum: <a href="forumdisplay.php?f=$mday[forumid]">$mday[forumname]</a>
</td>
</tr>
</table>
<br/>