Topic: XML, tables and input fields
Run into one minor, snag whilst I'm setting things up as Xhtml/XML proper. Gallery script doesn't use valid syntax, (knowingly), for tables:
<td>
<a href=[path to image]>[image thumbnail]</a>
<input type=text[contains selectable image link 1]>
<input type=text[contains selectable image link 2]>
</td>
It's the input part. I did it that way for aesthetics and ease, (and also just because it worked), but obviously now the scripts are being properly parsed, it's just throwing an error. Is there a viable alternative for achieving the above type of setup, and making it correct, syntax wise, in the process?
Cheers,
Matt