Wow I suck, how do you make a footer in HTML?

Discussion in 'HTML & Website Design' started by Quintox, Oct 30, 2007.

  1. #1
    I only need it on one page...I suck at this, what do I do? header is easy since it stays in the same place no matter the screen size, so how do I do a footer?
     
    Quintox, Oct 30, 2007 IP
  2. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #2
    You need to make tables or add content so that i wont move up.
     
    MeetHere, Oct 30, 2007 IP
  3. Quintox

    Quintox Peon

    Messages:
    239
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I know I need a table but where do I define the bottom as?
     
    Quintox, Oct 30, 2007 IP
  4. Divisive Cottonwood

    Divisive Cottonwood Peon

    Messages:
    1,674
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #4
    This is a hard question to answer.

    Are you using tables?

    What software are you using?
     
    Divisive Cottonwood, Oct 30, 2007 IP
  5. Quintox

    Quintox Peon

    Messages:
    239
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Right now I am just using Seamonkey (A WYSIWYG) editor. My footer just needs to be like a copyright and a few links, that's it.
     
    Quintox, Oct 30, 2007 IP
  6. Sam Asante

    Sam Asante Peon

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    <div></div>
     
    Sam Asante, Oct 30, 2007 IP
  7. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #7
    You don't need a table for this (note, the copyright symbol is really &#169 ; but without a space between the 9 and the semicolon).

    
    <div id="footer">
    	<em>Copyright © 2006-2007 The Monster Under the Bed. All Rights to Scare Unsuspecting Children Reserved.</em>
    	<ul>
    		<li><a href="#">Footer Link Item</a></li>
    		<li><a href="#">Footer Link Item</a></li>
    		<li><a href="#">Footer Link Item</a></li>
    		<li><a href="#">Footer Link Item</a></li>
    		<li><a href="#">Footer Link Item</a></li>
    		<li><a href="#">Footer Link Item</a></li>
    		<li><a href="#">Footer Link Item</a></li>
    	</ul>
    </div>
    
    Code (markup):
    Just style that to taste. If you don't know CSS, then ask for help, but I'd need to see your page to do so.
     
    Dan Schulz, Oct 30, 2007 IP
  8. Quintox

    Quintox Peon

    Messages:
    239
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I'm not using CSS for this page, that's why I'm having trouble with this. The site is very simple and I have no need for any CSS
     
    Quintox, Oct 30, 2007 IP
  9. Creative_illusion

    Creative_illusion Well-Known Member

    Messages:
    2,702
    Likes Received:
    103
    Best Answers:
    0
    Trophy Points:
    175
    Digital Goods:
    2
    #9
    Place a table.. make it 3 row table. On the last part of the table if you are using WYSIWYG program then start typing at the last row together with your link. I think that's it. You started your header then footer will no be complicated to you because it's almost the same buddy. Thanks
     
    Creative_illusion, Oct 30, 2007 IP
  10. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #10
    CSS makes sites simpler. Buuuuut what you need to do for a footer really depends on how you've got the rest of the site set up. Otherwise, yeah, someone can say "Type this!" and something else further up the page will make the result not what you want.
     
    Stomme poes, Oct 30, 2007 IP