[thelist] Back Grounds

Aylard JA (James) jaylard at equilon.com
Thu Feb 22 18:08:14 CST 2001


John,

> 	This seems simple, but I cannot find an answer yet. Is there any
> HTML code that will allow me center and not repeat a background?

	No, not HTML. You'll need to use style sheets, like this:

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

	Keep in mind that this won't work in all browsers (e.g., Netscape
4.x).

hth,
James Aylard




More information about the thelist mailing list