Posted by John on 10/06/06 14:15
Hi
I have the following image which will stretch at the bottom of the page.
<img src="castle.jpg" width="100%">
However what I really want is an image that I can print over - ie the image
is background.
The following is in CSS
body { background: white url(castle.jpg) no-repeat bottom centre; }
but there is no "width=100%" in CSS.
Is there a way in pure HTML?
Regards
John
[Back to original message]
|