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
|
|
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? |
|
|
![]() ![]() |