Forums / Setup & design / Adding links in a page problem
Angel Martinez
Monday 10 January 2005 9:52:52 am
Hello:
I have added links in a page. I have used the built-in "link" content class to create a nodes containing link objects.
But when I click that link, I don´t go to the page linking with this link.
I.E.: My link: www.uva.esThe result of click this link: http://localhost/portal/index.php/portal/enlaces/www.uva.es
Where "localhost" is my computer, "portal" is the name of my Ez Publish site, and "enlaces" is a directory that contains links.
Where is the mistake?
Thanks.
Eivind Marienborg
Monday 10 January 2005 11:03:02 am
You have to include the http:// to link outside your own site, like this: http://www.uva.es . :)