style sheet
<style type="text/css">
.alert {
background: #fff6bf url(images/exclamation.png) center no-repeat;
background-position: 15px 50%; /* x-pos y-pos */
text-align: left;
padding: 5px 20px 5px 45px;
border-top: 2px solid #ffd324;
border-bottom: 2px solid #ffd324;
font-size:12px;
}
</style>
Code HTML
<p class="alert">แสดงข้อความเตือน....</p>
ตัวอย่างผลลัพธ์
แสดงข้อความเตือน....
ดาวน์โหลดรูปได้ที่นี่