[Koha] link with external url

2013-11-11 Thread Arnold
Hi, I want to have links with external urls (http://www.amazon.com, etc), in my opac page, when i try doing this the conventional way (eg: a href=http://www.any-website.com;link1/a) in the opacnav secction, it doesnt open the page. How can i go about this? Thanks

Re: [Koha] link with external url

2013-11-11 Thread Chrispin Simasiku Sitali
Please copy and paste this in your OPAC Nav, for example opac nav right html head meta http-equiv=content-type content=text/html; charset=UTF-8 title/title /head body a href=http://www.amazon.com;Amazon/a /body /html On 11/11/2013, Arnold danielag...@yahoo.co.uk wrote: Hi, I want to have

Re: [Koha] link with external url

2013-11-11 Thread Owen Leonard
On Mon, Nov 11, 2013 at 5:45 AM, Chrispin Simasiku Sitali libsit...@gmail.com wrote: Please copy and paste this in your OPAC Nav, for example opac nav right html... No, do not do this. The OPAC customization regions are not iframes, so putting a complete HTML document in them makes no sense.

Re: [Koha] link with external url

2013-11-11 Thread Martin Renvoize
Agreeing with Owen here, please don't put a whole HTML doc in those customisation regions.. It looks like you've got markup problems somewhere.. If you post the opac url here maybe one of us might help spot where the markup is failing Martin Renvoize Software Engineer, PTFS Europe Ltd Content

Re: [Koha] link with external url

2013-11-11 Thread Fischer, Katrin
- boun...@lists.katipo.co.nz] On Behalf Of Arnold Sent: Monday, November 11, 2013 10:58 AM To: koha@lists.katipo.co.nz Subject: [Koha] link with external url Hi, I want to have links with external urls (http://www.amazon.com, etc), in my opac page, when i try doing this the conventional way

Re: [Koha] link with external url

2013-11-11 Thread Chrispin Simasiku Sitali
The folks are right. Sorry for for leading you down the wrong path. Actually this; a href=http://www.amazon.com;Amazon/a works like a charm just tried it my self. Thanks for pointing out my mistake. I was doing it the wrong way, now I know. The Koha community is great! On 11/11/2013, Arnold