Problem with table

S

Stefan B Rusynko

Browsers collapse empty cells
You have <td align="center" height="19"></td>
Add at least 2 &nbsp; (space bar 3 times) or a transparent .gif in the empty cell
make it <td align="center" height="19">&nbsp;&nbsp;</td>



| My original table is looking like that:
| http://www.phonedialerpro.com/index.html#Links
|
| After aligning it to left and inserting 2 columns (SMS Canada and SMS USA)
| the table is looking now like that:
| http://members.rogers.com/phonedialerpro/#Links
|
| There is 1 cell missing in SMS USA column (the last empty cell in column).
|
| Why it is so? How to correct that?
| Jack
|
|
 
S

Stefan B Rusynko

That may be what you want, but not the way the browsers work




| Besides, cell with visible borders should not be treated by browser as an
| empty cell.
|
|
| | > Browsers collapse empty cells
| > You have <td align="center" height="19"></td>
| > Add at least 2 &nbsp; (space bar 3 times) or a transparent .gif in the
| empty cell
| > make it <td align="center" height="19">&nbsp;&nbsp;</td>
| > --
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| | > | My original table is looking like that:
| > | http://www.phonedialerpro.com/index.html#Links
| > |
| > | After aligning it to left and inserting 2 columns (SMS Canada and SMS
| USA)
| > | the table is looking now like that:
| > | http://members.rogers.com/phonedialerpro/#Links
| > |
| > | There is 1 cell missing in SMS USA column (the last empty cell in
| column).
| > |
| > | Why it is so? How to correct that?
| > | Jack
| > |
| > |
| >
| >
|
|
 
Top