PDA

View Full Version : Table Height Problem


hiren_kansara
05-15-2006, 06:51 AM
Hello to all !!! I have made an static application in HTML and the doc type I have used is

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

The problem is I am not able to give main table 100% as I am using XHTML 1.0. Can anyone help me in solving this problem? Is there any method to give my main table height 100% ??

Here is the url for that

http://www.internetindia.com/test2/website/members_home.html

Kravvitz
05-15-2006, 08:48 AM
Use CSS.

Adding a touch of style (http://www.w3.org/MarkUp/Guide/Style)
http://www.cssbasics.com/
Learning CSS (http://www.w3.org/Style/CSS/learning)
CSS2 Specification (http://www.w3.org/TR/REC-CSS2/)
BrainJar.com: Using Style Sheets (http://www.brainjar.com/css/using/)
www.glish.com/css/
www.w3schools.com/css/default.asp
www.thenoodleincident.com/tutorials/css/

Why tables for layout is stupid (http://www.hotdesign.com/seybold/index.html)
Why avoiding tables (for layout) is important (http://davespicks.com/essays/notables.html)
Why go table free? (http://www.workingwith.me.uk/tablefree/why/)
Nested Tables: About the (ab)use of tables as layout tools in webpages. (http://www.dorward.me.uk/www/nested/)
Tables Vs. CSS - A Fight to the Death (http://www.sitepoint.com/article/tables-vs-css/)
Why Tables Are Bad (For Layout) Compared to Semantic HTML + CSS (http://www.phrogz.net/CSS/WhyTablesAreBadForLayout.html)
The layout is dead, long live the layout (http://www.westciv.com/style_master/house/good_oil/dead_layout/)
Tables or CSS: Choosing a layout (http://evolt.org/article/Tables_or_CSS_Choosing_a_layout/25/21429/)
What are tables really for? (http://forums.devshed.com/css-help-116/what-are-tables-really-for-335225.html)