paperino00
08-10-2012, 10:21 AM
Hello, when I assign the background-image to body the image fill all the page but i would like to left two lateral white strips starting from the table border, do you know how can I do this?
here two image and the html code, how it appears and how I would like it to appear... thank you :)
http://i50.tinypic.com/167jz9h.png
http://i45.tinypic.com/24v07ea.png
<body style="background-image: url(bkg.jpg)">
<table
style="text-align: left; width: 900px; height: 113px; margin-left: auto; margin-right: auto;"
border="1" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top;"><br>
</td>
</tr>
</tbody>
</table>
<br>
<br>
<h2 style="text-align: center;">TITOLO</h2>
<br>
</body>
here two image and the html code, how it appears and how I would like it to appear... thank you :)
http://i50.tinypic.com/167jz9h.png
http://i45.tinypic.com/24v07ea.png
<body style="background-image: url(bkg.jpg)">
<table
style="text-align: left; width: 900px; height: 113px; margin-left: auto; margin-right: auto;"
border="1" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top;"><br>
</td>
</tr>
</tbody>
</table>
<br>
<br>
<h2 style="text-align: center;">TITOLO</h2>
<br>
</body>