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.

JavaScript Forum


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



Reply
Need Help Wtih Aweber Form
Old 09-30-2005, 09:12 PM Need Help Wtih Aweber Form
glc
Junior Talker

Posts: 3
Trades: 0
How do I get the submit button cented instead of it being over to the
left on this form, here's the website.

http://www.forumpostings.com

Thanks,

Gary
glc is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-30-2005, 09:26 PM
ScriptReference's Avatar
Average Talker

Posts: 25
Location: Reno, NV
Trades: 0
It is centered. You have the fields all in a table, the table is centered and the button is centered across a colspan of 2. I checked in FF and IE
__________________

Please login or register to view this content. Registration is FREE
ScriptReference is offline
Reply With Quote
View Public Profile Visit ScriptReference's homepage!
 
Old 09-30-2005, 11:07 PM Need Help Wtih Aweber Form
glc
Junior Talker

Posts: 3
Trades: 0
I have IE6 and it's still showing up on the left, I need it under & in the middle
of the two forms


When you talk about center are you talking about the center of the web page
that center.

Gary
glc is offline
Reply With Quote
View Public Profile
 
Old 09-30-2005, 11:34 PM
ScriptReference's Avatar
Average Talker

Posts: 25
Location: Reno, NV
Trades: 0
In layout.css, change
Code:
#content {margin-left: 22%; margin-right: 2%;}
to
Code:
#content {margin-top: 12%;float:left;width:62%;}
In the page source, change
Code:
 <div id="content"><BR>&nbsp;
 
  
 </div>
 <DIV> 
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</DIV>
 
 <script type="text/javascript" src="http://forms.aweber.com/form/56/1890392956.js"></script>
to
Code:
 <DIV id="content">
      <script type="text/javascript" src="http://forms.aweber.com/form/56/1890392956.js"></script>
 </DIV>
__________________

Please login or register to view this content. Registration is FREE
ScriptReference is offline
Reply With Quote
View Public Profile Visit ScriptReference's homepage!
 
Reply     « Reply to Need Help Wtih Aweber Form
 

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 0.17884 seconds with 12 queries