I'm trying to get my company motto tucked right under my site URL in my header using CSS and can't quite get it right. I tried <h4> </h4> instead of <p></p>. Motto is showing up above domain name, still having trouble getting motto under domain name. Here's my code:
<div id="header">
<div id="logo">
<h1><a href="#">mywebsite.com</a></h1><br />
<p><i>My motto here.</i></p>
</div>
</div>
and I have a bunch of complicated CSS, but it just isn't working. Help!
Question answered on November 21, 2007 at 08:53 AM ::
Comments to date: 1