UnatcoAgent
Diamond Member
You know in your body tag when you have <body background="whatever.jpg"> is there a way to stop that image from tiling over and over again and just appear once ?
Thanks guys.
Thanks guys.
Originally posted by: Encryptic
I would say just use a table and put the image in that, like so:
<table>
<tr>
<td>
<img src="yourimage.jpg">
</td>
</tr>
</table>
I haven't tried style sheets myself, however so I don't know how well that works.
Originally posted by: che3che
yeah, you would use CSS... you would have the property
BACKGROUND-REPEAT: no-repeat
ive only gotten this to work in internet explorer though 😕