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. |
|
|
![]() ![]() |