[thelist] nested table spacing
rudy
r937 at interlog.com
Wed May 2 09:22:57 CDT 2001
> What I am trying to do is get the table (containing the words
> search nlm, a text box and go button) spaced in the center of the cell.
> presently it is squished at the top.
>
>the offending URL
>http://www.netlivemusic.com/
hi cayley
hey, i recognize this layout, it sure looks a lot simpler than the one you
posted a while back asking for how to slice it...
your problem? try placing the <form>..</form> tags outside the table
i see a second search box under the first one (could be just a waystation
on the long highway of development) but if the table has to include more
than one form, you'll have to insert the <form>..</form> tags between rows,
e.g.
<table>
<form>
<tr><td>foo</td></tr>
</form>
<form>
<tr><td>bar</td></tr>
</form>
</table>
not sure if this will validate, but it will work
rudy.ca
More information about the thelist
mailing list