Yuppers! I've come to explain all of the tips I know on making custom profiles! Let's begin!
"MESSAGE ME" link I am not responsible if you get spammed for applying this one to your profile, but it works nicely if you are willing to take the risk.
You will need your profile number. Go to your profile and look at the number at the end of the url. (Example: http://dsipaint.com/memberprofile.php?member=5262)
Once you have that, apply this to the blog title:
<a href="/mymessagecomposer.php?recipient_id=(profile number)" style="position:absolute; right:0; top:0">MESSAGE ME!</a> If you do this correctly, you should have a link at the top of your profile, saying "MESSAGE ME!" and linking to a message composer going to you.
Custom page title This will change the title of the page. This is pretty straightforward; all you need is one small javascript code to change the title. Apply this to the blog title:
<script type=text/javascript>document.title="My awesome profile";</script> Easy enough?
Custom profile header This will replace the text that originally says "(member)'s Profile". Apply this code to the blog title:
<script type=text/javascript>document.getElementById("notice_profile_name".innerHTML="My awesome profile"</script>
This should fill up all the space you can type for a single blog title.
Alright, that's about all I can really leak for now! I won't be on much now that school's started, but when I'm not on, feel free to message me! I'll always answer questions regarding making custom profiles.