2013-05-13, 08:10 AM
Hi,
I have placed a Image in Header Template with a link, but link is not coming correctly with below code
<span style = "float:right;"><a href="www.google.com"><img src="{$theme['imgdir']}/toplinks/title.GIF" ></a>
Image appear but when I click on the image it shows my website name www.mywebsite.com/www.google.com
I want to show only Google.com, not preceeded by my website name.
how can I do so.
Output for me is coming like
www.mywebsite.com/www.google.com, I want only
Require Output as:
www.google.com
is there any issue with href value
Thanks
I have placed a Image in Header Template with a link, but link is not coming correctly with below code
<span style = "float:right;"><a href="www.google.com"><img src="{$theme['imgdir']}/toplinks/title.GIF" ></a>
Image appear but when I click on the image it shows my website name www.mywebsite.com/www.google.com
I want to show only Google.com, not preceeded by my website name.
how can I do so.
Output for me is coming like
www.mywebsite.com/www.google.com, I want only
Require Output as:
www.google.com
is there any issue with href value
Thanks