Quick help with Coffee Cup HTML...

User 616721 Photo


Guest
6 posts

Hello, I just recently started using html editor. What im trying to know is how to center everything. Under the visual editor everything seems centered. When I go and preview it my contact form at the bottom of the page is all the way to the left. All of my other info is centered. Any Idea how to center the contact form or everything in general? Help will be much appreciated thanks!
User 355448 Photo


Ambassador
3,144 posts

murilo abreu,

You can use styles to center your form. I would probably use something like this:

#form {
text-align:center;
vertical-align:middle;
}

Then just above the form code, put a <div id="form"> and just below the form code, put a </div>

That actually works on one of my sites.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.