Advertisement
Advertisement
| 07.23.2008 at 10:52AM PDT, ID: 23589481 |
|
[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: |
<html>
<head>
<style>
.newsletters {background: #BFA3CC;float:left;margin:.5em 0em .5em 0em;width: 100%;}
.newsletters div.top, .newsletters div.bottom {font-size: 1px;height: 16px;line-height:1px;}
.newsletters div.topleft {background: url(images/corners_solid_pink.gif) no-repeat top left;float: left;height: 16px;width: 16px;}
.newsletters div.topmiddle {float:left;width:118px;height:15px;margin:6px 0 0 0;color:#ffffff;font-size:12px;font-weight:bold;text-transform:uppercase;}
.newsletters div.topright {background: url(images/corners_solid_pink.gif) no-repeat top right;float: right;height: 16px;width: 16px;}
.newsletters div.bottomleft {background: url(images/corners_solid_pink.gif) no-repeat bottom left;float: left;height: 16px;width: 16px;}
.newsletters div.bottomright {background: url(images/corners_solid_pink.gif) no-repeat bottom right;float: right;height: 16px;width: 16px;}
.newsletters div.boxcontent {border:1px solid #BFA3CC;margin:0 0 -0.4em 0;}
.newsletters ul{list-style:none;margin:2px 0 4px 0;padding:0px;padding-left:5px;}
.newsletters ul li{padding:0px;margin:4px 0 0 0;font-size:12px;color:#ffffff;}
.newsletters ul li.heading{margin:0 0 0 0;font-size:12px;font-weight:bold;text-transform:uppercase;}
.newsletters ul li a{display:block;width:100%;text-decoration:none;color:#ffffff;font-weight:bold;}
.newsletters input.mailingEmail {font-size:9px;width:94px;margin-left:2px;border:1px solid #616773;}
.newsletters input.mailingName {font-size:9px;width:70px;margin:0px 0 0px 0;border:1px solid #616773;}
.newsletters input.submitButton{height:17px;color:#ffffff;font-size:12px;font-weight:bold;background:#69146C;border:1px solid #616773;margin:0px 0 0 2px;padding:0;}
.clear {clear:both;font-size:0px;line-height:0px;height:0px;overflow:hidden;margin: 0 0 0 0;}
</style>
</head>
<body>
<div class="newsletters">
<div class="top">
<div class="topleft"> </div>
<div class="topmiddle">Newsletters</div>
<div class="topright"> </div>
</div>
<div class="boxcontentsides">
<div class="boxcontent">
Some content text
</div>
</div>
<div class="bottom">
<div class="bottomleft"> </div>
<div class="bottomright"> </div>
</div>
</div>
<p class="clear"></p>
</body>
</html>
|