Easy. |
Easy. |
![]()
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Mar 2006 Member No: 387,332 ![]() |
...Not really.
I'm trying to add a banner to my myspace. Like, an image all the way on the top of the myspace, above profile and below ad. I tried this code: <div:banner> <img url: http:/url> </div> Or something like that, but it didn't work. All it did was add the image INSIDE the About me. I want to add the banner above all the profile stuff. Help? Edit: I fixed it. |
|
|
![]() |
![]()
Post
#2
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jan 2007 Member No: 494,316 ![]() |
you need to put this in your about me
CODE <div class="banner"> <img src="http://IMAGEURL"> </div> and this in your 'who id like to meet' CODE <style>table table {margin-top:150px;}
div table table, table table table {margin-top:0;} .banner {width:800px; height:150px; position:absolute; top:150px; left:50%; margin-left:-400px; text-align:center;}</style> |
|
|
![]() ![]() |