[Haskell-beginners] Text.Xhtml.Table problems, with a very simple table

Tom Murphy amindfv at gmail.com
Mon Jun 20 22:13:49 CEST 2011


On 6/20/11, David McBride <dmcbride at neondsl.com> wrote:
> Oh yeah I forgot to mention, there are no tds being generated.  I
> manually added them to my code and forgot.  Change your code to this:
>
> triTable a1 a2 b = table << td a1 `above` td a2 `beside` td b
>
> I assume it doesn't add them automatically because there are
> attributes you might want to add to your tds.
>

THIS is what I was missing. Works beautifully now. Thank you!

Tom



More information about the Beginners mailing list