[CS-FSLUG] HTML Quiz

Ciaran Hamilton cs-fslug at theblob.org
Tue Sep 13 16:57:54 CDT 2005


On Tue, 2005-09-13 at 23:37 +0300, Jukka wrote:
> 2005/9/13, Doug Coats <dcoatshca at gmail.com>:
> > This should do it.
> > 
> >  <table border=1>
> >  <tr><td rowspan="2">red</td><td>blue</td></tr>
> >  <tr><td rowspan="2">yellow</tr>
> >  <tr><td>green</td></tr>
> >  <table>
> 
> Hi Doug!
>  
> I added background colors, height, width and center -tags, but your
> table's layout is not much different from the one I did:
> 
> http://uudenmaankl.sekl.fi/dougs-table.html

You made a mistake and didn't include closing quotes...

<td style="background-color: rgb(253, 13, 49);rowspan="2>RED</td>
should be:
<td style="background-color: rgb(253, 13, 49);" rowspan="2">RED</td>

and

<td style="background-color: rgb(22, 253, 2);rowspan="2>YELLOW</td>
should be:
<td style="background-color: rgb(22, 253, 2);" rowspan="2">YELLOW</td>

Oh, and YELLOW and GREEN are the wrong way round. ;)

Hope this helps.

 - Ciaran.





More information about the Christiansource mailing list