suspenceful
New member
<style>
.profileInfo td {visibility:hidden;}
.nametext, .profileInfo a img {visibility:visible;}
.profileInfo a img {position:relative; left:90px;}
.nametext {position:relative; left:65px;}
</style>
If it doesn't look right, adjust the 3rd line (.profile info) number (90) to however you would like it. But then make sure you adjust the .nametext so your name is above the picture
.profileInfo td {visibility:hidden;}
.nametext, .profileInfo a img {visibility:visible;}
.profileInfo a img {position:relative; left:90px;}
.nametext {position:relative; left:65px;}
</style>
If it doesn't look right, adjust the 3rd line (.profile info) number (90) to however you would like it. But then make sure you adjust the .nametext so your name is above the picture
