dzone snippet html
description of your code here
description of your code here
1 2 <style type="text/css"> 3 DIV.post-job-ad { 4 background-color: #ff8; 5 border-top: 1px dashed #660; 6 border-bottom: 1px dashed #660; 7 margin-bottom: 10px; 8 padding: 8px; 9 color: #000; 10 text-align: center; 11 font-weight: bold; 12 font-size: 1.2em; 13 } 14 15 DIV.post-job-ad EM { 16 color: #170; 17 font-style: normal; 18 } 19 </style>