[UPHPU] weird looping image in <td>
Victor Villa
vvilla at gmail.com
Thu Jan 10 20:56:49 MST 2008
>Which is a duplicate of the image background in the td tag above it.
>Remove that and your extra image will be gone.
True that, additionally, I changed some stuff around and put things in that
you're going to want in your web page.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- STEP ONE: Insert the following line into your <head></head> tag -->
<script type="text/javascript" src="js/countdown.js"></script>
<title>W.E.Rock - Countdown to Perris</title>
<base href="http://www.cncmedia.net" />
<style>
.formatPicture {background: url(/numbers/background.jpg) top left
no-repeat;}
</style>
</head>
<!-- STEP TWO: Insert the onLoad event handler into your BODY tag -->
<body onload="getTime()">
<!-- STEP THREE: Copy this code into the BODY of your HTML document -->
<center>
<table border="0" width="755" height="50" class="formatPicture"><tr><td
align="right" valign="center">
<img height=80 src="numbers/Cc.gif" width=0 name=x>
<img height=80 src="numbers/0c.png" width=18 name=a>
<img height=80 src="numbers/0c.png" width=18 name=b>
<img height=80 src="numbers/Cc.gif" width=18 name=c>
<img height=80 src="numbers/0c.png" width=18 name=y>
<img height=80 src="numbers/0c.png" width=18 name=z>
<img height=80 src="numbers/Cc.gif" width=25 name=cz>
<img height=80 src="numbers/0c.png" width=18 name=d>
<img height=80 src="numbers/0c.png" width=18 name=e>
<img height=80 src="numbers/Cc.gif" width=25 name=f>
<img height=80 src="numbers/0c.png" width=18 name=g>
<img height=80 src="numbers/0c.png" width=18 name=h>
<img height=80 src="numbers/Cc.gif" width=5 name=f>
</td></tr></table>
</center>
</body>
</html>
More information about the UPHPU
mailing list