Click to See Complete Forum and Search --> : Align = top???
easy going
03-12-2006, 08:17 PM
I got a table. I got two table cols in that table. I need one of the cols contents ( the left one) to align to the top. When I have tons of information in the right collem (correct me on my spelling if you will :) ) the left one's content is in the center of it's collem (this is bad lol).
Thanks and all help is appreciated.
Kravvitz
03-12-2006, 08:46 PM
<td valign="top">
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/)
easy going
03-12-2006, 09:04 PM
Yea this works...
Thanks man.