hide "view all" shows link? |
hide "view all" shows link? |
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 |
|
|
|
![]() |
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. |
|
|
|
hippiehead025 hide "view all" shows link? Mar 10 2009, 09:22 PM
hippiehead025 then the header wont match the rest, it'll be ... Mar 10 2009, 10:03 PM
Mike Use this code:
CODE<style>
span.whitelink... Mar 11 2009, 04:28 AM
hippiehead025 still didn't work. this is a hard one. Mar 11 2009, 11:02 AM
Mike Leave it like this, then:
CODE<style>
.wh... Mar 11 2009, 12:26 PM
hippiehead025 link is still up..... i heard myspace changed some... Mar 11 2009, 01:00 PM
hippiehead025 k, thanks dude. - Roger Mar 11 2009, 09:21 PM
Mike Replace your Bio codes with this:
CODE<style... Mar 12 2009, 05:04 AM
hippiehead025 Tried that, it took away the link, but also took a... Mar 12 2009, 08:14 AM
Mike Of course it'll be hidden. You used the same c... Mar 12 2009, 10:27 AM
hippiehead025 sweet deal that worked. thanks. now to more questi... Mar 12 2009, 10:47 AM
hippiehead025 ah thanks, and the margin thing didn't work, i... Mar 12 2009, 11:15 AM
Mike No problem. Topic closed & moved. Mar 12 2009, 12:18 PM![]() ![]() |