Re: Offering A hand

since you offered - i'm trying to work out the correct way to do somethign in 
xhtml

i need a table, and i need to wrap a form around each of the rows
eg

<table> 
  <form ....> <tr>.....</tr></form>
  <form ....> <tr>.....</tr></form>
  <form ....> <tr>.....</tr></form>
  <form ....> <tr>.....</tr></form>
</table>

which you're not supposed to do
so how do achieve this without disobeying strict xhtml dtd?

-Brenda



On Fri, 28 May 2004 08:32, PWP - Information wrote:
> Hi,
>
> A while back, I came to the w3c for a hand with my website, as I was
> learning about standards, and naturally I lost :)
>
> But now I have a better understanding and wish to offer my help to people
> who might need it so I thought would join this mailing list, (if someone
> gives me a hint on how to) and the I can return the favour
>
>
> Gavin
> Professional Web Pages
> http://www.professionalwebpages.biz

Received on Thursday, 27 May 2004 18:28:35 UTC