Top left hide? |
![]() ![]() |
Top left hide? |
Oct 11 2008, 08:04 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 65 Joined: Oct 2008 Member No: 690,035 |
K so someone gave me this code to hide everything on the top left of my myspace for my band..... IS there a way to hide the -default pic and pics/vid link, but keep the top heading (display name) ?
CODE <style>
table.H, .nametext, font strong{display:none;} div.clearfix i i, .i {display:none;} table table table table td.text img {display:none;} table table p table table td.text img, table table td.text table table td.text img {display:block;} table, td {height:auto !important; } table table br {display:none} table table td.text br, table table p td br {display:inline; line-height:13px} p {margin-top:-13px;} </style> |
|
|
|
Oct 11 2008, 08:24 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
this will hide your picture and details, but it won't do anything to your view pics / videos links.
CODE <style type="text/css"> table table table table .text { display:none; } .contactTable .text { display:table-cell; _display:block; } </style> unfortunately, music profiles don't use as many CSS classes as regular profiles, so if you wanted to get rid of those links, you could do it if you wanted to get rid of half your page as well. if you really want to hide the links, you can position a div over them. |
|
|
|
Oct 11 2008, 08:24 PM
Post
#3
|
|
![]() Better than Firefly; aQuafly ![]() ![]() ![]() Group: Official Designer Posts: 75 Joined: Oct 2008 Member No: 689,363 |
here, add this code into your coding :]
CODE <style> table.profile info a {display:none;} table.profileInfo table td.text {display:none;} table.profileInfo table tr td {display:none;} .nametext {visiblity visible;} </style> Hope this helps! Edit: Mine might actually not work! Mine's for regular profiles, I'm not used to editing music ones. I wasn't aware the css was different. Sorry if it doesn't work! |
|
|
|
Oct 11 2008, 09:43 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 65 Joined: Oct 2008 Member No: 690,035 |
I guess i'll just have to make a div.....
Is there anyway to push the left side of the profile up? |
|
|
|
Oct 11 2008, 10:03 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 65 Joined: Oct 2008 Member No: 690,035 |
K so this is the code I have, where would i start to enter the code for the div on the left side? and what code do i use? Thanks - Roger
CODE <style>
.profileWidth table { margin-bottom:400px; width:800px; } .rail { display:none; } .topbanner { background:url() top left no-repeat; width:639px; height:202px; position:absolute; top:60; left:50%; margin:160px 0 0 -319px; </style> <div class="topbanner"> <table cellpadding="0" cellspacing="0"><tr> <td colspan="6"> <img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/Header.jpg" /></td></tr><tr> <td><a href="http://www.msplinks.com/MDFodHRwOi8vaG9tZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2Vy"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/Home.jpg" /></a></td> <td><a href="http://www.msplinks.com/MDFodHRwOi8vZnJpZW5kcy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1pbnZpdGUuYWRkZnJpZW5kX3ZlcmlmeSZmcmllbmRJRD0yMDAxMjUzMzA="><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/Join.jpg" /></a></td> <td><a href="http://www.msplinks.com/MDFodHRwOi8vbWVzc2FnaW5nLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPW1haWwubWVz 2FnZSZmcmllbmRJRD0yMDAxMjUzMzAmTXlUb2tlbj05NTMwNDJlYy04NTBhLTQ3MGUtYjAyNy0wMDZkO ZhYWE5MGM="><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/Message.jpg" /></a></td> <td><a href="http://vids.myspace.com/index.cfm?fuseaction=vids.showvids&friendID=200125330&n=200125330&MyToken=953042ec-850a-470e-b027-006d86aaa90c"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/Video.jpg" /></a></td> <td><a href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIu mlld0FsYnVtcyZmcmllbmRJRD0yMDAxMjUzMzA="><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/Photos.jpg" /></a></td> <td><a href="http://www.msplinks.com/MDFodHRwOi8vYmxvZy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1ibG9nLkNvbmZpcm0mZnJpZW5kSUQ9MjAwMTI1MzMw"><img src="http://i27.photobucket.com/albums/c171/Hippiehead025/Myspace%20Stuff/Blog.jpg" /></a></td></tr></table> </div> <style> .contactTable {display:none;} </style> <Style type="text/css" source="http://www.strikefile.com/" author="Thomas Zwaagstra"> table, tr, td{ background-color:transparent; border-style:none; } body, body.bodycontent{ background-color:rgb(0,0,0); background-image:url(http://i27.photobucket.com/albums/c171/Hippiehead025/MyspaceBG.jpg); background-position:center center; background-repeat:no-repeat; background-attachment:fixed; scrollbar-face-color:rgb(0,0,0); scrollbar-base-color:rgb(0,0,0); scrollbar-3dlight-color:rgb(51,51,51); scrollbar-shadow-color:rgb(51,51,51); scrollbar-darkshadow-color:rgb(51,51,51); scrollbar-highlight-color:rgb(51,51,51); scrollbar-track-color:rgb(0,0,0); scrollbar-arrow-color:rgb(51,51,51); } body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color:rgb(255,255,255); font-size:8pt; font-weight:bold; font-style:normal; text-decoration:none; text-transform:none; } .orangetext15, strong, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{ color:rgb(102,102,102); font-size:8pt; font-weight:bold; font-style:FairydustB; text-decoration:none; text-transform:none; } 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(0,0,204); font-size:8pt; font-weight:bold; font-style:italic; text-decoration:none; text-transform:none; } 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(0,0,204); font-size:9pt; font-weight:bold; font-style:italic; text-decoration:underline ; text-transform:none; } table table table, div table table{ border-style:none; border-width:1px; } table table table table, div table table table{ border-style:none; } A IMG{ border-style:none; } |
|
|
|
Oct 11 2008, 11:21 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 65 Joined: Oct 2008 Member No: 690,035 |
K i'm usin g this code to try to make a div to hide the pics/vids links..... how /where do i insert a code to make the div have a background???? and what code do i use to make it have a background? I've searched all over and cant find anything that works..... right now i have this
www.myspace.com/carpediemmd CODE <br /><div style="width:200px;height:20px;overflow:auto;position:absolute;top:915px;left:175p ;background:black;font-family:century gothic;font-size:13px;color:FF0000;overflow:auto;border:none 0px solid"></DIV> |
|
|
|
Oct 12 2008, 07:08 AM
Post
#7
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
For the DIV codes, you can place them anywhere as long as they're outside of the <style> tags. Those are different kinds of codes and they're constructed separately. I'd first have the CSS codes (the one with <style> tags) then have the HTML codes (the DIV codes) below them.
For your DIV to have a background, use this code instead: CODE <div style="width:200px; height:20px; position:absolute; top:915px; left:175px; font: normal 13px century gothic; color:FF0000; overflow:auto; border:0px; background-image:url("URL OF BACKGROUND"); background-color:black;"></div> Replace the text in all caps with the URL of the image you want as your background. Also, I suggest using this code for proper positioning instead: CODE <div style="width:200px; height:20px; position:absolute; top:915px; left:50%; margin-left:-175px; font: normal 13px century gothic; color:FF0000; overflow:auto; border:0px; background-image:url("URL OF BACKGROUND"); background-color:black;"></div> I changed the "left" attribute to 50% and added a "margin-left" attribute. That will have your DIV positioned right in all resolutions. Just play with the pixels of the "margin-left" attribute to have it in its correct place. |
|
|
|
Oct 12 2008, 12:50 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 65 Joined: Oct 2008 Member No: 690,035 |
K if i keep the background url: w/e in there a div wont show up, but if i take that part fo the code out, a black div willcome up, why is adding a BG killing the div?
|
|
|
|
Oct 12 2008, 01:14 PM
Post
#9
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 65 Joined: Oct 2008 Member No: 690,035 |
Nevermind i got it, the parenthesis were screwing up the code. Thanks alot man! - Roger
K. now is there a code i can use or modify something to push my left column up?> |
|
|
|
Oct 12 2008, 01:15 PM
Post
#10
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 18,173 Joined: Mar 2005 Member No: 108,478 |
Is everything fixed now? If so, I'll close the topic.
|
|
|
|
Oct 12 2008, 01:39 PM
Post
#11
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 65 Joined: Oct 2008 Member No: 690,035 |
still lookin for how to move my left column up?
|
|
|
|
![]() ![]() |