props to the homie dave shea of mezzoblue for redoing his site in CSS entirely (well as much as he could). first off it seems to load a tad faster, and just looks snazzier centered as such. but a side effect is that i was able to figure out finally how to make my header link to the home page–i had no idea, using CSS, how to make my image a URL — it was a property of the “banner”. i was able to glean from his CSS that i needed to make an h1 and a that is
display: block
and just use a <span> that contains the a href that i want to link to. big ups. was able to fix myself and joy’s sites.
#