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.
[HTML] Setting table td width?
Name: Leo the 28C (by Sulfurik) Date: January 30, 2007 at 20:35:07 Pacific OS: Windows XP Pro SP2 CPU/Ram: 2.0GHz/1.0GB Product: ABS Mayhem Z2 R30
That's the picture of my table's <tr> element. There are 2 <td>'s in there. Well, how can I make the second <td> (the one with the pics) be the smallest width possible?
Name: Michael J (by mjdamato) Date: January 31, 2007 at 12:23:29 Pacific
Reply:
I assumed he had a width on the table already, otherwise he wouldn't have that problem. Using a set width that is appropriate for the content IS a better approach ONLY if the content will not change. His example was for a product listing where there could be different sized images.
Summary: I have an HTML page which has a fairly wide table on it. I am trying to use CSS to set a fixed width for the table columns. This works if the overall table width is less than the width of the screen. ...
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: JavaScripters, This question is in regards with a JavaScript script within a PHP page. I included everything in case a complete understanding is required for a correct response. Thanks in advance. ...