Html text align

Pex

Banned
Aug 21, 2003
1,161
0
0
anyway to align text to the bottom of the page...such as contact information...without using CSS?
 

bunker

Lifer
Apr 23, 2001
10,572
0
71
In order of preference:

CSS
Tables
*Ack* Frames *Ack*

It can be done using all of those. And remember, you can use CSS within the html document, you don't have to have a separate style sheet if that's what you're concerned about.
 

fs5

Lifer
Jun 10, 2000
11,774
1
0
Originally posted by: dquan97
probably if you use tables

if you do 100% on both height and width it will align to the bottom, but not if the browser is resized.
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
Originally posted by: fivespeed5
Originally posted by: dquan97
probably if you use tables

if you do 100% on both height and width it will align to the bottom, but not if the browser is resized.

There is no "height" property in HTML for tables.
 

ragazzo

Golden Member
Jan 9, 2002
1,759
0
0
Originally posted by: notfred
Originally posted by: fivespeed5
Originally posted by: dquan97
probably if you use tables

if you do 100% on both height and width it will align to the bottom, but not if the browser is resized.

There is no "height" property in HTML for tables.

<td valign="bottom">

 

Pex

Banned
Aug 21, 2003
1,161
0
0
i think ill just use embedded css. i want to make it as simpe as possible.
 

fs5

Lifer
Jun 10, 2000
11,774
1
0
Originally posted by: notfred
Originally posted by: fivespeed5
Originally posted by: dquan97
probably if you use tables

if you do 100% on both height and width it will align to the bottom, but not if the browser is resized.

There is no "height" property in HTML for tables.

there is for td, just make it a one cell table. Of course I don't know if the tag is w3c standard but it works in most browsers
 

cmdavid

Diamond Member
May 23, 2001
4,114
0
0
Originally posted by: ragazzo
Originally posted by: notfred
Originally posted by: fivespeed5
Originally posted by: dquan97
probably if you use tables

if you do 100% on both height and width it will align to the bottom, but not if the browser is resized.

There is no "height" property in HTML for tables.

<td valign="bottom">

yep.. valign= vertical alignment