derinweb
12-28-2006, 03:21 AM
hello ,
i have a problem in table background image in asp.net 2.0 masterpage, when i want to use a table back ground in my master page it does not appear in run time and design view and this is the html tag that i used :
<table border="0" cellpadding="0" cellspacing="0" style="background-image: url(Images/HeaderBack.jpg);
width: 850px; height: 71px">
<tr>
<td style="font-weight: bold; width: 27%; color: #ffffff; font-family: verdana; letter-spacing: 0.5pc;
height: 71px; text-align: left">
<td>
<td style="width: 36%; height: 71px">
</td>
<td style="width: 36%; height: 71px">
</td>
</tr>
</table>
thanks for any help
i have a problem in table background image in asp.net 2.0 masterpage, when i want to use a table back ground in my master page it does not appear in run time and design view and this is the html tag that i used :
<table border="0" cellpadding="0" cellspacing="0" style="background-image: url(Images/HeaderBack.jpg);
width: 850px; height: 71px">
<tr>
<td style="font-weight: bold; width: 27%; color: #ffffff; font-family: verdana; letter-spacing: 0.5pc;
height: 71px; text-align: left">
<td>
<td style="width: 36%; height: 71px">
</td>
<td style="width: 36%; height: 71px">
</td>
</tr>
</table>
thanks for any help