Logo Clickable only in IE Why? - Joomla! Forum - community, help and support
hello everyone,
i using joomla 2.5 , beez_20
i want make logo clickable.
i have added embolden code index.php below:
<a href="http://www.diafimicy.com"><img src="<?php echo $this->baseurl ?>/<?php echo htmlspecialchars($logo); ?>" alt="<?php echo htmlspecialchars($templateparams->get('sitetitle'));?>" />
as result of logo clickable in ie , rest of above code line red! indicate there wrong?
thank in advanced.
here website: http://www.diafimicy.com
i using joomla 2.5 , beez_20
i want make logo clickable.
i have added embolden code index.php below:
<a href="http://www.diafimicy.com"><img src="<?php echo $this->baseurl ?>/<?php echo htmlspecialchars($logo); ?>" alt="<?php echo htmlspecialchars($templateparams->get('sitetitle'));?>" />
as result of logo clickable in ie , rest of above code line red! indicate there wrong?
thank in advanced.
here website: http://www.diafimicy.com
i think problem here.
all tags shall in lower case letters , there no </a> close tag.
code: select all
<a href="/">all tags shall in lower case letters , there no </a> close tag.
Comments
Post a Comment