I am having an issue with the spacing between an image and a slideshow on my website.
Here is where you can view the image:
Between the grass logo and the slideshow, there seems to be some unwanted space. Is there a way to remove that space? (there is a yellow arrow pointing to the space)
HTML
<html>
<head>
<link rel="stylesheet" type="text/css" href="css.css" />
<STYLE>
<!--
A{text-decoration:none}
-->
</STYLE>
</head>
<title>Webcleats, LLC - Traction on the Web</title>
<body bgcolor="#FFFFFF">
<center><h2><a href="index.html" style="color: #000000">Home</a> <a href="about.html" style="color: #000000">About Us</a> <a href="services.html" style="color: #000000">Services</a> <a href="customers.html" style="color: #000000">Customers</a> <a href="contact.html" style="color: #000000">Contact Us</a></a></center></h2>
... // Omitted for brevity
#webcleats {
margin: 5px 0;
}