Background image...

liunx

Guest
Hey, I guess it's been a while since I've practived HTML so I've kinda forgotten how to d some stuff. think anyone can let me know how to make a background image? Search engines just aren't good enough any more.. :p.<!--content-->Make it, or use it?<br />
<br />
This is HTML (but depricated):<br />
<body background="bgfilename.gif"><br />
This is CSS:<br />
<style type="text/css"><br />
body {background-image: url("bgfilename.gif");}<br />
</style><!--content-->hey thanks man. You're a life saver. :)<!--content-->
 
Back
Top