I would like to center (move it up) my h1 title tags with the icon, and put more space between them. How can I do that?
Here's my current title code if it helps/matters:
Code:
h1{
color:#165788;
font-size:18px;
font-weight: 400;
margin: 0px 0px 5px 0px;
}
Code:
<h1><img src="http://www.webmaster-talk.com/images/seo-icon.png" />Search Engine Optimization</h1>