top banner link removal, remove link outline from image |
![]() ![]() |
top banner link removal, remove link outline from image |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Mar 2008 Member No: 634,297 ![]() |
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. |
|
|
![]()
Post
#2
|
|
![]() Melieized ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 1,372 Joined: Nov 2006 Member No: 478,715 ![]() |
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>
|
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Mar 2008 Member No: 634,297 ![]() |
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. |
|
|
![]()
Post
#4
|
|
![]() Resource Center Tyrant ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,263 Joined: Nov 2007 Member No: 593,306 ![]() |
Topic closed. It will also be moved to MySpace Resolved Topics.
PM me if you'd like this thread reopened. |
|
|
![]() ![]() |