David Harrison
10-20-2003, 04:30 PM
I used a div tag in this example, but you could just as easily replace it with:
<table><tr><td id="choir"></td></tr></table>
Since you are using XHTML 1.0, I would have thought that you would stray away fom using tables for layout. Anyway, I think that this is what you wanted.
All e-mails that come to via the forums from members seem to go in my Junk Mail folder and I hadn't checked them today. I'll fix that problem when I can be bothered.
By the way, if you each choir member to go into it's own div tag, that will require more div tags (obviously) each with a systematic name to make it easier to cycle through. I wasn't sure if that is what you wanted or not, so I left it like this:
<table><tr><td id="choir"></td></tr></table>
Since you are using XHTML 1.0, I would have thought that you would stray away fom using tables for layout. Anyway, I think that this is what you wanted.
All e-mails that come to via the forums from members seem to go in my Junk Mail folder and I hadn't checked them today. I'll fix that problem when I can be bothered.
By the way, if you each choir member to go into it's own div tag, that will require more div tags (obviously) each with a systematic name to make it easier to cycle through. I wasn't sure if that is what you wanted or not, so I left it like this: