Re: [SK] Responses and Acknowledgements
Walter Vannini <[email protected]> Thu, 31 Jul 2003 00:10:48 -0700
| Newsgroups | gmane.comp.programming.keyholes |
|---|---|
| Message-ID | <[email protected]> |
--- Scott Meyers wrote: > PS - Can't somebody help me with the Slashdot and Amazon HTML > questions I posted earlier? Please? Pretty please? Well, since you said pretty please ... It seems to me that for slashdot there is only one keyhole. The "third" column is of width 230 (<TD ALIGN="center" VALIGN="top" WIDTH="230" HEIGHT="1">) The first column's width is not constrained. It looks that way because the text lines are very short. The relevant constraints are in the first row of the table with ID="Table4", which has four columns (not three). The "real" third column has negligible length. Here are the td tags for the four elements of the row: <TD VALIGN="top" ROWSPAN="5"> <TD ALIGN="left" VALIGN="top" WIDTH="100%" HEIGHT="1"> <TD> </TD> <TD ALIGN="center" VALIGN="top" WIDTH="230" HEIGHT="1"> Hope that helps, Walter