hyperlink - How would I make a reversed working link? -


i've seen before, it's link placed in backwards form, , when click it goes site, correct way round. ideas?

assuming you're using html, same way you'd make regular link. put url backwards inside of <a> element.

<a href="http://google.com/">/moc.elgoog//:ptth</a> 

Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -