|
Posted by Jonathan N. Little on 03/28/07 00:23
liksi wrote:
>> Which, if any, of these situations
>>
>> <http://members.optushome.com.au/droovies/test/table.html>
>>
>> are you referring to?
>
> Hm, none.
> Pics were one under other
> I made tables in those cels (or columns, im confused) but right one acts
> same. Left one is onger and right one goes in center. Heres link http://vir.moljac.hr/hr/apartman.html
>
> On bottom. It is ok in ie, but not in firefox.
>
Ugh, table-rama!
Anyway, the problem appears that you not have the same number of table
cells per table row!
<table>
<tr><td>1</td><td>2</td><td>3</td></tr>
<tr><td>1</td><td>2</td><td>3</td></tr>
<tr><td>1</td><td>2</td><td>3</td></tr>
<tr><td>1</td></tr> <<-- only one where rest have 3
</table>
You either have to have the same number of TD's for each TR with a
TABLE or span the columns to add up to the total TDs.
<tr><td colspan="3">1 that spans whole row</td></tr>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|