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 10 2009, 10:03 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 65 Joined: Oct 2008 Member No: 690,035 |
then the header wont match the rest, it'll be thinner than the rest....
|
|
|
|
Mar 11 2009, 04:28 AM
Post
#3
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Use this code:
CODE <style> span.whitelink {display:none;} </style> That should do it. |
|
|
|
Mar 11 2009, 11:02 AM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 65 Joined: Oct 2008 Member No: 690,035 |
still didn't work. this is a hard one.
|
|
|
|
Mar 11 2009, 12:26 PM
Post
#5
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Leave it like this, then:
CODE <style> .whitelink {visibility:hidden; display:none;} </style> See if that works. |
|
|
|
Mar 11 2009, 01:00 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 65 Joined: Oct 2008 Member No: 690,035 |
link is still up..... i heard myspace changed some stuff, you think maybe thats why the code isn't working?
|
|
|
|
Mar 11 2009, 09:21 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 65 Joined: Oct 2008 Member No: 690,035 |
k, thanks dude. - Roger
|
|
|
|
Mar 12 2009, 05:04 AM
Post
#8
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Replace your Bio codes with this:
CODE <style> .profileWidth table { margin-bottom:400px; width:800px; } .rail { display:none; } .gap { background:url() top left no-repeat; width:500px; height:333px;position:absolute; top:100; left:50%; margin:0px 0 -400px -690px; </style> <div class="gap"></div> <style> .masthead {position:absolute; top:210px; margin-left:-250px; left:50%; width:528px; height:346px; z-index:2;} </style> <div class="masthead"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/logo12.jpg" /></div> <style> .tg_shows {position:absolute; top:977px; margin-left:-58px; left:50%; width:450px; height:36px; background-color:transparent; background : url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/shows.png);} .tg_bio {position:absolute; top:1395px; margin-left:-67px; left:50%; width:470px; height:80px; background-color:transparent; background : url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Bio.png);} .tg_grouppic {position:absolute; top:1060px; margin-left:-397px; left:50%; width:250px; height:378px; background-color:transparent; background : url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/BandPhotoBW.png);} .tg_media {position:absolute; top:1555px; margin-left:-58px; left:50%; width:450px; height:75px; background-color:transparent; background : url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Media.png);} .tg_borderleft {position:absolute; top:1722px; margin-left:-395px; left:50%; width:300px; height:10px; background-color:transparent; background : url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Lefthdr.png);} .tg_presskit {position:absolute; top:1607px; margin-left:-358px; left:50%; width:150px; height:150px; background-color:transparent; background : url();} .tg_borderleft1 {position:absolute; top:2029px; margin-left:-395px; left:50%; width:300px; height:10px; background-color:transparent; background : url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Lefthdr.png);} </style> <div class="tg_shows"> <table bordercolor="6699cc" cellspacing="0" cellpadding="0" width="440" bgcolor="6699cc" border="0"> <br> <tr> <td align="right"><font color="ffffff" size="2" face="Arial, Helvetica, sans-serif"><span align="right" class="whitelink"><font size="1">( <a href="http://www.msplinks.com/MDFodHRwOi8vY29sbGVjdC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1iYW5kcHJvZmlsZS5saXN0QWxsU2hvd3MmZnJpZW5kaWQ9MjAwMTI1MzMwJm49Q2Fy GUrRGllbSslNWJOZXcrU29uZ3MrVXAhK0NoZWNrK2VtJTI2cnNxdW8lM2IrT3V0ISU1ZCljbGFzcz0="whitelink">view all</a> )</font></span></font></td> </table> </div> <div class="tg_bio"></div> <div class="tg_media"></div> <div class="tg_borderleft"></div> <div class="tg_borderleft1"></div> <div class="tg_grouppic"></div> <div class="tg_presskit"> <a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnNvbmljYmlkcy5jb20vZXBrL2Vway5hc3A/ZXBrX2lkPTE4ODk3OA==" target = "_blank"><img src="http://www.sonicbids.com/epk/epklinks/11.gif" border="0" alt="View Carpe Diem's Sonicbids EPK" title="View Carpe Diem's EPK"></a><br><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnNvbmljYmlkcy5jb20vZXBrL2Vway5hc3A/ZXBrX2lkPTE4ODk3OA==" target = "_blank">View Carpe Diem's EPK</a><br><br> </div> <style> .tg_cdlogo {position:absolute; top:610px; margin-left:-400px; left:50%; width:150px; height:53px; background-color:ffffff; background : url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Header1.png);z-index:2;} </style> <div class="tg_cdlogo"></div> <style> .tg_contact {position:absolute; top:870px; margin-left:-395px; left:50%; width:300px; height:145px; background-color:transparent; background : url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/contacttable.jpg); z-index:2;} </style> <div class="tg_contact"></div> <style> .equip {position:absolute; top:1720px; left:50%; margin-left:-395px; z-index:3; display:block;} </style> <div class="equip"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/equipment.png" /></div> <style> .members {position:absolute; top:1030px; left:50%; margin-left:-395px; z-index:3; display:block;} </style> <div class="members"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Members_.png" /> </div> <style> .tg_info {position:absolute; top:2020px; margin-left:-395px; left:50%; width:300px; height:145px; background-color:transparent; background : url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/info.png); z-index:2;} </style> <div class="tg_info"> <br><br> <table width="300" border="0" cellspacing="3" cellpadding="3"> <tr> <td></td> <td><div align="right"><a href="http://www.myspace.com/carpediemmd">myspace.com/CarpeDiemMD</a></div></td> </tr> <tr> <td></td> <td><div align="right"><a href="mailto:CDBand07@yahoo.com"/>CDBand07@yahoo.com</a></div></td> </tr> <tr> <td></td> <td><div align="right">CarpeDiemMD1</div></td> </tr> <tr> <td></td> <td><div align="right">None</div></td></tr></div> <table class="off"><tr><td> <table class="off"><tr><td> <style>table table table table td span.lightbluetext8 {display:none;} div.LEFT {position:relative; top:-369px; margin-bottom:-200px; background-color:; border:0px; width:300px; height:auto; }</style> </td></tr><tr id="Type of LabelRow"><td valign="top" align="left" width="100" bgcolor="b1d0f0" NOWRAP><span class="lightbluetext8">Type of Label</span></td><td id="ProfileType of Label" width="175" bgcolor="d5e8fb" style="WORD-WRAP: break-word">Indie</td></tr> </table> </td> </tr> </table> <br> </div> <style> a.email {position:absolute; top:870px; left:50%; margin-left:-395px; z-index:3; width:95px; height:36px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/message_.jpg);} a.email img {border:0px;} a.email:hover {cursor:default;} a.email:hover img {visibility:hidden;} a.add {position:absolute; top:906px; left:50%; margin-left:-395px; z-index:3; width:135px; height:37px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/friends_.jpg);} a.add img {border:0px;} a.add:hover {cursor:default;} a.add:hover img {visibility:hidden;} a.InstantMessage {position:absolute; top:943px; left:50%; margin-left:-395px; z-index:3; width:74px; height:26px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/IM_.jpg);}a.InstantMessage img {border:0px;}a.InstantMessage:hover {cursor:default;} a.InstantMessage:hover img {visibility:hidden;} a.rank {position:absolute; top:965px; left:50%; margin-left:-195px; z-index:3; width:99px; height:40px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/rate_.jpg);} a.rank img {border:0px;} a.rank:hover {cursor:default;} a.rank:hover img {visibility:hidden;} a.block {position:absolute; top:940px; left:50%; margin-left:-195px; z-index:3; width:99px; height:25px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/block_.jpg);} a.block img {border:0px;} a.block:hover {cursor:default;} a.block:hover img {visibility:hidden;} a.forward {position:absolute; top:870px; left:50%; margin-left:-195px; z-index:3; width:100px; height:38px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/forward_.jpg);} a.forward img {border:0px;} a.forward:hover {cursor:default;} a.forward:hover img {visibility:hidden;} a.favorite {position:absolute; top:908px; left:50%; margin-left:-195px; z-index:3; width:99px; height:32px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/favorite_.jpg);} a.favorite img {border:0px;} a.favorite:hover {cursor:default;} a.favorite:hover img {visibility:hidden;} a.group {position:absolute; top:969px; left:50%; margin-left:-395px; z-index:3; width:134px; height:36px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/group_.jpg);} a.group img {border:0px;} a.group:hover {cursor:default;} a.group:hover img {visibility:hidden;} </style> <a class="favorite" href="http://www.myspace.com/index.cfm?fuseaction=user.addToFavorite&friendID=200125330&public=0"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/favorite.jpg" /></a> <a class="add" href="http://www.msplinks.com/MDFodHRwOi8vY29sbGVjdC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1pbnZpdGUuYWRkZnJpZW5kX3ZlcmlmeSZmcmllbmRJRD0yMDAxMjUzMzA="><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/friends.jpg" /></a> <a class="InstantMessage" href="http://www.msplinks.com/MDFodHRwOi8vY2hhdC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1tZXNzZW5nZXImc3RyRGVzdGluYXRpb25Vc2VySUQ9MjAwMTI1MzMwJnNlbmRUeXBl A=" targert="blank"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/IM.jpg" /></a> <a class="group" href="http://www.msplinks.com/MDFodHRwOi8vZ3JvdXBzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPWdyb3Vwcy5hZGR0 dyb3VwJmZyaWVuZElEPTIwMDEyNTMzMA=="><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/group.jpg" /></a> <a class="rank" href="http://www.myspace.com/index.cfm?fuseaction=RateImage.UserRating&UserID=200125330"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/rate.jpg" /></a> <a class="forward" href="http://www.msplinks.com/MDFodHRwOi8vbWFpbDEubXlzcGFjZS5jb20vaW5kZXguY2ZtP2Z1c2VhY3Rpb249bWFpbC5mb3J3YXJk ZyaWVuZElEPTIwMDEyNTMzMCZmPWZvcndhcmRwcm9maWxl"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/forward.jpg" /></a> <a class="email" href="http://www.msplinks.com/MDFodHRwOi8vbWFpbDIubXlzcGFjZS5jb20vaW5kZXguY2ZtP2Z1c2VhY3Rpb249bWFpbC5tZXNzYWdl ZyaWVuZElEPTIwMDEyNTMzMA=="><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/message.jpg" /></a> <a class="block" href="http://www.myspace.com/index.cfm?fuseaction=block.blockUser&userID=200125330"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/block.jpg" /></a> <style> a.rick {position:absolute; top:1430px; left:50%; margin-left:-370px; z-index:3; width:198px; height:32px; display:block; background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Rick_.png);} a.rick img {border:0px;} a.rick:hover {cursor:default;} a.rick:hover img {visibility:hidden;} a.mike {position:absolute; top:1462px; left:50%; margin-left:-370px; z-index:3; width:198px; height:34px; display:block; background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Mike_.png);} a.mike img {border:0px;} a.mike:hover {cursor:default;} a.mike:hover img {visibility:hidden;} a.lee {position:absolute; top:1496px; left:50%; margin-left:-370px; z-index:3; width:198px; height:29px; display:block; background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/lee_.png);} a.lee img {border:0px;} a.lee:hover {cursor:default;} a.lee:hover img {visibility:hidden;} a.roger {position:absolute; top:1525px; left:50%; margin-left:-370px; z-index:3; width:198px; height:37px; display:block; background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Roger_.png);} a.roger img {border:0px;} a.roger:hover {cursor:default;} a.roger:hover img {visibility:hidden;} </style> <a class="rick" href="http://www.myspace.com/slikdaddyfunk86"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Rick.png" /></a> <a class="mike" href="http://www.myspace.com/mikeizgod"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Mike.png" /></a> <a class="lee" href="http://www.myspace.com/aequitasandveritas"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Lee.png" /></a> <a class="roger" href="http://www.myspace.com/90corvettedrvr"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Roger.png" /></a> <style> table.friendSpace td.text div a {color:rgb(236,140,77) !important;} </style> <style> table.latestblogentry {margin-top:50px;} </style> <style> .latestBlogEntry .btext {display:none;} </style> <style> .whitelink {visibility:hidden; display:none;} </style> <style> .whitetext12{visibility:hidden; display:none;}.orangetext15{visibility:visible; display:none;}.lightbluetext8{visibility:hidden; display:none;} </style> <style> .nametext {display:none;} </style> <style> .contactTable{display:none;} </style> <style> table, tr, td{ background-color:transparent;border-style:none;} body, body.bodycontent{background-image:url(http://www.imagefilez.com/out.php/i336297_BG1.jpg); background-position:center center; background-repeat:no-repeat; background-attachment:fixed;} body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color:rgb(255,255,255); font-weight:normal; font-style:normal; text-decoration:none; text-transform:none; font-family:arial,sans-serif;} .orangetext15, strong, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{ color:rgb(236,140,77); font-weight:bold; font-style:normal; text-decoration:none; text-transform:none; font-family:arial,sans-serif;} a, a font, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.man font, a.redlink, a.redlink:visited{ color:rgb(236,140,77); font-weight:normal; font-style:normal; text-decoration:underline ; text-transform:none; font-family:arial,sans-serif;} a:hover, a:hover font, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.man:hover font, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{ color:rgb(239,160,108); font-size:8pt; font-weight:bold; font-style:normal; text-decoration:underline ; text-transform:none; font-family:arial,sans-serif;} </style><br><br> Out of the woodwork in early 2007, the Hard Rock / Alt. Metal Band Carpe Diem has been hitting the Baltimore/ DC Metropolitan area with vengence. With their newly recorded "mini" EP with singles such as "Suffering Me" and "Choke", and the live performance put on by the band, Carpe Diem is a band you'll surely talk about and will see more in the future. Currently working on extending our fanbase, Carpe Diem is playing anywhere and everywhere in the Tri-State area, and beyond. <br><br><br><br><br><br> <br><br> <img src="http://cache.reverbnation.com/widgets/buffer.gif" height="4" /><br /> <object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="538" width="434" class="reverb" data="http://www.reverbnation.com/widgets/artist/shows/schedule_map.swf?bandId=291846&backgroundcolor=000000&font_color=000000&view=smart&posted_by=artist_291846"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="http://www.reverbnation.com/widgets/artist/shows/schedule_map.swf?bandId=291846&backgroundcolor=000000&font_color=000000&view=smart&posted_by=artist_291846" /> </object><br><br><br> See if that solves your issue. |
|
|
|
Mar 12 2009, 08:14 AM
Post
#9
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 65 Joined: Oct 2008 Member No: 690,035 |
Tried that, it took away the link, but also took away the link i put in the div....lol
check it out... www.myspace.com/rrippeon ( i tested it here insetad of on my band's site) - Roger |
|
|
|
Mar 12 2009, 10:27 AM
Post
#10
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Of course it'll be hidden. You used the same class I used to hide the original link. Replace your Bio codes with this revised version:
CODE <style>.profileWidth table { margin-bottom:400px; width:800px; }.rail { display:none; }.gap {background:url() top left no-repeat;width:500px; height:333px;position:absolute; top:100; left:50%;margin:0px 0 -400px -690px;</style><div class="gap"></div><style>.masthead {position:absolute; top:210px; margin-left:-250px; left:50%; width:528px; height:346px; z-index:2;}</style><div class="masthead"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/logo12.jpg" /></div><style>.tg_shows {position:absolute; top:977px; margin-left:-58px; left:50%; width:450px; height:36px; background-color:transparent; background : url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/shows.png);}.tg_bio {position:absolute; top:1395px; margin-left:-67px; left:50%; width:470px; height:80px; background-color:transparent; background : url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Bio.png);}.tg_grouppic {position:absolute; top:1060px; margin-left:-397px; left:50%; width:250px; height:378px; background-color:transparent; background : url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/BandPhotoBW.png);}.tg_media {position:absolute; top:1555px; margin-left:-58px; left:50%; width:450px; height:75px; background-color:transparent; background : url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Media.png);}.tg_borderleft {position:absolute; top:1722px; margin-left:-395px; left:50%; width:300px; height:10px; background-color:transparent; background : url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Lefthdr.png);}.tg_presskit {position:absolute; top:1607px; margin-left:-358px; left:50%; width:150px; height:150px; background-color:transparent; background : url();}.tg_borderleft1 {position:absolute; top:2029px; margin-left:-395px; left:50%; width:300px; height:10px; background-color:transparent; background : url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Lefthdr.png);}</style><div class="tg_shows"><table bordercolor="6699cc" cellspacing="0" cellpadding="0" width="440" bgcolor="6699cc" border="0"><br> <tr> <td align="right"><font color="ffffff" size="2" face="Arial, Helvetica, sans-serif"><span align="right"><font size="1">( <a href="http://www.msplinks.com/MDFodHRwOi8vY29sbGVjdC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1iYW5kcHJvZmlsZS5saXN0QWxsU2hvd3MmZnJpZW5kaWQ9MjAwMTI1MzMwJm49Q2Fy UrRGllbSslNWJOZXcrU29uZ3MrVXAhK0NoZWNrK2VtJTI2cnNxdW8lM2IrT3V0ISU1ZCljbGFzcz0="whitelink">view all</a> )</font></span></font></td></table></div><div class="tg_bio"></div><div class="tg_media"></div><div class="tg_borderleft"></div><div class="tg_borderleft1"></div><div class="tg_grouppic"></div><div class="tg_presskit"><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnNvbmljYmlkcy5jb20vZXBrL2Vway5hc3A/ZXBrX2lkPTE4ODk3OA==" target = "_blank"><img src="http://www.sonicbids.com/epk/epklinks/11.gif" border="0" alt="View Carpe Diem's Sonicbids EPK" title="View Carpe Diem's EPK"></a><br><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnNvbmljYmlkcy5jb20vZXBrL2Vway5hc3A/ZXBrX2lkPTE4ODk3OA==" target = "_blank">View Carpe Diem's EPK</a><br><br></div><style>.tg_cdlogo {position:absolute; top:610px; margin-left:-400px; left:50%; width:150px; height:53px; background-color:ffffff; background : url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Header1.png);z-index:2;}</style><div class="tg_cdlogo"></div><style>.tg_contact {position:absolute; top:870px; margin-left:-395px; left:50%; width:300px; height:145px; background-color:transparent; background : url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/contacttable.jpg); z-index:2;} </style><div class="tg_contact"></div><style>.equip {position:absolute; top:1720px; left:50%; margin-left:-395px; z-index:3; display:block;}</style><div class="equip"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/equipment.png" /></div><style>.members {position:absolute; top:1030px; left:50%; margin-left:-395px; z-index:3; display:block;}</style><div class="members"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Members_.png" /></div><style>.tg_info {position:absolute; top:2020px; margin-left:-395px; left:50%; width:300px; height:145px; background-color:transparent; background : url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/info.png); z-index:2;} </style><div class="tg_info"><br><br><table width="300" border="0" cellspacing="3" cellpadding="3"> <tr> <td></td> <td><div align="right"><a href="http://www.myspace.com/carpediemmd">myspace.com/CarpeDiemMD</a></div></td> </tr> <tr> <td></td> <td><div align="right"><a href="mailto:CDBand07@yahoo.com"/>CDBand07@yahoo.com</a></div></td> </tr> <tr> <td></td> <td><div align="right">CarpeDiemMD1</div></td> </tr> <tr> <td></td> <td><div align="right">None</div></td></tr></div><table class="off"><tr><td><table class="off"><tr><td><style>table table table table td span.lightbluetext8 {display:none;}div.LEFT {position:relative; top:-369px; margin-bottom:-200px; background-color:; border:0px; width:300px; height:auto; }</style></td></tr><tr id="Type of LabelRow"><td valign="top" align="left" width="100" bgcolor="b1d0f0" NOWRAP><span class="lightbluetext8">Type of Label</span></td><td id="ProfileType of Label" width="175" bgcolor="d5e8fb" style="WORD-WRAP: break-word">Indie</td></tr> </table> </td> </tr> </table> <br></div><style>a.email {position:absolute; top:870px; left:50%; margin-left:-395px; z-index:3; width:95px; height:36px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/message_.jpg);}a.email img {border:0px;}a.email:hover {cursor:default;}a.email:hover img {visibility:hidden;}a.add {position:absolute; top:906px; left:50%; margin-left:-395px; z-index:3; width:135px; height:37px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/friends_.jpg);}a.add img {border:0px;}a.add:hover {cursor:default;}a.add:hover img {visibility:hidden;}a.InstantMessage {position:absolute; top:943px; left:50%; margin-left:-395px; z-index:3; width:74px; height:26px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/IM_.jpg);}a.InstantMessage img {border:0px;}a.InstantMessage:hover {cursor:default;}a.InstantMessage:hover img {visibility:hidden;}a.rank {position:absolute; top:965px; left:50%; margin-left:-195px; z-index:3; width:99px; height:40px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/rate_.jpg);}a.rank img {border:0px;}a.rank:hover {cursor:default;}a.rank:hover img {visibility:hidden;}a.block {position:absolute; top:940px; left:50%; margin-left:-195px; z-index:3; width:99px; height:25px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/block_.jpg);}a.block img {border:0px;}a.block:hover {cursor:default;}a.block:hover img {visibility:hidden;}a.forward {position:absolute; top:870px; left:50%; margin-left:-195px; z-index:3; width:100px; height:38px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/forward_.jpg);}a.forward img {border:0px;}a.forward:hover {cursor:default;}a.forward:hover img {visibility:hidden;}a.favorite {position:absolute; top:908px; left:50%; margin-left:-195px; z-index:3; width:99px; height:32px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/favorite_.jpg);}a.favorite img {border:0px;}a.favorite:hover {cursor:default;}a.favorite:hover img {visibility:hidden;}a.group {position:absolute; top:969px; left:50%; margin-left:-395px; z-index:3; width:134px; height:36px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/group_.jpg);}a.group img {border:0px;}a.group:hover {cursor:default;}a.group:hover img {visibility:hidden;}</style><a class="favorite" href="http://www.myspace.com/index.cfm?fuseaction=user.addToFavorite&friendID=200125330&public=0"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/favorite.jpg" /></a><a class="add" href="http://www.msplinks.com/MDFodHRwOi8vY29sbGVjdC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1pbnZpdGUuYWRkZnJpZW5kX3ZlcmlmeSZmcmllbmRJRD0yMDAxMjUzMzA="><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/friends.jpg" /></a><a class="InstantMessage" href="http://www.msplinks.com/MDFodHRwOi8vY2hhdC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1tZXNzZW5nZXImc3RyRGVzdGluYXRpb25Vc2VySUQ9MjAwMTI1MzMwJnNlbmRUeXBl =" targert="blank"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/IM.jpg" /></a><a class="group" href="http://www.msplinks.com/MDFodHRwOi8vZ3JvdXBzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPWdyb3Vwcy5hZGR0 yb3VwJmZyaWVuZElEPTIwMDEyNTMzMA=="><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/group.jpg" /></a><a class="rank" href="http://www.myspace.com/index.cfm?fuseaction=RateImage.UserRating&UserID=200125330"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/rate.jpg" /></a><a class="forward" href="http://www.msplinks.com/MDFodHRwOi8vbWFpbDEubXlzcGFjZS5jb20vaW5kZXguY2ZtP2Z1c2VhY3Rpb249bWFpbC5mb3J3YXJk yaWVuZElEPTIwMDEyNTMzMCZmPWZvcndhcmRwcm9maWxl"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/forward.jpg" /></a><a class="email" href="http://www.msplinks.com/MDFodHRwOi8vbWFpbDIubXlzcGFjZS5jb20vaW5kZXguY2ZtP2Z1c2VhY3Rpb249bWFpbC5tZXNzYWdl yaWVuZElEPTIwMDEyNTMzMA=="><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/message.jpg" /></a><a class="block" href="http://www.myspace.com/index.cfm?fuseaction=block.blockUser&userID=200125330"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/block.jpg" /></a><style>a.rick {position:absolute; top:1430px; left:50%; margin-left:-370px; z-index:3; width:198px; height:32px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Rick_.png);}a.rick img {border:0px;}a.rick:hover {cursor:default;}a.rick:hover img {visibility:hidden;}a.mike {position:absolute; top:1462px; left:50%; margin-left:-370px; z-index:3; width:198px; height:34px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Mike_.png);}a.mike img {border:0px;}a.mike:hover {cursor:default;}a.mike:hover img {visibility:hidden;}a.lee {position:absolute; top:1496px; left:50%; margin-left:-370px; z-index:3; width:198px; height:29px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/lee_.png);}a.lee img {border:0px;}a.lee:hover {cursor:default;}a.lee:hover img {visibility:hidden;}a.roger {position:absolute; top:1525px; left:50%; margin-left:-370px; z-index:3; width:198px; height:37px; display:block;background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Roger_.png);}a.roger img {border:0px;}a.roger:hover {cursor:default;}a.roger:hover img {visibility:hidden;}</style><a class="rick" href="http://www.myspace.com/slikdaddyfunk86"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Rick.png" /></a><a class="mike" href="http://www.myspace.com/mikeizgod"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Mike.png" /></a><a class="lee" href="http://www.myspace.com/aequitasandveritas"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Lee.png" /></a><a class="roger" href="http://www.myspace.com/90corvettedrvr"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/New%20design/Roger.png" /></a><style>table.friendSpace td.text div a {color:rgb(236,140,77) !important;}</style><style>table.latestblogentry {margin-top:50px;}</style><style>.latestBlogEntry .btext {display:none;}</style><style>.whitelink {visibility:hidden; display:none;}</style><style>.whitetext12{visibility:hidden; display:none;}.orangetext15{visibility:visible; display:none;}.lightbluetext8{visibility:hidden; display:none;}</style><style>.nametext {display:none;}</style><style>.contactTable{display:none;}</style><style>table, tr, td{background-color:transparent;border-style:none;}body, body.bodycontent{background-image:url(http://www.imagefilez.com/out.php/i336297_BG1.jpg);background-position:center center;background-repeat:no-repeat;background-attachment:fixed;}body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{color:rgb(255,255,255);font-weight:normal;font-style:normal;text-decoration:none;text-transform:none;font-family:arial,sans-serif;}.orangetext15, strong, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{color:rgb(236,140,77);font-weight:bold;font-style:normal;text-decoration:none;text-transform:none;font-family:arial,sans-serif;}a, a font, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.man font, a.redlink, a.redlink:visited{color:rgb(236,140,77);font-weight:normal;font-style:normal;text-decoration:underline ;text-transform:none;font-family:arial,sans-serif;}a:hover, a:hover font, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.man:hover font, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{color:rgb(239,160,108);font-size:8pt;font-weight:bold;font-style:normal;text-decoration:underline ;text-transform:none;font-family:arial,sans-serif;}</style><br><br> Out of the woodwork in early 2007, the Hard Rock / Alt. Metal Band Carpe Diem has been hitting the Baltimore/ DC Metropolitan area with vengence. With their newly recorded "mini" EP with singles such as "Suffering Me" and "Choke", and the live performance put on by the band, Carpe Diem is a band you'll surely talk about and will see more in the future. Currently working on extending our fanbase, Carpe Diem is playing anywhere and everywhere in the Tri-State area, and beyond.<br><br><br><br><br><br><br><br><img src="http://cache.reverbnation.com/widgets/buffer.gif" height="4" /><br /><object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="538" width="434" class="reverb" data="http://www.reverbnation.com/widgets/artist/shows/schedule_map.swf?bandId=291846&backgroundcolor=000000&font_color=000000&view=smart&posted_by=artist_291846"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="http://www.reverbnation.com/widgets/artist/shows/schedule_map.swf?bandId=291846&backgroundcolor=000000&font_color=000000&view=smart&posted_by=artist_291846" /> </object><br><br><br> There, that should do it. |
|
|
|
Mar 12 2009, 10:47 AM
Post
#11
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 65 Joined: Oct 2008 Member No: 690,035 |
sweet deal that worked. thanks. now to more questions, ha, sorry.
I dont understand when you said i used the same class for the link, that you coded to hide.... can you show me what your talking about? I dont notice anything different about the "link" table code than before. And also, after using that code, it made by blogs header push down a bit, and it under the 1st posted blog.. any ideas? Thanks - Roger |
|
|
|
Mar 12 2009, 10:50 AM
Post
#12
|
|
|
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. |
|
|
|
Mar 12 2009, 11:15 AM
Post
#13
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 65 Joined: Oct 2008 Member No: 690,035 |
ah thanks, and the margin thing didn't work, i took it all the way to 0 and it didn't move. - Roger
**EDIT*** nevermind dude, i just transfered the code to my bands ACTUAL myspace, andi ts all fine... dont know why the /rrippeon one got messed up. ha owell. Thanks dude! |
|
|
|
Mar 12 2009, 12:18 PM
Post
#14
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
No problem. Topic closed & moved.
|
|
|
|
![]() ![]() |