Forums

How do I position cforms (3 posts)

  1. mubai
    Member
    Posted 1 year ago #

    Hi All,

    I'm trying to position my cform to the left and my address information to the right. It's just not working the way I thought it would. I'm a real newbie to WordPress and beginner with HTML coding. I would greatly appreciate any help.

    Here is the actual site: http://www.shahconsultinggroup.com/contact-us

    Here is the code.
    <right>
    <table border="0">
    <tbody>
    <tr>
    <td><!--cforms name="Contact us"--></td>
    </tr>
    </tbody>
    </table>
    </right>

    <right><h4>Shah Consulting Group</h4></right><right>Phone: 484.899.0SCG</right><right>Phone: 484.899.0724</right>

  2. silafu
    Member
    Posted 1 year ago #

    Replace your code with this:

    <div style="width:300px;float:left;position:relative">
    <h4>Shah Consulting Group</h4>
    Phone: 484.899.0SCG
    Phone: 484.899.0724
    </div>
    
    <div style="width:490px;float:right;position:relative">
    <!--cforms name="Contact us"-->
    </div>

    See if it works.

  3. mubai
    Member
    Posted 1 year ago #

    You are awesome! Worked like a charm. I just switched Left and Right and I'm really happy with the outcome!

    Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic