<BODY ...><BODY ...>BACKGROUND ="image URL"
| Usage Recommendation |
|---|
| Use it, but don't rely on it. |
BACKGROUND
we use this <BODY ...>
| this code | produces this |
<BODY BACKGROUND="paper.gif" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#FF0000" ALINK="#FF0000" > |
this page |
notice that we set all color properties for the page. If you set one color, set them all, which leads to our next topic: Avoid the Most Common Mistake Made with BACKGROUND.
Avoid the Most Common Mistake Made with BACKGROUND >>>