Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Set a table columns width


not2easy - 7:04 pm on Mar 9, 2012 (gmt 0)


td {width:1000px;}

You have set the <td> width, but 1000px is too wide. What is the purpose of the <div> surrounding the table? Do you want all cells in your table to be the same width? Change it to: td {width:33%;}


Thread source:: http://www.webmasterworld.com/css/4427091.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com