[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.8

Can't get div tables to center in IE7 when in php

Asked by dombrorj in PHP Scripting Language, Hypertext Markup Language (HTML)

Tags: php, html, div

The following html looks perfectly fine, but I need to enter in a php script to secure this download page. When I enter it in the script, it doesn't center like it should.

Looks fine in firefox, but IE7 pushes all the way to the left.

Any suggestions?
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Download Your File</title>
<style type="text/css">
<!--
body {
	background-image: url(images/back-repeater.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#MainContainer {
	background-image: url(images/repeater.jpg);
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 824px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
}
#copy {
	padding-right: 50px;
	padding-left: 50px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#orderbox {
	background-color: #FFFFCC;
	height: 300px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border: 2px dashed #000000;
}
.style1 {
	font-size: 36px;
	font-family: Impact;
	color: #CC0000;
}
-->
</style>
</head>
 
<body>
 
 
<div id="MainContainer">
	<div id="header"><img src="images/header.jpg" /></div>
  <div id="copy">
    <p align="center"><b><a href=<? echo "\"$url[0]\""; ?>><img src="/images/cover.jpg" alt="The FICO Formula" width="275" height="393" border="0" /></a><br />
    Download Your File <a href=<? echo "\"$url[0]\""; ?>>HERE</a></b></p>
    <p>&nbsp;</p>
    <p>Thank you for your purchase. Please download your file <u>immediately</u>. <strong>Do not navigate away from this page</strong> until you have completely downloaded your file.Note that your credit card or bank statement will show a charge by           ClickBank or CLKBANK*COM.</p>
    <p align="center" class="style1"><u>Important - Read Below</u></p>
    <p>&nbsp;</p>
    <p>After your download, please enter your name and email in the form below. </p>
    <p>As a valued customer, I want to be sure your         purchase remains timeless. As a token of my appreciation, I will         send you free copies of any updates or revisions that are made to         The FICO Formula. </p>
    <p>By entering your name and email below,         you will be certain to receive updates and additional bonuses that I publish.</p>
    <p></p>
    <script type="text/javascript" src="http://forms.aweber.com/form/72.js"></script>
      <p></p>
    <b><u><br />
Important Note</u>: <br />
<br />
    </b>The file you are about to download is a zipped pdf file. You may 
			need to install the appropriate software to unzip and 
			view your file.
    <ol>
        <li> <a target="_blank" href="http://www.winzip.com/prod_down.htm">Download 
          WinZip free</a> and install it on your computer.</li>
        <li> Double click on the FICO Formula file that you just saved to 
          your hard drive.</li>
        <li> Extract the pdf file and save it to the desired location on 
          your hard drive.</li>
        <li> <a target="_blank" href="http://www.adobe.com/products/acrobat/readstep2.html">Download Adobe Reader free</a> and install it on your computer.</li>
        <li> Double click the FICO Formula pdf file that you extracted to 
          open the document.</li>
    </ol>
    <div align="left"></div>
    <p align="center">For technical support, contact Ryan Taylor at ficoformula [at] gmail.com </p>
  </div>
  <div id="footer">
	<img src="images/footer.jpg" /></div>
</div> 
</body>
</html>
[+][-]09/30/08 01:56 PM, ID: 22609383Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09/30/08 02:45 PM, ID: 22609758Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09/30/08 02:52 PM, ID: 22609803Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09/30/08 03:51 PM, ID: 22610139Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/01/08 06:13 AM, ID: 22613854Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/01/08 07:02 AM, ID: 22614311Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: PHP Scripting Language, Hypertext Markup Language (HTML)
Tags: php, html, div
Sign Up Now!
Solution Provided By: RQuadling
Participating Experts: 1
Solution Grade: A
 
[+][-]10/01/08 07:12 AM, ID: 22614427Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/01/08 07:20 AM, ID: 22614535Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/01/08 07:29 AM, ID: 22614663Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10/01/08 08:40 AM, ID: 22615575Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/01/08 08:49 AM, ID: 22615686Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091021-EE-VQP-81 - Hierarchy / EE_QW_2_20070628