General Community > HTML/CSS
Issues with valid HTML
(1/1)
Doctor Deejay:
Hey :)
I'm quite busy with a bugtracker these days, and it's almost HTML valid (it was completely valid, till I worked on the new issue section. I can't get this line valid:
--- Code: ---<td colspan='4'><textarea name='IssueDescription' style='width: 90%; height: 100px;'></textarea></td>
--- End code ---
Mr. Validator says this:
--- Quote ---…ueDescription' style='width: 90%; height: 100px;' tabindex='2'></textarea></td>
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
--- End quote ---
I don't have a clue by myself. :( Any suggestions? :)
Dr. Deejay
-Underdog-:
The textarea tag is missing 2 required attributes.
cols & rows
ref. http://www.w3schools.com/tags/tag_textarea.asp
Doctor Deejay:
Thanks that worked :D
Solved :)
Navigation
[0] Message Index
Go to full version