/ tags that a table is "supposed" to support are:
CAPTION, COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, and TR,
of which only the CAPTION, TH and TD are supposedly "valid" containers for content or other html tags (like forms)
- and the "broken" html suppresses the form block level "line feed" too, which is even more surprising
Interesting quirk in current browsers to use
- as long as you don't care about validation (even the FP 2003 schemas flag it as invalid html),
- never reference the DOM or TableObject model programmatically,
- and watch it for future potential browser compatibility issues
| It will work for whatever number of forms.
|
| See:
|
http://www.dbmarine.com/sales/product.asp?C=Charts+/+Software&S=Garmin
|
| Every BUY Image is a form for that line item.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
|
http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > Works for a single form , but he has multiple lines or products w/ multiple forms (1 per line)
| > - each form tag will still cause a line break in his rows of products
| >
| > Really should be using 1 form w/ multiple submits w/ a custom script, not multiple forms
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| >
http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | Brett,
| > |
| > | See:
| > |
http://www.ycoln-resources.com/Brett/index.htm
| > |
| > | --
| > | ==============================================
| > | Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | WEBMASTER Resources(tm)
| > |
| > | FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > | ==============================================
| > | To assist you in getting the best answers for FrontPage support see:
| > |
http://www.net-sites.com/sitebuilder/newsgroups.asp
| > |
| > | | > | > Thanks all for the ideas.
| > | >
| > | > I have tried what I think is every possible combination of table/cell alignment arrangement I
| > | could come up with no no avail.
| > | >
| > | > It would make sense that the line break is "forced" by the form button and I may just be
| beating a
| > | dead horse.
| > | >
| > | > Thomas, I will try your suggestion again witout the FP generated tags as well.
| > | >
| > | > I can work around the issue design wise, I had just envisioned a more compact design for the
| > | forms. I may just change the buttons to hyper-links and elimate the use of the form.
| > | >
| > | > No big deal, I could have regenerated the hyper-link code and added the button graphics at
| least
| > | 1000 times in the time I spent tweaking this, it really got me curious more than anything.
| > |
| > |
| >
| >
|
|