<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'>Hi all.<div><br></div><div>Just a heads up.<br><div><br></div><div>The Zurb has an example for tables here: <a href="https://foundation.zurb.com/sites/docs/table.html#basics" target="_blank">https://foundation.zurb.com/sites/docs/table.html#basics</a></div><div><br></div><div>Notice the width attribute<span class="hljs-tag" style="box-sizing: inherit; color: rgb(0, 0, 128); font-family: Consolas, "Liberation Mono", Courier, monospace; font-size: 16px; white-space: pre;"></span><br><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><span class="hljs-tag" style="box-sizing: inherit; color: rgb(0, 0, 128); font-family: Consolas, "Liberation Mono", Courier, monospace; font-size: 16px; white-space: pre;"><<span class="hljs-name" style="box-sizing: inherit; color: rgb(0, 128, 128);">th</span> <span class="hljs-attr" style="box-sizing: inherit;">width</span>=<span class="hljs-string" style="box-sizing: inherit; color: rgb(221, 17, 68);">"200"</span>></span><span style="color: rgb(10, 10, 10); font-family: Consolas, "Liberation Mono", Courier, monospace; font-size: 16px; white-space: pre; background-color: rgb(249, 249, 249);">Table Header</span><span class="hljs-tag" style="box-sizing: inherit; color: rgb(0, 0, 128); font-family: Consolas, "Liberation Mono", Courier, monospace; font-size: 16px; white-space: pre;"></<span class="hljs-name" style="box-sizing: inherit; color: rgb(0, 128, 128);">th</span>></span></div></blockquote> <br><span class="hljs-tag" style="box-sizing: inherit; color: rgb(0, 0, 128); font-family: Consolas, "Liberation Mono", Courier, monospace; font-size: 16px; white-space: pre;"></span></div><div>According to w3, it is deprecated.</div><div><br></div><div>https://www.w3.org/TR/html401/struct/tables.html#h-11.2.6</div><div><br></div><div><br></div><div>When I send the message </div><div><br><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>html tableHeading width: 200; with:'Table Header'.</div></blockquote> <br></div><div>I get a DNU.</div><div><br></div><div>I can get around it with the attributeAt:'width' put:200 construct.</div><div><br></div><div>cheers</div><div><br></div></div></div><br></body></html>