I have made a standard html table on one page and somehow light stripes display on top/bottom of table and between the table rows.
I need a 2 rows / 3 cols table like the one used on the first page on the theme preview site,
http://s4.postimg.org/6syjx0kgt/111.gif
Here’s the result when I add a standard html table,
http://s27.postimg.org/6usgnbq9v/111_2.gif
I have set border to be “0”
<table width=”100%” border=”0″ cellspacing=”0″ cellpadding=”0″>
Thanks.