Customizing my MySpace, A few last tweaks... |
Customizing my MySpace, A few last tweaks... |
Oct 20 2007, 12:39 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Apr 2007 Member No: 518,139 |
I came here quite some time ago to receive help in customizing my MySpace (found here)... your guys' help was much appreciated :) Now I'm back to get some help with a few final tweaks that I can't seem to fix myself.
First, a screenshot: ![]() What I'd like help with: - Starting at the top, I'd like to be able to remove the top links and Google Search area. I've attempted to apply scripts found both on the web and here on cb, but nothing seems to work. How might I go about removing this area? - Moving down, I'd like to be able to remove the borders on all of my content, on the left-most side. - URL box: I have the code in place to hide the box, but I'd like to completely remove it- and have my interests section move up. Screenshot: ![]() What I'd like help with: - I have code in place to remove the bottom text links, but it leaves a giant space. I found code here on cb to get rid of the space, but it didn't work. Any idea how to fix this? |
|
|
|
![]() |
Oct 20 2007, 06:24 PM
Post
#2
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
Can you post all your codes please?
To hide the search bar and stuff use this: http://www.createblog.com/scripts/script.php?id=906 Hide the top links use this: CODE <Style>.navbar {display:none;} .navigationBar {display:none;} </style> Removing borders you can try this, but with your codes now I don't know if it will work: CODE <style>table, td {background-color:transparent; border:none; border-width:0;}</style> Hiding the URL BOX: CODE <style> .userProfileURL { display:none; line-height: 0px;} </style> seems to move up the tables from what i tested.. |
|
|
|
![]() ![]() |