Hello,
I am working with file 1: base.css which has this declared in it:
.noWrap {
white-space: nowrap;
}
And file 2: institution.css with this in it:
.cell-grey-lt { background: #DDDDDD; }
From my xhtml file, I am trying to apply both of these in the following line of code:
<td...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.