wordpress and the frustrating table alignment

Oct 10, 11:05 AM

for some strange reason, tables in WP end up looking like this (terrible alignment)

+========+
+XXXX     +
+XXXX     +
+XXXX     +
+XXXX     +
+    XXXX +
+    XXXX +
+    XXXX +
+    XXXX +
+========+

optimum solution < div style=‘float:right; width:240px;’>

<<< added width:##px; for damn ie-8 issues >>>>

TABLE solution – “style” the right < td > with this:

<td style='vertical-align:top;margin-top:0; '>
Mark Edwards

,

---

Commenting is closed for this article.

---