Alot of people have asked me how to place a banner at the top of their profile page. This is an excellent way to get peoples attention, and drive them to your website.
Here’s the code at the top of all the other CSS code in your EDIT PROFILE section:
<style>
body table {
margin-top: 440px;
}
.mybannermakermastheadbanner {
position: absolute;
top: 193px;
width: 728px;
height: 400px;
text-align:center;
margin-top: 15px;
margin-left: -364px; left: 50%;
}
body td table, body div table {
margin-top: 0;
}
</style>
<div class=”mybannermakermastheadbanner”>
<a href=”PLACE YOUR LINK IN HERE” target=”_blank”>
<img src=”PLACE THE ROUTE TO YOUR IMAGE” alt=”PLACE SOME TEXT IN HERE ABOUT THE IMAGE title=”Click me” border=”0″ />
</a>
Any questions – let me know