PDA

View Full Version : Logo Alt Tag


whatcomweb
12-13-2006, 11:18 PM
Can I edit the logo ALT tag via the admin tool, or do I need to edit the header.php file directly.

Thanks!

Dave Baker
12-13-2006, 11:46 PM
Hello whatcomweb,
There is not way for editing logo's "alt" parameter through admin panel.
Editing of a file will be easy way of correction value.
***Open templates/yourTemplate/header.tpl and find line of code***

<div class="logo"><a href="/"><img src="{$img}logo.gif" alt="" title="" /></a></div>

***Add "alt" parameter and save file***