We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

problem coding an anchor tag within the body of a page | Forum

Topic location: Forum home » Support » General Questions
Kami Barut
Kami Barut Jul 29 '15
Hello,


 I am unable to code an HTML <a> tag within the body of a page of my Oxwall web site. For some reasons, the domain name of my site (www.munichchezvous.com) is always tagged onto the href URL


code: <a href="www.munich-annonces.com">....</a>

The URL  created: www.munichchezvous.com/www.munich-annonces.com

The URL I need: www.munich-annonces.com


Thank you very much for your help.


Kami



Taissa Team
Taissa Jul 31 '15
Kami, please specify what the file name which you are modifying ? Or you try to modify custom code widget? If you modify core .html file, try to use variable {$site_name}.
Kami Barut
Kami Barut Jul 31 '15
Hello Taissa,


Thanks for your answer.


I was trying to modify some custom code widget, not some core .html file.


I solved the problem by simply adding http:


<a href="http://www.munich-annonces.com">sometext</a>   --->  works.


<a href="www.munich-annonces.com">sometext</a>            ---> does not work.


K. 

Taissa Team
Taissa Aug 3 '15
Kami, thanks for letting us know.