|
Posted by Luciano A. Ferrer on March 31, 2006, 10:50 pm
Please log in for more thread options
It is ok tu use a table tag inside a form tag?
(you know, you do not use h2 inside p, etc...)
--
Luciano A. Ferrer
laferrerQuiTadme@SacaDMEgmail.com
... un todo en uno y uno en todo
|
|
Posted by pegasusflightresources@gmail.c on March 31, 2006, 11:41 pm
Please log in for more thread options
This idea is very possible, though I have never tried it. It should
not mess up the HTML code, but if it does, you can just preview the
site in IE and then check the Error Warning sign in the bottom left
corner. I have had some simple errors in my site, but those were
discerned through this method. It actually caught a mispelling that I
made in a JavaScript, so it should catch most other problems.
_________________________________________
Patrick Reilly
1st Coy.
Colonel Seth Warner's Regiment
|
|
Posted by David Dorward on April 1, 2006, 3:06 am
Please log in for more thread options
Luciano A. Ferrer wrote:
> It is ok tu use a table tag inside a form tag?
Syntactically it is fine. Semantically it may or may not be.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/> Home is where the ~/.bashrc is
|
|
Posted by axlq on April 1, 2006, 10:50 am
Please log in for more thread options
>It is ok tu use a table tag inside a form tag?
Yes, in fact this is quite common. It validates correctly too.
Form tags can contain anything, sort of like div tags.
-A
|
|
Posted by David Dorward on April 1, 2006, 2:00 pm
Please log in for more thread options
axlq wrote:
> Form tags can contain anything, sort of like div tags.
Not true.
<!ELEMENT FORM - - (%block;|SCRIPT)+ -(FORM) -- interactive form -->
Anything in the group "block" and script elements but not form elements.
<!ELEMENT DIV - - (%flow;)* -- generic language/style
container -->
Anything in the group "flow" (which includes everything in "block" but
also "inline".
(At least for HTML 4.01 Strict).
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/> Home is where the ~/.bashrc is
|
| Similar Threads | Posted | | [newbie] client side jscript for a table inside a table | March 24, 2005, 8:01 am |
| "input" inside "form" won't validate | November 23, 2004, 3:42 pm |
| table inside div block - no joy | April 2, 2006, 6:26 pm |
| DIVs inside table cells? | April 13, 2008, 9:46 am |
| CSS property float: left inside table? | July 19, 2007, 5:24 am |
| Image Positioning Inside Table Problem (IE only) | January 2, 2008, 8:09 am |
| Form-Tag influences table layout | December 18, 2006, 12:23 pm |
| Text and Image inside table | Alight Text Left and Image right in same cell ?? | October 24, 2006, 12:55 am |
| Problem with Validator: Form spanning accross table rows does notvalidate | August 4, 2004, 5:48 pm |
| img inside pre | September 17, 2005, 10:04 pm |
|