Hi all, I'm REALLY new at this. I know almost nothing about html. So I need some help. I downloaded a free template that's perfect for my website, but I needed to change the logo. So I created one on the net. But the logo I created is positioned lower than the original and doesn't look as good that way.
I've been looking at the code and I don't see a way to change where the image starts. Here's the "head" code:
Would really appreciate any help. I'm a fish out of water here.
I've been looking at the code and I don't see a way to change where the image starts. Here's the "head" code:
Code:
<header>
<div class="container_24">
<!-- .logo -->
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt="Shades"></a>
</div>
<!-- /.logo -->
<!-- .extra-navigation -->
<ul class="extra-navigation">
<li><a href="index.html" class="home current"> </a></li>
<li><a href="#" class="map"> </a></li>
<li><a href="index-5.html" class="mail"> </a></li>
</ul>
<!-- /.extra-navigation -->
<nav>
<ul>
<li><a href="index.html" class="current">Home</a></li>
<li><a href="index-1.html">Support</a></li>
<li><a href="index-2.html">Services</a></li>
<li><a href="index-3.html">Download</a></li>
<li><a href="index-4.html">Clients</a></li>
<li class="last"><a href="index-5.html">Contacts</a></li>
</ul>
</nav>
</div>
</header>