Advertisement
Advertisement
| 03.25.2008 at 02:29AM PDT, ID: 23266385 |
|
[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.
Your Input Matters 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! |
||
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: 94: 95: 96: 97: |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css">
#resultsTable {
text-align:center;
margin:0px auto;
border:2px solid #0000FF;
}
#mainWrapper {
width:900px;
text-align:center;
margin: 0px auto;
}
.inviteeTable {
border-color:#00FF00;
border-width:thick;
margin:50px auto;
text-align:center;
}
.contentPane
{
border: 1px solid #abc;
background: #e4e8ed;
clear: both;
margin: 40px 0 20px 0;
padding: 0 0 15px 0;
text-align:left;
width:900px;
}
.contentPane *
{
margin: 0;
padding: 0;
}
.contentPane h2
{
margin: 0 0 15px 0;
background: url(gradient.gif) #5b82a9;
padding: 3px 5px;
color: #8d8d8d;
font-size: 1.2em;
border: 1px solid #def;
border-bottom-color: #789;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif
}
p {
line-height:150%;
margin:20px 0;
}
body
{
background: #fff;
line-height: 1.1;
color: #555;
font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
background:#fcfcff;
padding: 0;
margin: 0;
text-align:center;
}
</style>
</head>
<body>
<div id="mainWrapper">
<div id="contentPane" class="contentPane">
<h2>My Content Panel</h2>
<div id="resultsTable">
<table width="80%" border="0" class="inviteeTable">
<tr>
<td>This</td>
<td>Is</td>
<td>The</td>
<td>Top</td>
<td>Line</td>
<td>Of</td>
<td>The</td>
<td>Main</td>
<td>Table</td>
</tr>
</table>
</div>
</div></div>
</body>
</html>
|