Difference between revisions of "Background Image"

From MyWiki
Jump to: navigation, search
(Created page with "<source lang="html4strict"> <style> body { background-image:url('spiral4.gif'); } </style> </source>")
 
(No difference)

Latest revision as of 15:23, 31 October 2014

<style>
body 
{
background-image:url('spiral4.gif');
}
</style>