Help - Search - Members - Calendar
Full Version: top banner link removal
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
analysis
Hi, I have a banner that sits at the top of my profile, above the ad. Unfortunately, the image has a blue outline because it has become a link.

I have tried this code on numerous band pages and this problem has not occured.

Is there anyway to stop this image from being a link, or at least have the outline removed?

my URL is here

and this is the code I used:

QUOTE
</style>

<span class="off">!-START Block to Place Custom Banner at Top of Page-!</span>
<span class="off">!-Create div with image. Replace my image with the URL of your own image-!</span>
<div class="myBanner">
<img src="http://i116.photobucket.com/albums/o35/nlys_2004/banner.jpg">
</div>

<style>
{!-Create space for image above body. Change px value to the height of your image -!}
body {margin-top:265px}

{!-Position your image. margin-left should be negative and half the width of your image. change width and height to that of your image-!}
div.myBanner {position:absolute; top:0px; left:50%; margin-left:-400px; width:800px; height:265px;}
</style>

<span class="off">!-END Block to Place Custom Banner at Top of Page-!</span>


Thanks.
Melie
it looks like you probably didn't close something because it's linked to your bg. what i mean is that the link goes to where your bg image is located. you'll need to check through your code to make sure that everything has a beginning and ending tag. for example, <style> has to close with </style>
analysis
problem solved.

i ended up having to run it through various scans in dreamweaver, and it spotted a piece of code that was an empty <A> tag or something so i just deleted the whole section, which happened to be what was making the banner become a link.

thanks for your help.

cheers.
MissHygienic
Topic closed. It will also be moved to MySpace Resolved Topics.

PM me if you'd like this thread reopened.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.