[SOLVED] My footer 'Home' link not working - Joomla! Forum - community, help and support
hi all,
just got site today , need start tweeking it. anyway, added 3 links footer, home, contact us, , sitemap. working accept home link , can't figure out how fix it.
here code:
<a>home</a><a href="undefined/" target="_self"> </a>| <a href="index.php?option=com_alfcontact&itemid=131">contact us</a> | <a target="_self" href="index.php?option=com_xmap&sitemap=1&itemid=132">site map</a>
any ideas may problem?
thanks much!
http://www.bwafp.org
just got site today , need start tweeking it. anyway, added 3 links footer, home, contact us, , sitemap. working accept home link , can't figure out how fix it.
here code:
<a>home</a><a href="undefined/" target="_self"> </a>| <a href="index.php?option=com_alfcontact&itemid=131">contact us</a> | <a target="_self" href="index.php?option=com_xmap&sitemap=1&itemid=132">site map</a>
any ideas may problem?
thanks much!
http://www.bwafp.org
try following:
or
code: select all
<a href="/" target="_self">home</a> | <a href="index.php?option=com_alfcontact&itemid=131">contact us</a> | <a target="_self" href="index.php?option=com_xmap&sitemap=1&itemid=132">site map</a>
or
code: select all
<a href="" target="_self">home</a> | <a href="index.php?option=com_alfcontact&itemid=131">contact us</a> | <a target="_self" href="index.php?option=com_xmap&sitemap=1&itemid=132">site map</a>
Comments
Post a Comment