Topic: Background image still not working
I have tried EVERYTHING, and im going crazy.
here is my code in the files ..... HTML
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
html>
head>
meta http-equiv="content-type" content="text/html; charset=utf-8">
title>Sportbikes</title>
/head>
body>
background-image: url ="a.jpg";
background-repeat: repeat;>
!--START SIMPLEVIEWER EMBED -->
script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
script type="text/javascript">
jQuery(document).ready(function () {
SV.simpleviewer.load('sv-container', '100%', '100%', '222222', true );
});
/script>
div id="sv-container"></div>
!--END SIMPLEVIEWER EMBED -->
/body>
/html>
and the XML ......
?xml version="1.0" encoding="UTF-8"?>
simpleviewergallery
backgroundURL="a.jpg"
useFlickr="false"
resizeOnImport="true"
cropToFit="false"
>
image imageURL="images/AAS1153.jpg"
thumbURL="thumbs/AAS1153.jpg"
linkURL="images/AAS1153.jpg"
linkTarget="_blank">
What did I do wrong? I have a copy of the a.jpg in both the httpdocs and images directories???
Im lost.