Forum Moderators: not2easy
try it like this...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head><title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript"><style type="text/css">
ul {
list-style-type:none;
}
ul li {
margin:10px;
}
ul li a {
color:#000;
}
ul li a img {
border:3px double #900;
}
</style></head>
<body><ul>
<li>
<a href="http://www.webmasterworld.com/">webmasterworld.com</a>
</li><li>
<a href="http://www.webmasterworld.com/">
<img src="http://www.searchengineworld.com/gfx/logo.png" alt="logo">
</a>
</li></ul>
</body>
</html>
birdbrain