My question is how do I go about removing the black dots that appear surrounding the first item?
- Code: Select all
<html>
<head>
<link rel="stylesheet" type="text/css"
href="style.css" />
<title>Bob's Page</title>
</head>
<body>
<center>
<img class="center" src="img/banner.jpg"></center>
<div class="left">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="mailto:robert.t.adams5@gmail.com">Contact Me</a></li>
</ul>
</div>
<div class="right">
<p>Text goes here.
</div>
</body>
</html>
The site is here: http://eco-heater.bobadams.x10hosting.com/




