i have a h1 header in-between divs containing javascript popup images (placeholders). i want it to be aligned the same as the “websites” h1 tag, to the left with a hr to the right. but the hr goes through the text and the text is centered in the page.
the only css applied is this
.port_title {
text-indent:35px;
position:relative;
top: 35px;
}
.port_hr { width:550px;
style="color: #333; background-color: #333; height: 1px;
}
you can view the html here
http://dl.dropbox.com/u/13722201/Dorset%20Designs/portfolio.html
Try this:
JSFiddle
http://jsfiddle.net/cTMXa/