How can I make a background image appear only once?

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

Guest

I have an image that I want to use as my background but it repeats himself.
What can I do about this?
 
Realmaggie said:
I have an image that I want to use as my background but it repeats himself.
What can I do about this?

Here's one way:

<style type="text/css">
<!--
body {
background-image: url(background.gif);
background-repeat: no-repeat;
}
-->
</style>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top