How do I set a background image without it tiling?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Whenever I set an imgae fas a background it is automatically tiled rather
than stretched to fit the whole page, any ideas on how to fix this?
 
Edit the <body> tag's properties, and use the Advanced tab, then Body style
button. Then click Format > Border > Shading. This is where you would set
the repeat option to no-repeat.

It's curious that such a common function is so buried....
 
I agree wholeheartedly. Thank you for your post, because when I added the
attribute to the code directly (not knowing this method) after just looking
up the syntax, it didn't work.

I should have been tipped off by the fact that the auto-typing had no idea
what no-repeat was, but i was probably doing it in the wrong place.

I'll try it tonight. Thanks again!
 
You're welcome!

--
Murray
============

zanzibart said:
I agree wholeheartedly. Thank you for your post, because when I added the
attribute to the code directly (not knowing this method) after just
looking
up the syntax, it didn't work.

I should have been tipped off by the fact that the auto-typing had no idea
what no-repeat was, but i was probably doing it in the wrong place.

I'll try it tonight. Thanks again!
 
Back
Top