Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

87 users online



Basic HTML Tables

Basic HTML Tables

Currently viewing this thread: 1 (0 members and 1 guests)


Page 1 out of 2
amplify

amplify

I'm a Neverside Newbie?
Status: Offline!

Basic HTML Tables

I'm such a noobie at HTML Wink

How do I get a table at the bottom of the page.

And how do you get height=100% to work?

Thanks Smile

Ynhockey

Ynhockey

Neverside Newbie
Status: Offline!

To make a table display at the very bottom, the only way i know is to make a table surround the whole page, and define valign='bottom' for the cell where you want the table to display at the bottom... i'd avoid this though if i were you.

In CSS, there's a property called vertical-align. It doesn't work for the most part though, I'm not sure why, but one of the standards junkies on this board will probably be able to exaplain Tongue

___________________

Learn HTML

evan

evan

Neverside Newbie
Status: Offline!
Quote:

Originally posted by Ynhockey
To make a table display at the very bottom, the only way i know is to make a table surround the whole page, and define valign='bottom' for the cell where you want the table to display at the bottom... i'd avoid this though if i were you.

In CSS, there's a property called vertical-align. It doesn't work for the most part though, I'm not sure why, but one of the standards junkies on this board will probably be able to exaplain Tongue

Where have you been?

Anyway.
In CSS, vertical-align only works on inline elements (span and the like).

Ynhockey

Ynhockey

Neverside Newbie
Status: Offline!

Me? Lol, glad that ppl remember Smile

Anyway, to answer the question, my site died and i didn't really care for web development now that it was down... but just yesterday I got a new hosting account, supposedly extremely reliable, so, i'm putting the site back up slowly Smile it's now at www.web-realm.com

___________________

Learn HTML

Tsukmar

Tsukmar

Student
Status: Offline!
Code:


#footer{
position:absolute;bottom:0px;
width:100%;
background:blue;
}

<div id='footer'>. . .</div>

would that work? of course it would overlap so the normal content that isnt absolute would need a bottom margin equal ot the height of the div Smile

___________________

how do you weigh human life?

Rad

Rad

thinking of something witty to put here
Status: Offline!
Quote:

Originally posted by Ynhockey
Me? Lol, glad that ppl remember Smile

Anyway, to answer the question, my site died and i didn't really care for web development now that it was down... but just yesterday I got a new hosting account, supposedly extremely reliable, so, i'm putting the site back up slowly Smile it's now at www.web-realm.com

Nice standards! Smile

army

army

Neverside Peacekeeping Forces
Status: Offline!

hehehe ynh some peeps remembers you because you're still persistent in using table lol XD

___________________

"The only thing i hate about Sunday is that because tomorrow is Monday"
army

Ynhockey

Ynhockey

Neverside Newbie
Status: Offline!

I couldn't make that layout without a table (i used just one, for the menu), and no one from TF could show me how Tongue... i've already found the problem/solution to this, but really there's no point in re-writing it now, there's 0% wrong with using tables for this, really.

___________________

Learn HTML

army

army

Neverside Peacekeeping Forces
Status: Offline!

hehehe.
for me if no one in TF couldn't help me solving, the best way is to rewrite the code.
in most cases, it works :P

___________________

"The only thing i hate about Sunday is that because tomorrow is Monday"
army

amplify

amplify

I'm a Neverside Newbie?
Status: Offline!

Thanks guys, I got it figured out!

Another question: What does a pure CSS layout mean?

Page 1 out of 2
Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0091 seconds.