Click to See Complete Forum and Search --> : Background Image
CiberTHuG
Jul 12th, 2001, 03:54 PM
Okay, the background attribute of the body tag has been depreciated. How should you include a background image in a web page? And hopefully one that won't tile.
Psyrus
Jul 12th, 2001, 07:27 PM
It may have been deprecated but you can still use it.
Chris
Psyrus
Jul 12th, 2001, 07:38 PM
It can also be set through a style sheet...
<style>
body {
background-image: url('yourBackground.jpg');
background-repeat: no-repeat;
}
</style>
Chris
sail3005
Jul 13th, 2001, 09:56 AM
or, you could make a big table and set the background of the table, which would then be the background of the whole body since it is so big! :D
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.