Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
IE table column width problem
Name: sirtyrione Date: February 7, 2008 at 14:22:45 Pacific OS: Windows CPU/Ram: Intel Core 2 Duo 2.4 GHz/
Comment:
For some reason in IE my table cells are not produced at the correct width. I am positive it something to do with my code, but I cannot find out what that is. It only happens on a couple pages and I, again, am not sure what's going on. Here's the site www.holidayonmaui.com/Unit203.html. Also, any comments, in general, about the code would be awesome. (I am aware that the W3C says to not use tables for layouts, but this was my very first time writing code and designing a site and that is the only way I could figure it out.) Thanks!
Summary: It would help if you supplied some of your code. If you are hard-coding the width of the columns, then there is no reason for them to change based on the size of the window - unless you are setting a ...
Summary: Hello, I'm having the same problem as the one described here: http://www.computing.net/webdevel/w... The problem is that this setting: <th style="width:300px;">This is the header<th> works ONLY ...
Summary: Hi =] I would give width to <table>, and divide them accordingly in both <td>, for example: <table width="500px"> <tr> <td width="350px">text column</td> <td width="150px">image c...