removing bottom links completely |
![]() ![]() |
removing bottom links completely |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Jul 2005 Member No: 180,059 ![]() |
is it possible to remove the bottom links & the box ?
i'm pretty sure the code on here just removes the text. i need to remove the box aswell ! can anyone help please ? ox |
|
|
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 128 Joined: Sep 2005 Member No: 239,085 ![]() |
table td div div font {visibility:hidden;}
|
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Jul 2005 Member No: 180,059 ![]() |
thanks, but that still leaves the box there :s
|
|
|
![]()
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 128 Joined: Sep 2005 Member No: 239,085 ![]() |
Hmm that's the code I use and I don't see a box. What box?
|
|
|
![]()
Post
#5
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Jul 2005 Member No: 180,059 ![]() |
|
|
|
![]()
Post
#6
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 55 Joined: Sep 2005 Member No: 224,006 ![]() |
the reason one of you has a box and the other one doesnt is because the person that submited the code doesnt use tables in their profile
i also need help with this, i have tables on my profile and im just left with an empty box |
|
|
![]()
Post
#7
|
|
Member ![]() ![]() Group: Member Posts: 27 Joined: Aug 2005 Member No: 202,003 ![]() |
same here!
|
|
|
![]()
Post
#8
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Sep 2005 Member No: 244,573 ![]() |
where do you put this code?
in the about me section? |
|
|
![]()
Post
#9
|
|
![]() Better check yourself ♥ ![]() ![]() ![]() Group: Member Posts: 88 Joined: Jan 2004 Member No: 1,464 ![]() |
yeah im pretty sure i need this too....
can we get some help here? The text disappears but the box stays.... |
|
|
![]()
Post
#10
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 ![]() |
I used the code here on [my] myspace, it worked, then I added borders to my tables..and it still worked..?
I did try this code, though, and it still worked: table tr div div {visibility:hidden;} |
|
|
![]()
Post
#11
|
|
![]() Better check yourself ♥ ![]() ![]() ![]() Group: Member Posts: 88 Joined: Jan 2004 Member No: 1,464 ![]() |
no....still doesnt work
|
|
|
![]()
Post
#12
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Aug 2005 Member No: 199,682 ![]() |
hey guys, here is the code. it completely hides the links
and the entire space where the links are held. <style> table tr td div div b font { display:none; </style> |
|
|
![]()
Post
#13
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Dec 2005 Member No: 326,498 ![]() |
What about if I want to keep the big empty space and fill it with an image? I found a code on here like this:
<style type="text/css"> table div a div font {background-color:000000; background-image:url("URL HERE"); background-position:center; background-repeat:no-repeat; display:block; color:color here; font-size:0.5pt; height:20px; width:435px;} </style> And I modified it for my image requirements like so: <style type="text/css"> table div a div font {background-color:000000; background-image:url("http://www.uploadhouse.com/out.php/i21777_termination.jpg"); background-position:center; background-repeat:no-repeat; display:block; color:color here; font-size:0.5pt; height:200px; width:1000px;} </style> But all it did was make the space bigger! Maybe I can create a div overlay to fill the space? I tried this using the 'simple div overlay' post but no joy, any suggestions? |
|
|
![]()
Post
#14
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Nov 2005 Member No: 305,199 ![]() |
i dont like the space at the bottom
theres gotta be a way to rid of it |
|
|
![]() ![]() |