Pupeno schrieb:
You don't need to use the URL box.
But the URL box is much, much nicer than typing commands itself.
Of course, typing commands is not nice. I just want to show you an alternative.
You can also create hyperlinks with underlying adress using the command \href{Your URL}{displayed text} in ERT.
This didn't work when exporting to HTML, the URL was output as text just before the "displayed text".
This is new for me, but I only have experiences with the program "tex4ht".
>You need to load the LaTeX-package "hyperref" to use these commands and to get real hyperlinks. I attached an example file.
In the example document you gave me, you had all this:
\usepackage[colorlinks=true, urlcolor=blue, linkcolor=black, pdftitle={Your Title}, pdfauthor={Your Name}, bookmarksnumbered=true, pdfnewwindow=true, pdfstartview=XYZ, pdfpagelayout=OneColumn, bookmarksopen]{hyperref}
Is all that needed?
No it is not. It just shows the possibilities you have using hyperref. Sorry that I posted my personal hyperref call. The minimall call is
\usepackage[pdfborder={0 0 0}]{hyperref}(without setting the pdfborder, you will get a red border around every cross-fererence and hyperlink)
regards Uwe
