My motivation for this is threefold.
- Flash uses CSS for limited formatting.
- To make my blogs look cool.
- To customize mySpace without having to rely on third party websites.
This would be easy if you could edit the content of the profileInfo table but you can't. You have to do it using CSS. It's quite the hack job. Here's the code if you want to do it yourself. If you try it out let me know if you have any problems. I have only tried this on a couple mySpace accounts so far.
Enter this code in your About Me section and see if it works:
<style>Make sure that you replace the image location with an image that is exactly 300px by 200px.
.profileInfo tr td table tr td a img{width:1px; margin-left:330; margin-top:220;}
.profileInfo tr td table {background-image:url("http://www.imagehostinglocation.com/image_name.jpg"); background-repeat: no-repeat;
background-position: 5px 10px;}
.profileInfo tr td{background-color:transparent;}
.profileInfo tr{background-color:transparent;}
.profileInfo tr td table tr .text {background-color:transparent;}
.profileInfo tr td table tr {background-color:transparent;}
</style>
2 comments:
Hey thanks for the tip! I used it & it works great! I just had to change the background color from transparent to black for it to look right on my page. VERY COOL.
I checked out your myspace page. Nice.
You are an awesome blogger. I bug my family to leave comments so I know they are visiting but they never do. (Except Heath and Michele.)
You rock!
Post a Comment