MySpace Bottom Menu Links Copyright Hide or Style
Bottom Menu and copyright
WARNING, do NOT remove the bottom links. There have been reliable reports of myspace deleting profiles for having the bottom links/copyright hidden.
To get an idea of how the bottom area is set up, please see the following diagram:
(If you open this in another window, you will be able to read this article while viewing the diagram).
myspace.com/drhoovey" target="_blank"
The area you want to look at is at the very bottom of the page.
The key is to the left (starting top left).
Looking at this space one can see that it can be addressed like this:
table div
To get just the menu and not the copyright thing, like this:
table div div
I left the td out of the above addressing method. It is not necessary here, and really adds no value at all.
(If it were in a class it would possibly make the address more explicit. If I were working with code from multiple sources I might want to use it to enhance compatibility with multiple addressing methods.)
Now look up at the top of the page
Either of the two above address methods also effect the ad banner.
The ad banner is generated on multiple code paths one at level
div table div div
the other
div table div
I am not sure which one you are seeing. The myspace page is updated real-time. Refresh a few times, and see if the ad banner depth changes.
A LOT of code being given out to hide the bottom link/copyright space hides the ad banner.
Most that hides 100% of the ad banners has been fixed. Much that hides 50% of the ad banners is still being given out.
I removed the code to hide the bottom links. MySpace has indicated that they do not want these removed. If you have hidden them, and can not figure out how to recover them, you can post a question to the following forum, and someone there will help you:
mygen.uk.co where people will answer your questions
Or you can post here, but I have not had the time I used to have to monitor and answer questions on this blog.
Style the Bottom Links, Color, Font, Background color
Prevent Bottom Link table From stretching the full width of browser Window and Center
Due to the way they defined the width of the table, which holds the bottom links, combined with their centering method, this table will stretch the entire length of the browser window.
This often leaves a quirky looking stripe at the bottom.
You can gain control of this. However, once you do, getting the size exactly correct is a chore.
The following code will change the width, from 100% to auto (as much space as it needs) and then center the block.
If you then want to control the width, it is best done by altering the width of the div inside this table.
Below is a more complete solution, for centering and controlling the width of the bottom links. It had code to reverse the side effects on other page elements.
I have commented each line so you can see what is going on, and remove the lines you do not want or need.
Replace Bottom Links and Copyright With Image
Change height:60 to the height of your image.
It is best not to mess with width.
WARNING, do NOT remove the bottom links. There have been reliable reports of myspace deleting profiles for having the bottom links/copyright hidden.
To get an idea of how the bottom area is set up, please see the following diagram:
(If you open this in another window, you will be able to read this article while viewing the diagram).
myspace.com/drhoovey" target="_blank"
The area you want to look at is at the very bottom of the page.
The key is to the left (starting top left).
Looking at this space one can see that it can be addressed like this:
table div
To get just the menu and not the copyright thing, like this:
table div div
I left the td out of the above addressing method. It is not necessary here, and really adds no value at all.
(If it were in a class it would possibly make the address more explicit. If I were working with code from multiple sources I might want to use it to enhance compatibility with multiple addressing methods.)
Now look up at the top of the page
Either of the two above address methods also effect the ad banner.
The ad banner is generated on multiple code paths one at level
div table div div
the other
div table div
I am not sure which one you are seeing. The myspace page is updated real-time. Refresh a few times, and see if the ad banner depth changes.
A LOT of code being given out to hide the bottom link/copyright space hides the ad banner.
Most that hides 100% of the ad banners has been fixed. Much that hides 50% of the ad banners is still being given out.
I removed the code to hide the bottom links. MySpace has indicated that they do not want these removed. If you have hidden them, and can not figure out how to recover them, you can post a question to the following forum, and someone there will help you:
mygen.uk.co where people will answer your questions
Or you can post here, but I have not had the time I used to have to monitor and answer questions on this blog.
Style the Bottom Links, Color, Font, Background color
<i class=i>
<a href="http://xiii.us/ms/bottom">set color font style bottom links copyright</a>
</i>
<style>
i.i {display:none;}
{!-Style the link area and the pipes between the links-!}
table div div {color:hotpink; font-face:impact; font-size:9px; background-color:FCEAF8; width:800px !important; padding-bottom:2px}
{!-The actual links-!}
table div div a {color:hotpink !important; font-face:impact !important; font-size:11px !important;}
{!-copyright-!}
table div font {color:hotpink; font-face:impact; font-size:13px; background-color:lightgrey}
</style>
Prevent Bottom Link table From stretching the full width of browser Window and Center
Due to the way they defined the width of the table, which holds the bottom links, combined with their centering method, this table will stretch the entire length of the browser window.
This often leaves a quirky looking stripe at the bottom.
You can gain control of this. However, once you do, getting the size exactly correct is a chore.
The following code will change the width, from 100% to auto (as much space as it needs) and then center the block.
If you then want to control the width, it is best done by altering the width of the div inside this table.
<style>
table {width:auto !important; height:auto !important;}
body {text-align:center;}
table {margin-right:auto; margin-left:auto;}
</style>
The above code has potential systemic centering/alignment effects on your profile. I like the effects. Each profile is different. Below is a more complete solution, for centering and controlling the width of the bottom links. It had code to reverse the side effects on other page elements.
I have commented each line so you can see what is going on, and remove the lines you do not want or need.
<i class=i>
<a href="http://xiii.us/ms/bottom">
mySpace Control width of bottom links code by Eileen</a></i>
<style>
.i {display:none;}
{! prevent bottom link table from stretching 100% !}
table {width:auto !important; height:auto !important;}
{! prevent music nav bar from getting smaller caused by above !}
div table {width:800px !important;}
{! fix effect of above line on other divs !}
table div table {width:auto !important;}
{! center in non-IE browsers !}
table {margin-right:auto; margin-left:auto;}
{! needed to center in IE browsers !}
body {text-align:center;}
{! force size of bottom link table by sizing div !}
table div {width:800px;}
{! fix effect on other divs !}
table table div {width:auto}
{! fix effect of above centering on select thing !}
div table div div select {position:absolute !important; top:0px; left:3px;}
{! fix effect of fixing select thing on google form !}
div table div form {position:relative; left:60px;}
</style>
Replace Bottom Links and Copyright With Image
<a class=i href="http://xiii.us/ms/bottom">custom image in place of bottom links code by Eileen</a>
<style>
.i {display:none;}
table div {background-image:url('http://i10.tinypic.com/639n3br.jpg');
background-position:center center; background-repeat:no-repeat; height:60px}
table table div, div table div {background-image:none; height:auto}
table div div, table div font {visibility:hidden}
div table div div, table table div div, table table div font {visibility:visible;}
</style>
Replace my image (the .jpg file) with your own.Change height:60 to the height of your image.
It is best not to mess with width.
Thank you for visiting; Have a nice day
-Hide the End Links
-myspace codes to hide copyright
-myspace code to hide bottom links
-hide extra gray bottom space of myspace
-hide writing on bottom of myspace
-hide thin white line at bottom of profile
Will myspace soon prevent us from removing the bottom links and copyright? One would think that they would want us to keep the copyright, but I didn't see this anywhere in the rules?
They don't state that we have to keep the google search, yet I have seen evidence in their code that they are trying to make it much more difficult to remove this.
hide bottom links and bars
-Hide the End Links
-myspace codes to hide copyright
-myspace code to hide bottom links
-hide extra gray bottom space of myspace
-hide writing on bottom of myspace
-hide thin white line at bottom of profile
Will myspace soon prevent us from removing the bottom links and copyright? One would think that they would want us to keep the copyright, but I didn't see this anywhere in the rules?
They don't state that we have to keep the google search, yet I have seen evidence in their code that they are trying to make it much more difficult to remove this.
hide bottom links and bars
Labels: mySpace bottom Menu
96 Comments:
Great codes thanks.
You are Welcome.
thnx so much ive been tryin to find this code 4 so long! thnx again!
it didnt work for me - the copyright is still there and thats the only thing i want to get rid of - HELP ! i cant find a code that works that gets rid of the copyright anywhere - my myspace is www.myspace.com/milky_chains please send a message
Your profile is private, so I can not look at it.
If you have other code, which alters your table structure, or overrides the display and visibility commands I have in the above code, the above code won't work.
If you ONLY want to hide the copyright (and not the bottom links) do this:
<style>
table div font {visibility:hidden !important;}
div table div font {visibility:visible !important;}
</style>
If you want more space gone you can change visibility:hidden to display:none
and
visibility:visible to
display:inline
You can get rid of even more space by putting a negative bottom margin on the div that holds the bottom links, just above the copyright thing.
GUUAH that hide the grey part code. I HAVE BEEN LOOKING FOR THAT. genius! haah thnx (:
how do you move up the copy right? after the bottom links are hidden
tara
Try this:
table div font {position:relative; top:-50px; margin-bottom:-50px}
div table div font {position:static; margin-bottom:0}
thx Eileen! =]
What if I want to leave the bottom links and copyright and add more space at the bottom after the copyright so it's not right up against the bottom edge.
If you could also tell me how to add more space with the copyright gone, but keeping the links, that would be great.
Wow!!! It actually works! Yay :]
Great codes!
You can add space under the copyright:
body {margin-bottom:60px;}
put it in a style block.
If you want to get rid of the copyright, do this:
table div font {display:none}
put it in a style block.
Use both commands and you will hide the copyright, keep the bottom links, and add extra space to the bottom.
THANK YOU SO MUCH!
i spent two days trying to find/ make a code before i found this one.
o my gosh
thank you thank you thank you
How do you just make the Bottom MySpace Links transparent (keep the links and copyeight) and make the background show through?
Bill
<style>
tr {background-color:transparent !important;}
</style>
ok so i got rid of the bottom links and copyright just the gray box is there how do i get rid of that?
tr {background-color:transparent !important;}
(put it in a style block)
However, if you had used my code to hide the links and copyright, you would have eliminated the grey box as well.
i still have all that extra white stuff at the bottom of my myspace
helllp:(
it didn't work hmmphh
i cant find a code to work anywhere
*stamps foot* so annoying :(
Can you leave me a link to your page.
I have now identified THREE different versions of myspace core code in various profiles.
One is so different, that very little of the published customizing code will work with it.
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=163609764
please help it wont go away ¬_¬
anonymous hannah
The reason none of the published code, to remove the bottom links, works for you; is because you have used code which has altered the table structure.
I see this a lot.
This code works on your profile:
<style>
{! remove bottom links and copyright !}
td.text table div {display:none;}
</style>
it didnt work :(
THANKYOU SOOOO MUCH!! I thougth i had tried every single code out there to get rid of the bottom links and NONE of them worked.this is such a relief to finally get 1 that does.thanks again
how do you make your layout go through the background behind the ad and search bar and the bottom?
I'm usually pretty good at catching on, but I can't for the life of me, get the first code to work (getting rid of all the bottom links and copyright). And the one to just get rid of the copyright gets rid of my comments too. Here's my code in about me (it won't let me put style tags on here, so I had to alter them):
<--style>
{!-set width of top menu to auto expand -!}
table.navigationBar,
table.navigationbar td,
table.navigationbar td table {width:99% !important; text-align: center;}
<--/style>
<--style type="text/css">
body {
background-color:000000;
background-position:top left;
background-repeat:no-repeat;
background-attachment:fixed;
}
td, span, div, input, a, table td div div font,
body div table tbody tr td font {font-family:arial 11px !important; text-align: justify;}
td, span, div, input, table td div div font,
body div table tbody tr td font {color:ffffff !important; text-align: justify;}
.nametext, .whitetext12, .lightbluetext8, .blacktext12,
.redtext, .redbtext, .blacktext10 {color:ffffff !important; FONT: 11px arial; TEXT-ALIGN: center; }
.comt td td td table, .btext, .orangetext15, .redlink {text-align: center !important;}
.comt b, .comt a, .redtext {text-align: center;}
A:link {
COLOR:red !important;
TEXT-DECORATION: none
font-weight: bold !important;}
A:visited {
COLOR: gray !important;
TEXT-DECORATION: none
font-weight: bold !important;}
A:active {text-decoration: none; yellow !important; font-weight: bold !important; }
A:hover {text-decoration: none; color: yellow !important; background-color: red;
font-weight: bold !important; }
b, strong, .btext {
font-weight: bold !important;
}
b2, strong, .btext {
font: 11px arial;
font-weight: bold;
}
i, em, .itext {
font-family: arial;
font-size: 10px;
color: cc00cc;
}
u, s, .stext, .sbtext, .swtext {
font-family: arial;
font-size: 10px;
color: FAA1B5;
}
table table {
border:none;
background-color:transparent !important;
width:auto; height:0px;
padding:1;
}
.blacktext10{font-family:small fonts; font-size:9px; color:ffffff; font-weight:none;border:0px; text-transform: uppercase;}
.redtext{font-family:small fonts; font-size:9px; color:ffffff; font-weight:none;border:0px; text-transform: uppercase; }
table table table table td{
background: transparent !important;
width:auto; height:0px;}
table table table table{
border: none;
width:auto;
background-color:transparent !important;
padding:0;
}
div div table td td font {visibility: hidden;}
p, table, tr, td, th, div{
border: 0px;
background:transparent;
FONT: 11px arial; COLOR: ffffff;
LETTER-SPACING: 0px; TEXT-ALIGN: justify
}
.centeralign {text-align:center; background-color: transparent; COLOR:000000;}
font {background-color: transparent}
}
P {FONT: 11px arial; COLOR:AEB86F; LETTER-SPACING: 0px; TEXT-ALIGN: justify
}
{!-Size friendspace outer 2 tables !}
table.friendSpace table,
table.friendSpace td,
table.friendSpace {width:300px !important; padding: 5px;}
{!-Size inner levels to exactly 1/4 of above!}
table.friendspace table table td,
table.friendSpace table table table,
table.friendSpace table table table td {width:75px !important; margin:0px; border:0px; padding:0px;}
{!- set so that img PLUS padding = 1/4 of full table width-!}
table.friendspace img {width:74px !important}
{!-names above friend pictures. I keep these small. FF has wrap issues-!}
table.friendspace table table td a {font-size:9; font-family:Arial Narrow}
{!-ditch picture border-!}
table.friendspace a img {border:0px !important; width: 60px !important;}
{!-deal with view friends div-!}
table.friendSpace table div {width:98% !important; font-size:8px !important}
{!-Gets rid of some excess space-!}
table.friendspace br {line-height:2px;}
table.friendSpace div {display:none;}
.friendsComments object {width:160px; height: 135px;}
.friendsComments embed {width:160px; height: 135px;}
table td.text {visibility:hidden;}
td.text td, td.text span, td.text a {visibility:visible;}
.latestBlogEntry {display: none;}
table table table table div {visibility:hidden;}
div table table table table table div input, div a, td.text div {visibility:visible;}
.lightbluetext8 {display:none;}
{!-Control size of pictures and objects in comments -!}
table.friendsComments table table td img {width:0px;}
{!-prevent object sizes from messing with column widths -!}
table.friendsComments object {width:160px;}
table table td.text object {position: static; top:0px;}
table.friendsComments {border-color: none; border-style:none ; border-width:0px; background-color: transparent; position: relative; top: 50px; width: 335px !important;}
table.friendsComments table, table.friendsComments table td {height:auto !important; text-align: justify; border:none; padding:3px !important; margin:0px; color: white !important; font-size: 10px; word-spacing:0px; width:160px;}
table.friendsComments table table td span.blacktext10 {background-color: blue !important; width: 160px !important; }
table.friendsComments table b {font-size: 9px !important;}
table.extendedNetwork {display:none;}
table.friendSpace {display:none}
table.blurbs table td span.orangetext15, table.blurbs td.text span.orangetext15 {display:none}
<--/style>
<--style>
table.profileInfo,
table.contactTable,
table.userProfileURL,
table.interestsAndDetails,
table.userProfileDetail,
table.userProfileSchool,
table.userProfileCompany,
table.userProfileNetworking,
table table td div object, table table td div embed
{display:none;}
<--/style>
I've been trying to clean up my myspace and I wanted to hide my friends and comments but there is a lot of white space left there. what do I do to get rid of the white extra space in my situation?
my myspace is
www.myspace.com/krisptine
Did you use proper code to hide your friends and comments?
table.friendSpace,
table.friendsComments {display:none;}
(make sure you put it inside a style block).
That will not leave much whitespace behind (just the carriage returns between the tables).
i wanna hide my friends and comments
but i dont get wat to do
i tried putting in all the codes but didnt work :s
help!
i wanna hide my friends and comments
but i dont get wat to do
i tried putting in all the codes but didnt work :s
help!
my myspace is
www.myspace.com/dolly_did_it
I have been looking all over google for a code that hides just the gray area and leaves the copyrights and links Thank you. My profile isn't anything special but its http://www.myspace.com/__crownedroyalty
finally found this code. awesomeness!
thanks.
checkout my page...
www.myspace.com/jeromespace
feel free to leave a comment, negative, positive, watever... lol
I love you for doing this!!!!!!!!!!
I want to remove the copyright text at the bottom of my page. I tried the code that had been previously posted, but it only removed the table around it.
is there anyway i can move the copyright over to the right into my about me section or just over to the right to make it look like its in the about me section
Thank you soooo much! Everytime i tried to find that code it would hide the copy right too, and that can get your account deleted because it's a rule to keep it on. Thanks again.
-Haley
THANK YOU SO MUCH! :) Ive been trying to find this code for forever!
I just recently used a few of your codes, and they worked great. I was just wondering if it would be possible for there to be a small space between the box where the copyright is and the Who I'd Like to Meet section.
Here's my link, if you're not sure what I'm talking about:
www.myspace.com/xx_guns_go_bang
Thank you so much!
Okay so i got a different code that hides my bottom links but it leave a long space scorlling down what is the exact code for that to be gone? like to make your profile short? so you wont have to even scroll down to see that long blank space? PLEASE HELP!!!
thanks this helped a lot
Hi, I'm pretty hopeless with code so I hope you can help. I don't want to remove the bottom links, I just want to change the background colour from gray to black. Is that possible?
Thanks
http://www.myspace.com/kumikoband
THANK YOU SOO VERY MUCH I SUCK AT THIS CODE STUFF AND YOUR SIT REALLY HELPED!
BUT I HAVE A FEW QUESTIONS FOR YOU THAT I ALSO NEED HELP WITH,
AND THEY ARE;
1. IS THERE ANY WAY TO CHANGE THE TEXT AREA THAT WHITE ON A DEFULT LAYOUT TO BLACK?
2. HOW CAN I HIDE MY GENERAL INTERESTS BOX BUT STILL HAVE WORDS THERE?
TO ANWSER THESE QUESTIONS PLEASE MESSAGE ME VIA MYSPACE @
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=139796217&MyToken=85e87324-474d-48ce-a19c-ad53a6da01b8
thanxx =)
my bottom link background is black. it stays stretched. when I put the last code in, it doesn't stretch however the left side(interest section) becomes aligned to the middle. how could I align it to the center? I use firefox, btw.
thank you. I really love all your codes, and how you put the time into it. you rock!
ive always had my friends and comments hidden.
i used to have this code,
where it made say if i had something in my heroes section, it would make that section even with the bottom of the page.
if it makes sense,
please helpp (:
http://www.myspace.com/flip_em_over
how to hide the white space at the bottom of my profile :)
www.myspace.com/melissa019
thank you :)
!!!!!!!!!!!!!!!!!!!!!!!!!!!
Just wondering, for the "control width of bottom links" code, is there a way to make the search bars above the navigation on top of the profile so its a straight line? not one on top of each other like in the code.
Great codes/work by the way :)
how do i get the bottom links to be centered at the bottom of my page
its all on the right side of my page
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=23025700
add me
Your profile is private, so I can not look at it.
The bottom links are centered in the default, so if yours are to the right, you have code that is doing this.
I can only guess what that code might be.
Did you add code to the bottom of the "To Meet" section, which opens any tables?
Doing this, without closing the same number of tables, throws the table structure off, and sucks the bottom links over to the right side.
A few years ago, someone came up with some poorly structured code to isolate friends and comments (for either hiding them or putting them in a scroll box) and the solution was copied all over cyberspace.
Remove that code.
I am sure you will find better code for whatever you were trying to accomplish.
i'm usually pretty good with the codes thing and i've used your codes before, but i just can't seem to find how to hide the grey space without hiding the links at the bottom of my page. i had a layout that did, but i've recently removed it, so if you could please tell me a code or where to find one that will remove the grey space behind the links, that'd be awesome. thanks.
tr {background-color:transparent}
put that in a style block, or between style tags
Awesome! Saved my band alot of time and money! Thanks!
Hello Eileen,
Thanks so much for this wonderful knowledgebase. I've spent the last few days going over ALL of the tutorials and have learned quite alot. However, I'm at a loss as to how to make things work on a dark background. This is the 1st bandsite that I've attempted and I've gotten everything except two things: 1. How do I make the default text and active link silver or eeeeee? 2. How do I change the background color of the bottom navigation/copyrights section?
My issue is that the text in the blogs, comments and anything that uses black text is not showing up and of course the bottom menu area is showing the background image. Here's my link -->http://www.myspace.com/themarzqliq
Sharon again ... I figured out my original issue by re-reading the tutorials. However, now I need help with the z-index of the two background images.
I feel like such a cone head! The answer to my issue was right here on this page! LOL But thanks to you, I have achieved nirvana! The site is PERFECT!
One Love and Continuing Blessing unto thee ... You're AWESOME! How can I ever repay you? Where can I make a donation?
I was wondering how you changed the font color of the copyright text. I have made the grey area invisible but I cannot change the color of the copyright text so you can see it as my background is black.
my myspace is www.myspace.com/supericemansam
Thanks
okay my name is corey jo.
and i basically need help on one thing and one thing only.
i need to get rid of the MOOD and the links: pics/videos under my profile picture without messing with anything else.
could i have that code?
pleasee<3
my myspace is:::
wwww.myspace.com/sexy_4_boyz
I need hheeelp.
uhm, how do you get the bottom links right below the about me and who i'd like to meet section?
after you hide your navigation links at the top of your profile it leaves a big gray or blue image how do i hide that and put my profile at the top?
go here:
top search/menu area
to move the bottom links, to the right side, you open a few extra table layers, so as to force the bottom content to get sucked into the right column.
Put this at the bottom of the meet section:
<table><tr><td>
<table><tr><td>
okay, so there's an odd large gray space that doesn't line up with the rest of the black on my profile, and it's just where the bottom links/copyright are. it goes all across the page...
i've tried to figure it out myself, cause i get this html stuff, i just can't do it...
if i could just get it to line up with the black of my profile, (and if i could get the gray area to be black) that would be great.
my myspace profile is here
thank you.
sorry, my myspace link didn't work.
www.myspace.com/im_a_professional_jackass
thank you.
Can you isolate the bottom links and move them where you want? I need to do that because I have a transparent div and the links are under it. Thanks
www.myspace.com/cherryrain21
http://www.myspace.com/cherryrain21
which is the right code to hide the link at the bottom of my page
its annoying
arr.
reply to my my space
its
www.myspace.com/red_roses_x
thnxx
I need help =[
da codes you have arent working for me to like prevent da bottom links from streching all da way from left to right but da thing is ihave 2 layout codes on my page here'z da url for my page
http://www.myspace.com/missov_butnowimwithatyes
-plz help
i did the last code on and i have the image instead of the links and copyright, but the gray part stretches out, how can i fix that?
here's my myspace:
myspace.com/pedroscool
Try this
<style>
tr {background-color:transparent !important;}
</style>
hey it me again...i finnaly got the code to work[the one that prevents my bottom links from strching but dures a big white spot on the top navigation bar and i dont like plz help..
http://www.myspace.com/missov_butnowimwithatyes
i can see a little box sticking out of my blurb section, any help?
www.myspace.com/comedyelf
wait, what i mean is, the copyright/bottom links bit is a different length...
myspace.com/comedyelf
You're a life saver and I love you!
how do u UNhide the bottom links
www.myspace.com/ActsTheatre
its a div layout soo.....
Another Easy And Great Code To Cover Everything Up On Your Profile Is To Use A Div Overlay! Here Is The Code:
Just take out the *'s
*<*style*>*
.backgroundDIV{ position:absolute;
top:0px;
left:50%;
margin-left:-512px;
width:1024px;
height:1024px;
z-index:1;
padding:0px;
border:0px solid black;
background-color: black;}
body
{background-color:000000;}
<*/*style*>
<*div class="backgroundDIV"*><*/div*>
If you copy and paste this into your About Me Section It will put a Box 1024px by 1024px over everything except the Myspace Ads at the top which Tom has stated to keep if you decide to customize your profile.
I hope this was helpful to some of you. From here you can add other Div's to embed pictures, flash movies, text etc. over the black.
Thanks,
-Brent
www.idefinedesign.com
myspace.com/idefinedesign
hi eileen
PLEASE help me with this
my layout is messed up but it looks okay
its just that i have an extra white space at the bottom
i want to move up the bottom links & copywrite and make it the same size as the table so the text wraps around & looks good :)
www.myspace.com/RoyaltySite
hi.
im trying to remove the bottom links and copyright. i tryed using your code but it is messing the page up..do you have a different code for my page.
plz help =/
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=237474632&MyToken=f0190617-978c-4d64-9025-a45fcafabebf
I haven't updated this article for a while, and there have been multiple myspace core code changes.
However,
It is against the rules to hide this information (although it isn't mentioned in the rules, it has been reported, that a few pages were deleted, and this was given as the reason.)
Sorry.
You can style them, and make them blend in. But you are not allowed to remove them.
Hey I Want To Make That Annoying Gray Strip Running Across The Bottom Of My Page Black, So It Blends In With My Background, But Still So I Can View My Bottom Links
How do I move my bottom myspace copyright thingy to the far bottom right of my profile????
I've been having problems with the bottom links. Is there a code to spread the bottom links across the length of the page without deleting them? Like how some layout sites do? PLEASE HELP!
hii, i dont suppose you know a code that will keep the bottom links (i dont want my myspace deleted) but make the box black, rather than grey. its really annoying me. thanks
your bottom links also remove the adds (some of them) =w=
i want to remove the bottom links, keep the copyright, remove the grey box, and make the copyright bit, part of my profile >_< with deuflt layout >.>
I am not suprised, considering how long it has been since I tested any of the code on this page, and how often myspace makes changes.
Anyway,
Since myspace doesn't want people hiding the bottom links anymore, I should just remove that code from this article.
However, I will tell you how to hide the grey.
tr {background-color:transparent !important;}
put that in a style block
It works for the bottom links,but
My search bar is wider than me layout.HELP!!!
can someone just send me a code that either makes the grey strip at the bottom disappear of even better turn black
does this not work?
tr {background-color:transparent !important;}
Put that in a style block.
Hi there, great codes! Is there a code for changing the bottom links/coryright color for profile 2.0? I really need this, thank you in advance and all the best!
Hey,
I used the code,
But no matter what i do my nav bar keeps going longer to the right, could you help me please!
Benji.
www.myspace.com/360412870
thanks!
i need the code to unhide my default pic on my myspace please help
HEYYY i'm having problem making the table just the same width as the main profile table
:\
can anybody help?
I want to move the copyright link, into my Who I'd Like To Meet, because there is a white line extending from my out of the copyrights across my Myspace page!!! Does anyome know that code????
I NEED HELP ! IM TRYING TO MOVE MY BOTTOM MARGIN UP . CAN YOU HELP ME PLEASEEE ?
I am trying to move my bottom margin up too, someone please help me and the person above me...?
dese pinche codes dn't work on my stupid profile plz help??!!
does pinche bottom link make my paige look bad i want 2 replace it with da image code but how do i get a jpg image??
Post a Comment
Due to Excessive Spam, I have turned on comment moderation.
Links to this post:
Create a Link
<< Home