This is the Mini-Profile that I coded for v1 of wRcreations. It contains a funky avatar background! ^_^
Please keep copyright in place for me!
Preview
Global Header:
<style>
.avatar {
background-image: url('http://i32.tinypic.com/wlq8bb.jpg');
background-position: center center;
width: 140px;
height: 140px;
background-repeat: no-repeat;
}
</style>
Member Mini-Profile:Code:
- <table border=0 cellspacing=0 cellpadding=2 width=100%>
- <tr><td valign="bottom">
- <div style="float:left"><font size="3"><b>{display_name}</b></font></div></td></tr><tr>
- <td class="avatar" align="center" width="200px">
- {if:avatar}{avatar}{/if:avatar}
- {ifnot:avatar}<font size=2><b>No<br>;Avatar</b></font>{/ifnot:avatar}</td>
- </tr><tr><td width="80%" valign="top" align="center">
- {rank}<br>
- {if:custom_title}{custom_title}<br>{/if:custom_title}{if:warning}{warning}<br>{/if:warning}
- </td></tr><tr><td><br>
- <b>About Me:</b><br>
- Hi, I'm {display_name}, {if:gender}a {gender},{/if:gender} {if:location}live in {location},
- {/if:location} and have <b>{posts}</b> posts, I joined on the {joined}. {ifnot:online}
- Unfortunately I am currently Offline.{/ifnot:online} {if:online}I am currently <b>Online</b>.{/if:online}
- You can get in touch with me by going to my profile.
- </td></tr></table>
Guest Mini-Profile:
<table border=0 cellspacing=0 cellpadding=2 width=100%>
<tr><td valign="bottom">
<div style="float:left"><font size="3"><b>{name}</b></font></div>
</td></tr><tr>
<td class="avatar" align="center" width="200px"><font size=2><b>No<br>Avatar</b></font></td>
</tr><tr>
<td width="80%" valign="top" align="center">
Guest<br>
</td></tr><tr><td><br>
<b>About Me:</b><br>
Hi, I'm {name}.. Unfortunately you can't contact me because I'm a guest.<br>
<a href=/action/login>Login</a> or <a href=/action/register>Register</a></td></tr>
</table>