Andrew C. Stringer

Results 2 issues of Andrew C. Stringer

How do you insert a non breaking space as inner html without it being html encoded?

When I do something like this: `td = td.Style("vertical-align", "top").Style("width", "25%");` The resulting style attribute on the cell looks like this: `` I believe valid HTML requires a trailing semicolon:...