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 26 2006, 01:08 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Change your custom module code. To an extra content section. (the script's in scripts)
|
|
|
|
Aug 27 2006, 01:12 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Posts: 8,274 Joined: Mar 2004 Member No: 8,001 |
I really dont understand you. sorry.
You mean, like this? I want to be able to control all module at once. 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 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> |
|
|
|
Aug 27 2006, 02:25 AM
Post
#4
|
|
|
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. |
|
|
|
Aug 27 2006, 04:50 AM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Posts: 8,274 Joined: Mar 2004 Member No: 8,001 |
Aww man. Thanks toyo! Yes, i do have a div layout. at this point, i'm using a different kind of div codes. sadly, it doesnt work due to disabled div.
anyways, you can close this topic. thanks for letting me know ;] |
|
|
|
Aug 27 2006, 12:12 PM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
You're welcome. If you need anymore help pme me.
|
|
|
|
![]() ![]() |