Hyperlink adds Joomla site address to link - Joomla! Forum - community, help and support
hi
i have problem component creating. when use code - <a href="www.google.com">google</a>
to create hyperlink, joomla adds site address start of link
eg: comes out http://www.siteaddress.com/www.google.com
how can stop this?
thanks
i have problem component creating. when use code - <a href="www.google.com">google</a>
to create hyperlink, joomla adds site address start of link
eg: comes out http://www.siteaddress.com/www.google.com
how can stop this?
thanks
try this
<a href="www.google.com" targer="_blank">google</a>
<a href="www.google.com" targer="_blank">google</a>
Comments
Post a Comment