the tag: "td" doesn't have an attribute: "height" in currently active versions.[XHTML 1.0 strict]
Hello, after getting the above error, I did some research, and I realize that The "bgcolor", "height", "width", and "nowrap" attributes of the td element are not supported in XHTML 1.0 Strict DTD.
However, what if you need to make the row of a certain table larger than the others. Ex: <td height="27">. This code generates an error. Is there a different way of getting the same result?
Thank you.