MyBB Community Forums

Full Version: Place External Website Links to Images in Header Section in MYBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Try <a href="http://www.google.com">