html - Stop URL adding to Existing URL -


i trying link external site, everytime external website getting added onto url of existing site on. therefore making website address invalid. i'm sure i've come across before , fixed it, can't remember / find solution time round. ideas?

<a href=“http://www.google.com”><img src="<?php echo $this->getskinurl('images/logo.jpg') ?>" alt="" id=“logo” /></a> 

this coding will, example take me following: http://www.mywebsite.com/http://www.google.com

you're using funny quotes not valid in html. result url appended current url. change , "

<a href="http://www.google.com"> 

Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -