Bu soru burada başka bir yerde cevap görmüyorum.
İşte kod:
<div class="copyright">
<h2 class="copyright unselectable" onselectstart="return false">
© 2009 - <?=date("Y") ?> <?=PROJECT_NAME?>
</h2>
</div>
Bu FF veya Safari IE sağ hizalama ama değil. Bu hesaba yankılandı metin aralığını alarak değil gibi görünüyor?
Teşekkürler!
Edit: var css ekleme:
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.