I am having problems rendering html on wordpress site. I am using the post layout plugin that allows you to add html and javascript code on your wordpress site (after every post posts). I added 1 table with 2 columns and 4 rows on the first column I have images and on the next column I have text Each table row is set vertical align top and left but it renders with text below images here is the link where problem resides: The Ultimate Secret of Living Young Forever Revealed! As you can see at the end of the post the table with 2 columns are not align right can someone help in how to fix this pls.
I just found the solution the problem was with the template css, added an inline style on td vertical-align=top important!; problem solved