Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Form displaying centered
Old 09-07-2011, 06:31 PM Form displaying centered
Skilled Talker

Posts: 85
Trades: 0
Hello,

Can you please take a look at this form that I jut put on this website I created?

http://freelancesecuritynetworking.com/contact_us.html

For some reason is showing up in the center and not all the way to the left. Can you check why is this?

Thanks
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
allan16 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-08-2011, 02:45 AM Re: Form displaying centered
lizciz's Avatar
Super Spam Talker

Posts: 807
Name: Mattias Nordahl
Location: Sweden
Trades: 0
Your #emf-container has a fixed width (500px) and an automatic margin (margin: 0 auto;) which will center it. Since the form lies inside this container, obviously the form is centered as well.

So, you could i.e. change the margin to margin: 0;
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
lizciz is offline
Reply With Quote
View Public Profile Visit lizciz's homepage!
 
Old 09-09-2011, 06:58 AM Re: Form displaying centered
Novice Talker

Posts: 7
Name: Craig
Trades: 0
You need to take the width off of #emf-container 640px from the css

And remove the inline width setting of 500px on #emf-container
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
malinky is offline
Reply With Quote
View Public Profile
 
Old 09-21-2011, 02:29 PM Re: Form displaying centered
kIDJOE's Avatar
Extreme Talker

Posts: 186
Location: Hollywood, CA
Trades: 0
use margin:0 auto; on your container that has a fixed width, make sure your form is wrapped on this div
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE

kIDJOE is offline
Reply With Quote
View Public Profile Visit kIDJOE's homepage!
 
Old 09-22-2011, 07:25 AM Re: Form displaying centered
Junior Talker

Posts: 2
Trades: 0
Hai,
you can write the coding like this <div id="emf-container" style="width:500px; float:left;">
EmmyJackson is offline
Reply With Quote
View Public Profile
 
Old 09-30-2011, 03:22 PM Re: Form displaying centered
matt w's Avatar
Super Talker

Posts: 136
Location: kalamazoo
Trades: 0
did lizciz code work? You could change the css line:
#emf-container {text-align: left;margin: 0 auto; .....}
to
#emf-container {text-align: left; float: left; ....}
It is in the linked to file:
http://www.emailmeform.com/builder/styles/dynamic.php?t=post"
near the bottom.
I'm not sure
matt w is offline
Reply With Quote
View Public Profile Visit matt w's homepage!
 
Old 10-03-2011, 12:44 AM Re: Form displaying centered
Ultra Talker

Posts: 423
Name: Janice McClean
Trades: 0
Looks fixed but another alternative would've been to use Dreamweaver and just graphically do it. Would've been a fast fix.
__________________
My Site : MacFTW [link coming soon!]

Hosted by:
Please login or register to view this content. Registration is FREE
cantletugo is offline
Reply With Quote
View Public Profile
 
Old 10-03-2011, 01:49 AM Re: Form displaying centered
lizciz's Avatar
Super Spam Talker

Posts: 807
Name: Mattias Nordahl
Location: Sweden
Trades: 0
Quote:
Originally Posted by cantletugo View Post
Looks fixed but another alternative would've been to use Dreamweaver and just graphically do it. Would've been a fast fix.
If one does not have Dreamweaver installed, this would not have been a quick fix
Also, I'm not completely sure about this, but Dreamweaver would likely have done some absolute positioning if you moved it graphically? That is often not the desired way to do, well... anything.
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
lizciz is offline
Reply With Quote
View Public Profile Visit lizciz's homepage!
 
Old 10-03-2011, 03:18 AM Re: Form displaying centered
vultren's Avatar
Webmaster Talker

Posts: 583
Name: Tony
Location: Seattle Washington
Trades: 1
Quote:
Originally Posted by lizciz View Post
If one does not have Dreamweaver installed, this would not have been a quick fix
Also, I'm not completely sure about this, but Dreamweaver would likely have done some absolute positioning if you moved it graphically? That is often not the desired way to do, well... anything.
I wouldn't think they used absolute, possibly a whole site with "relative" and "left, right, top, bottom" attributes.
__________________

Please login or register to view this content. Registration is FREE

I am here to give advice as well as learn.

Please login or register to view this content. Registration is FREE
.
vultren is online now
Reply With Quote
View Public Profile
 
Reply     « Reply to Form displaying centered
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.02297 seconds with 12 queries