Hi,
I'm a newbie with a background color problem. I set my page properties to ba
ck
and it's not showing up when I test my broswer on
http://www.anybrowser.com/siteviewer.html, it works fine on my broswers.
Is there any solution?Any help is appreciated.
heres the link http;//www.punkshows77.com
code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
background-color: #000000;
}
-->
</style></head>
<body>
<p align="center"><img src="mydesigns/cali.gif" width="579" height="80">j<im
g
src="mydesigns/tsol23.gif" width="500" height="350"> <br>
</p>
<p align="center"><img src="mydesigns/enter.gif" width="169" height="64"> </
p>
</body>
</html>
|