Doctype making me crazy
In order to use the dialog included in jQuery UI, I set my doctype as follows:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
However, doing that screws up the alignment of headers and columns in ActiveWidgets.
It gets screwed up in both IE and Firefox.
I've seen posts about setting the padding in css, but it has not worked for me. Surely, someone else must have encountered this issue and found a solution.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
However, doing that screws up the alignment of headers and columns in ActiveWidgets.
It gets screwed up in both IE and Firefox.
I've seen posts about setting the padding in css, but it has not worked for me. Surely, someone else must have encountered this issue and found a solution.
Alan
February 3,