I want effect following HTML from CSS <td width="190" background="images/Left-190-23.gif"></td> I tried below, HTML========== <td class="std"></td> CSS========== .std { width:190px; background:images/Left-190-23.gif; } It didn't work! Can anyone help me to achieve this? webgaya.