Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
Hello, I think my question is very simple, I would like to know how I link to an external site

Example:

<a href="<cms:show website />" target="_blank"><p><cms:show website /></p></a>


But the link that appears is:

http://site.com.br/portfolio/cat/name.h ... ALSITE.COM

I would like it to go directly to the external link:

http://www.LINKEXTERNALSITE.COM
Hi,

I think the text that you have inputted in 'website' editable region is
Code: Select all
www.LINKEXTERNALSITE.COM

Please make it a fully qualified URL by adding the http:// or https:// prefix e.g. as follows
Code: Select all
http://www.LINKEXTERNALSITE.COM

That should resolve the issue.

Hope it helps.
KK wrote: Hi,

I think the text that you have inputted in 'website' editable region is
Code: Select all
www.LINKEXTERNALSITE.COM

Please make it a fully qualified URL by adding the http:// or https:// prefix e.g. as follows
Code: Select all
http://www.LINKEXTERNALSITE.COM

That should resolve the issue.

Hope it helps.


OMG, I can only be tired, I can not believe this is it

Thank You so much
3 posts Page 1 of 1