Here's the best way to go about it. Using
CSS of course. And for reference, you should always have just one h1 tag per page.
- Code: Select all
<h1>Your Page Title</h1>
- Code: Select all
h1 {
width: 200px;
height: 60px;
margin: 0;
text-indent: -5000px;
background: #fff url("logo.jpg") no-repeat 0 0;
display: block;
}