• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Html text align

Pex

Banned
anyway to align text to the bottom of the page...such as contact information...without using CSS?
 
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.
 
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
 
Back
Top