Click to See Complete Forum and Search --> : XHTML W3 Validation


ldoodle
05-18-2006, 09:04 AM
Hi there,

http://www.aylesford.kent.sch.uk/test/

Since converting to valid XHTML, I can't use <table height="100%"> anymore, which is causing my footer to not be at the bottom on larger screens.

Does anyone know how I would force the footer to the bottom?

Thanks/...

NogDog
05-18-2006, 09:15 AM
Use CSS:

<table style="height: 100%">

Of course, if you're going to start using CSS, chances are it's time to think about using CSS to control all of the visual presentation and getting rid of tables for anything except tabular data.

ldoodle
05-18-2006, 10:10 AM
Already tried that... don't work!!