HI,
I am using a .jpg image file as my background. At the moment my image is displayed far to large and over half the image is off the page. I am not using CSS and I would like to solve this problem without having to create a CSS if possible.
My current code is...
I can't find the attributes I should add to that line to reduce or limit the size of the image displayed.
I would imagine it is something like
but this doesn't work....
Any idea's to share...??
TIA
I am using a .jpg image file as my background. At the moment my image is displayed far to large and over half the image is off the page. I am not using CSS and I would like to solve this problem without having to create a CSS if possible.
My current code is...
Code:
<body background=logo.jpg>
I can't find the attributes I should add to that line to reduce or limit the size of the image displayed.
I would imagine it is something like
Code:
<body background=logo.jpg width=150 height=150>
but this doesn't work....
Any idea's to share...??
TIA