form designing

Permalink
i want to add form on left side and other side is contact detail, i know its stupid question actually i didn't use any default css. i try to add sidebaar but its not work. plz help me asap

 
CygnetMidwest replied on at Permalink Reply
CygnetMidwest
You say you tried adding the form to the sidebar but it didn't work? How did it not work? Did the form break out of the sidebar layout? If that's what happened, you just need to add some custom CSS to your theme to control the form width.

If that's not what happened, please give some more details on what happened and I'll try to assist.
pmarques replied on at Permalink Reply
pmarques
Hi sonal,

What you need to do is change your theme and define those two sections with HTML - using div's or tables. Then, you create two editable areas, one on each section, with the following code:

<?php          
   $a = new Area('Main');
   $a->display($c);
?>


If you know HTML+CSS, you should check out a Concrete5 theming guide:http://www.concrete5.org/documentation/how-tos/designers/make-a-the...
If you don't know HTML+CSS, you really need to go learn it if you want to customize anything.