Have you tested any other browsers? You need to make sure your site displays in at least the most common browsers (at this point IE(9,8), Firefox, Chrome, not in order).
There is nothing in your HTML source (which is browser-independent) which has a question mark or a home link in that part of the output. There is an empty tagline element, which might be rendered by Safari as a ? symbol; I've never used Safari so have no comment on its behavior.HTML Code:<!--bof-branding display--> <div id="logoWrapper"> <div id="logo"><a href="http://www.daviscomposites.com/store/"><img src="includes/templates/custom/images/" alt="" /></a></div> <div id="taglineWrapper"> <div id="tagline"><h1></h1></div> </div> </div> <br class="clearBoth" /> <!--eof-branding display-->


Reply With Quote
