Log In · Register

 
hide "view all" shows link?
hippiehead025
post Mar 10 2009, 09:22 PM
Post #1


Senior Member
***

Group: Member
Posts: 65
Joined: Oct 2008
Member No: 690,035



if you look at my page www.myspace.com/carpediemmd (my bands)

in the shows header, i had to insert a link to "view all" as the .png file i have for my banner covers the original link, BUT its still visible, is there any way to hide the original link? and/or make it "clickable" overtop of the header? I've tried changing the z index of the header, and the link still wont work, and the link i inserted, I cant get to line up with the original... any ideas? Thanks - Roger
 
 
Start new topic
Replies
Mickey
post Mar 12 2009, 10:50 AM
Post #2


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



This was the code you used to put up the link:

CODE
<span align="right" class="whitelink"><font size="1">( <a href="http://www.msplinks.com/MDFodHRwOi8vY29sbGVjdC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1iYW5kcHJvZmlsZS5saXN0QWxsU2hvd3MmZnJpZW5kaWQ9MjAwMTI1MzMwJm49Q2Fy
GUrRGllbSslNWJOZXcrU29uZ3MrVXAhK0NoZWNrK2VtJTI2cnNxdW8lM2IrT3V0ISU1ZCljbGFzcz0" class="whitelink">view all</a> )</font></span>

This is the code I gave you to hide the original link:

CODE
<style>
.whitelink {visibility:hidden; display:none;}
</style>

Obviously, it'll be hidden because that code hides anything using the whitelink class. Since you copied the class MySpace used to post up the original link, the one you posted up became hidden as well. As for your second question, look at this top chunk of your Members:

CODE
html body.bodyContent table tbody tr td table tbody tr td.text table.latestBlogEntry{
background-color: transparent !important;
color: FFFFFF !important;
width: 450px !important;
border-collapse: collapse !important;
margin-bottom: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
margin-top: 15px !important;
padding: 0 !important;
table-layout: fixed !important;
position: relative !important;
background-image: url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Blog.png);
background-repeat: no-repeat;
background-position: 0px 0px;
overflow: hidden;
_background-position: 0px 2px;
_margin-left: -4px !important;
_margin-top: 0px !important;}

Where it says "margin-top: 15px !important;", replace 15px with a smaller number to position it higher. See if that solves your problem.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: