Sorry, my bad, I thought that it has to be completed, so it is ok. Problem would be only if I wanted to make cell borderds, around the empty cells too.

Thanks,
Martin

On Thu, 30 Sep 2010 14:53:11 +0200, Carlton Gibson <carlton.gib...@gmail.com> wrote:

I think it's not a problem.

I just ran this via the (HTML5) validator and it didn't complain:

<table>
        <tr>
                <td>cell1</td>
                <td>cell2</td>
        </tr>
        <tr>
                <td>cell1</td>
        </tr>
</table>

Regards,
Carlton

On 30 Sep 2010, at 13:49, Martin Tiršel wrote:

Thanks, this looks better, but one more thing - If I have for example 3 columns and 13 images, I end with:

<tr>
 <td><img></td>
</tr>

what is not a correct table. I need to insert two more TDs or one with colspan. Is there a solution for this?

Martin

On Thu, 30 Sep 2010 14:31:48 +0200, Xavier Ordoquy <xordo...@linovia.com> wrote:

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to