Thread: Image at top of profile
Results 1 to 5 of 5
Related
-
Band Profile Help - top left, default image area Forum: Myspace Forum
Replies: 1 -
Having trouble adding top image over background image Forum: Myspace Forum
Replies: 3 -
Transplant personal profile code to band profile Forum: Myspace Forum
Replies: 0 -
How to.. for my profile. PLEASE HELP Forum: Myspace Forum
Replies: 1 -
Need Help! Image from another source displays if first image errors... Forum: HTML Forum
Replies: 14
-
10-28-2007, 02:44 PM #1
Image at top of profile
My band just released a music video and I would like to attract attention to it by posting an image at the top of our myspace page, above their banner link... somewhat like: myspace.com/kisskiss. How do I go about the coding for such a location?
Any help would be greatly appreciated. Thanks so much
-
10-28-2007, 02:50 PM #2
Re: Image at top of profile
Paste the below code into the about me section of your profile:
Code:<style type="text/css"> body{ background-position:top center;margin-top: 300;} div.topbanner { top: 0; left: 49%; margin-left: -200px; width: 100%; height: 300px; position: absolute; } </style> <div class="topbanner"><a href="http://www.website.com"><IMG SRC="http://www.website.com/img.jpg" border="0"></a></div>
-
11-17-2007, 11:48 AM #3
Re: Image at top of profile
So after that, what is the code to bring the myspace add, the search tab and the other junk at the top down out of the way of the pic thats now at the top?
Thanks
-
11-26-2007, 12:00 AM #4
Re: Image at top of profile
<style>
body div td td {height:300px; vertical-align:top;
background-image:url(URL OF PIC HERE);
background-repeat:no-repeat; background-position:center top;}
.rid td td, td.text div td td {background-image:none; height:auto;}
div table td {background-color: transparent;}
</style>
-
11-27-2007, 07:17 PM #5
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum