2 columns in Corporate 2

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Thu Jun 10, 2010 7:59 pm
I hope this falls under the parameters of support. I have searched and can't find the answer to this. I hope this is a really easy question and I am just missing something.

I have a references page on my site and want to make it two columns. I can't find an "add table" option that I have read about and haven't had success using the blog layout option with the columns and leading.

Can anyone point me in the right direction?

http://www.chicagopaws.com/Joomla2/refe ... ences.html

thanks.
User avatar
Senior Boarder

GK User
Fri Jun 11, 2010 7:22 am
I use another editor than the included. Try jce editor, is very easy to make tables in..
User avatar
Platinum Boarder

teitbite
Fri Jun 11, 2010 10:00 am
Hi

You can always do it manualy at HTML in editor:

Code: Select all
<table style="width:100%;">
<tr>
<td style="width:50%;"></td>
<td style="width:50%;"></td>
</tr>
</table>
User avatar
Moderator

GK User
Fri Jun 11, 2010 4:00 pm
Thanks. I will try one of those suggestions.
User avatar
Senior Boarder


cron