Note: The ENVY 14 was just a test post I came up with and it is not accurate or finished.How to make 2 columns in a post in WordPress?
Make a table
%26lt;table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"%26gt;
%26lt;tr%26gt;
%26lt;td width="50%"%26gt;聽%26lt;/td%26gt;
%26lt;td width="50%"%26gt;聽%26lt;/td%26gt;
%26lt;/tr%26gt;
%26lt;/table%26gt;
Here is one with a border
%26lt;table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"%26gt;
%26lt;tr%26gt;
%26lt;td width="50%" style="border-style: solid; border-width: 1"%26gt;text here%26lt;/td%26gt;
%26lt;td width="50%" style="border-style: solid; border-width: 1"%26gt;text here%26lt;/td%26gt;
%26lt;/tr%26gt;
%26lt;/table%26gt;
No comments:
Post a Comment