Can someone combine these two wallpaper.html for me into one?
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Nexus Line Animations</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="lines.css" type="text/css" media="screen" charset="utf-8">
<script src="lines.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAA86tLhCZ7WS4Bf-ClrloFwRSkSsJNw-sDCFMTqhQg2ReLIdHHIxTFo5hMGuauf99gOakGW6PUIq2Q2w"></script>
<script type="text/javascript" src="Sources/configureMe.js"></script>
<script type="text/javascript" src="Sources/Wallpaper.js"></script>
<script type="text/javascript" src="Sources/gfeedfetcher.js"></script>
<script type="text/javascript" src="Sources/gajaxticker.js">
/***********************************************
* gAjax RSS Ticker- (c) Dynamic Drive (www.dynamicdrive.com)
* Requires "gfeedfetcher.js" class
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
</head>
<body onLoad="onLoad();">
<div id="linesContainerH"></div>
<div id="linesContainerV"></div>
<div class="box1">
</div>
</body>
</html>
and
Code:
<?xml version="1.0" encoding="UTF-16"?>
<html>
<head>
<body onLoad="onLoad();">
<div id="linesContainerH"></div>
<div id="linesContainerV"></div>
<div class="box1">
</div>
<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;
}
</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>
thanks a lot