PDA

View Full Version : Need help with removing links in the footer


flash01
Feb-24-2009, 11:31 AM
Can someone tell me how to remove the links at the bottom of my site such as: News/ Browse /Keywords and so on. It appears on all of my pages. I would like to remove those links from all pages.


My site is http://www.kdrmemories.smugmug.com/


Thanks in advance
Flash01

Allen
Feb-24-2009, 11:36 AM
Can someone tell me how to remove the links at the bottom of my site such as: News/ Browse /Keywords and so on. It appears on all of my pages. I would like to remove those links from all pages.


My site is http://www.kdrmemories.smugmug.com/


Thanks in advance
Flash01
See this thread.
http://www.dgrin.com/showthread.php?t=58528

flash01
Feb-24-2009, 04:52 PM
See this thread.
http://www.dgrin.com/showthread.php?t=58528

Thanks, that worked:thumb

Is there a way to place a border line at the bottom of the webpage?
Like it was before I removed the links in the footer.



Thanks
Flash01

Allen
Feb-24-2009, 08:58 PM
Thanks, that worked:thumb

Is there a way to place a border line at the bottom of the webpage?
Like it was before I removed the links in the footer.



Thanks
Flash01
Add this to the top of your footer.

<hr class="myBottomLine" size="1">


Add this to your CSS

.myBottomLine {margin: 0 40px;}

flash01
Feb-26-2009, 08:10 PM
Add this to the top of your footer.

<hr class="myBottomLine" size="1">


Add this to your CSS

.myBottomLine {margin: 0 40px;}


Thanks :thumb