Hi guys
I was wondering if anybody has used the table option. I am trying to use it (I.Explorer), but seems that whatever property I am putting in the dialog box, are getting ignored, and table is getting left aligned with minimum of everything (like cellpadding, cellspacing, etc.).
Also, if I look at the source, by clicking the source button in the toolkit, I see lots of " stuff around the property, instead of only one. ex. here is something I am copying from a table that I am trying ::
<table cellspacing="""""""""""""""""""""""""0""""""""""""""""""""""""" cellpadding="""""""""""""""""""""""""0""""""""""""""""""""""""" border="""""""""""""""""""""""""0""""""""""""""""""""""""">
<tbody>
<tr>
and etc.
If anybody can share their experience while trying the same, that would be appreciated.
Tx.
I was wondering if anybody has used the table option. I am trying to use it (I.Explorer), but seems that whatever property I am putting in the dialog box, are getting ignored, and table is getting left aligned with minimum of everything (like cellpadding, cellspacing, etc.).
Also, if I look at the source, by clicking the source button in the toolkit, I see lots of " stuff around the property, instead of only one. ex. here is something I am copying from a table that I am trying ::
<table cellspacing="""""""""""""""""""""""""0""""""""""""""""""""""""" cellpadding="""""""""""""""""""""""""0""""""""""""""""""""""""" border="""""""""""""""""""""""""0""""""""""""""""""""""""">
<tbody>
<tr>
and etc.
If anybody can share their experience while trying the same, that would be appreciated.
Tx.
RE: Has anybody used the table option ?
Tx.
RE: Has anybody used the table option ?
this is what I get with the source code for a test with IE 6
<table height="100" cellspacing="5" cellpadding="5" width="200" align="center" border="2">
<tbody>
<tr>
<td>Box 1</td>
<td>Box 2</td>
</tr>
<tr>
<td>Box 3</td>
<td>Box 4</td>
</tr>
<tr>
<td>Box 5</td>
<td>Box 6</td>
</tr>
</tbody>
</table>