On Sat, Jun 17, 2000 at 09:54:31PM +0200, Jacques Nilo wrote:
> Hello. I am totally new to lyx and installed today the 1.1.5 version on
> my Mandrake 7.0 linux box.
> I would like to be able to make a link to an HTML page without showing
> the full adress of thi page. I do not find the solution. I am using the
> Insert/URL command I click on the HTML type box but I always see the
> full adress (dvi view or after HTML generation)
> What did I missed
> Thanks
> Jacques
To create such a link, use the \href command, e.g.
\href{http://www.lyx.org}{LyX homepage}
(you need to enter this text in LaTeX mode).
You also need to put \usepackage{hyperref} in the preamble.
Also note that the tex2html converter you use should have support for the
\href command.
Future versions of LyX may have support for the hyperref package.