i m using two images in master page in same row one image is displayed but not other plz check out code:
Code:
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%">
<tr>
<td style="background-attachment: fixed; background-position-y: center; background-image: url('image/slam11.jpg'); color: #ffcccc; background-repeat: no-repeat; background-color: #ffcccc; " class="style1">
</td>
<td style="background-image:url(image/banner.jpg); width:auto; height: 217px; background-repeat: no-repeat;">
</td>
Comment