soloarquitectura
Well-known member
XenForo 1.2.4.
Logo alt phrase is for forums only.
IMHO if logo links to home page it should have its own phrase.
Sample (this web site):
Instead of:
Logo alt phrase is for forums only.
IMHO if logo links to home page it should have its own phrase.
Sample (this web site):
Code:
<div id="logo"><a href="http://xenforo.com/">
<span></span>
<img src="styles/default/xenforo/logo.png" alt="XenForo Community" />
</a></div>
Instead of:
Code:
<div id="logo"><a href="http://xenforo.com/">
<span></span>
<img src="styles/default/xenforo/logo.png" alt="XenForo" />
</a></div>
Upvote
1