[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!

7.6

Choosing Correct DOCTYPE?

Asked by spyderx in Web Languages/Standards

Tags: correct, doctype, selecting

I need help choosing the correct DOCTYPE for my site.

My site uses a combination of CSS and older HTML elements such as tables, center tags, font tag, etc.

Therefore should I use HTML 4.01 Transitional or HTML 4.01 Strict? Or perhaps something else?

Below is my final code:

<html>

<head>
<title>My Page</title>

<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">

<style type="text/css">

body{background-color: #FFFFFF; text-align: center;font: 96% Verdana,Arial,sans-serif}

h1,h2,p{margin: 0;padding: 2 10px 0.2em}

h1{font-size: 120%;color: #4396D8;letter-spacing: 1px}

h2{font-size: 110%;color: #FFFFFF}

div#container{width:600px;margin: 0 auto;text-align:left}

div#content{float:left;width:400px;background: #E8E8E8;}

div#box{float:left;width:720px;margin-top:5px;margin-left:8px;background: #F5F5F5}

div#box form{margin: 0;padding: 0 10px 0.1em;margin-left:1px}

div#box p{margin: 0;padding: 0 10px 0.2em}

#small{font-size: 74%;color: #828282;margin: 0;padding: 0 10px 0.4em}

#item{font-size: 104%;color: #404040;margin: 0;padding: 0 10px 0.4em}

#select{font-size: 105%;color: #005279;margin: 0;padding: 0 10px 0.4em}

#help{font-size: 80%;color: #0080C0;margin: 0;padding: 0 1px 0.4em}

#check{width:23px;height:23px;}

div#spacer{clear: both;}

</style>

<link rel="stylesheet" type="text/css" href="corners.css">

<link rel="stylesheet" type="text/css" href="print.css" media="print">

<script type="text/javascript" src="script.js"></script>

</head>

<body>

<div align="center"><center>

<table border="0" cellpadding="5" cellspacing="5" width="760">
    <tr>
        <td width="200">Image</td>
        <td>&nbsp;</td>
        <td valign="bottom"><p align="right"><font size="2"
        face="Verdana">Text</font></p>
        </td>
    </tr>
</table>
</center></div>
<div id="container">

<div id="content">
<h1>Title</h1>
<p>Content content <strong>bold content</strong></p>
</div>

<div id="box">

<h1>Title</h1>
<p>Text <b id="help">Blue Text</b></p>

<p id="small">Small text</p>

<div id="spacer">
  &nbsp;
</div>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr>
        <td>
<form>
<textarea rows="3" cols="40"></textarea>
<br>
</form>
        </td>
        <td>
<form>
<div style="float:left">
<p id="item"><input type="checkbox" id="check">Column 1</p>
<p id="item"><input type="checkbox" id="check">Column 1</p>
<br>
</div>
<div style="float:left">
<p id="item"><input type="checkbox" id="check">Column 2</p>
<p id="item"><input type="checkbox" id="check">Column 2</p>
<br>
</div>
</form>
        </td>
    </tr>
</table>

<div id="spacer">
  &nbsp;
</div>

</div>

</div>
</body>
</html>
[+][-]09/25/05 09:01 AM, ID: 14954465Expert 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/25/05 01:31 PM, ID: 14955159Accepted 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

Zone: Web Languages/Standards
Tags: correct, doctype, selecting
Sign Up Now!
Solution Provided By: JoshPowell
Participating Experts: 2
Solution Grade: A
 
[+][-]09/25/05 02:24 PM, ID: 14955278Expert 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.

 
[+][-]11/23/05 04:02 AM, ID: 15349220Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

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

 
 
Loading Advertisement...
20091021-EE-VQP-81