HTML & CSS Snippets
Name:CSS Background Image
Description: Use a background image with CSS.
Code below...
<!-- Change the image path --> <style type="text/css"> body { background-image: url('background.gif') } </style>
Name:CSS Background Image
Description: Use a background image with CSS.
<!-- Change the image path --> <style type="text/css"> body { background-image: url('background.gif') } </style>