![]() | ![]() | ![]() |
| |||||||
| Forums | Register | Groups | Awards | Arcade | Pets | T-Bucks / T-Store | Invite Your Friends | Blogs | Mark Forums Read |
| Web Design Forums and discussions on webdesign |
Web Design | |||||||||
|
|
|
|
| |||||
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Civilians | I've just been trying out your problem using Dreamweaver, and even though I could set the height of the cell to whatever size I wanted, it would not actually go any lower than about 30 pixels on a single row table. I managed to get it slightly lower on a 2 row table as shown below. <table width="75%" height="54" border="1"> <tr> <td height="500" rowspan="2"> </td> <td> </td> </tr> <tr> <td> </td> </tr> </table> I don't know if this helps you or not |
|
| | #2 (permalink) |
| Civilians | "PJ" <pj@k.com> wrote in message news:c4dGd.844$_L3.786@newsfe5-win.ntli.net... > I've just been trying out your problem using Dreamweaver, and even though I > could set the height of the cell to whatever size I wanted, it would not > actually go any lower than about 30 pixels on a single row table. > I managed to get it slightly lower on a 2 row table as shown below. > > <table width="75%" height="54" border="1"> > <tr> > <td height="500" rowspan="2"> </td> > <td> </td> > </tr> > <tr> > <td> </td> > </tr> > </table> > > I don't know if this helps you or not > > Slight error above, I've altered the following line: <td height="500" rowspan="2"> </td> to <td rowspan="2"> </td> It didn't really make any difference though. <table width="75%" height="54" border="1"> <tr> <td rowspan="2"> </td> <td> </td> </tr> <tr> <td> </td> </tr> </table> |
|
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Table height and width and borders | Norman L. DeForest | Web Design | 1 | 09-08-2005 20:00 |
| Pvt Table Question | lj@spu.edu | Microsoft Applications | 1 | 08-04-2005 12:00 |
| Pivot Table question | s boak | Microsoft Applications | 2 | 07-14-2005 12:00 |
| table question-defined | Me | Microsoft Applications | 3 | 06-16-2004 01:44 |
| Table Question | Me | Microsoft Applications | 3 | 06-16-2004 01:41 |
![]() | ![]() | ![]() |