removing links |
removing links |
Aug 26 2006, 02:35 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Posts: 8,274 Joined: Mar 2004 Member No: 8,001 |
when i use this code to remove the botton links, the custom module disapeared.
CODE <style> To get rid of the top links myspace.com | Home ect... use this code .{removes top links only} div table form tr td {visibility:hidden!important; height:0px!important;} To get rid of the top links plus the navigational bar use this . {removes top links and navbar} div table form tr td, a.navbar, font{visibility:hidden!important; height:0px!important;} To hide the bottom links use this .{hiding the bottom links} table tr td div div {visibility:hidden;border:0px!important;background-color:transparent;} To hide the copyright use this . {hiding the copyright} table div font a, table div div {visibility:hidden; display:none;border:0px!important;background-color:transparent;} </style> Taken from: http://www.createblog.com/scripts/download.php?id=39 I put this custom module code at, " i like to meet". CODE <div class="content" style="position: absolute; overflow: visible;"> <div class="top">wee</div> <div class="body"> was it all a dream?was it all a dream?was it all a dream?was it all a dream?was it all a dream?was it all a dream?was it all a dream?was it all a dream?was it all a dream?was it all a dream?was it all a dream?was it all a dream?v </div> </div> How can i remove the buttom link without my module being disapeared? |
|
|
|
![]() |
Aug 27 2006, 02:25 AM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Do you have a link to your myspace? Do you have a div layout?
If you have a regular table layout use this instead of the one you use. (You can put it in any section you want the table under. The best ones are I'd like to meet and heroe's) http://www.createblog.com/scripts/download.php?id=27 The reason you can't hide the bottom links (all that stuff) and have a div, is because sometimes those codes hide divs. Obviously because it has div in the code. |
|
|
|
Spiritual Winged Aura removing links Aug 26 2006, 02:35 AM
toyo loco Change your custom module code. To an extra conten... Aug 26 2006, 01:08 PM
Spiritual Winged Aura I really dont understand you. sorry.
You mean,... Aug 27 2006, 01:12 AM
Spiritual Winged Aura Aww man. Thanks toyo! Yes, i do have a div lay... Aug 27 2006, 04:50 AM
toyo loco You're welcome. If you need anymore help pme m... Aug 27 2006, 12:12 PM![]() ![]() |