^^ I tried that still no joy
<?xml version="1.0" encoding="UTF-16"?>
<html><head>
** *<base href="Private/"/>
** *<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
** *<style>
** * * *body {
** * * * * *background-color: none;
** * * * * *margin: 0;
** * * * * *padding: 20px 0 0 0;
** * * * * *height: 480px;
** * * * * *width: 320px;
** * * *}
background-image:url("/private/var/mobile/Library/SpringBoard/HomeBackground.jpg");background-size: 61%;
** * * *</style>
** * * *<script type="text/javascript" src="configureMe.js"/>
** * * *<script type="text/javascript" src="Wallpaper.js"/>
</head>
<body onload="onLoad()">
<div id="WeatherContainer">
<div id="TextContainer">
<p id="city">Loading...</p>
<p id="temp">-º</p>
<p id="desc">-</p>
</div>
<img id="weatherIcon" src=""/>
</div>
</body></html>
Put the background line within the } ...