I don t see this question answered anywhere else here.
Here s the code:
<div class="copyright">
<h2 class="copyright unselectable" onselectstart="return false">
© 2009 - <?=date("Y") ?> <?=PROJECT_NAME?>
</h2>
</div>
It s aligning right in IE but not FF or Safari. It seems to not be taking into account the spacing for the echoed text?
Thanks!
Edit: Adding css that is there:
div.copyright h2.copyright{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
font-weight:bold;
text-align:center;
}
Second Edit: Well I just hard coded the text with the same results...so it s not the echo issue like I though. I ll have to look deeper at this.