[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to insert an url



Hello,

In article <19991128163249.A10210@chaser.ttssolutions.org>
glb@dds.nl writes:

> I want to insert an url in a HOWTO. Should I use the SGML tab <url> or
> the <htmlurl> tag?

Please try to compare the following two cases:

    <url url="http://bla.com/"; name="BLA">
    <htmlurl url="http://bla.com/"; name="BLA">

the former results in "BLA" in txt, while the
latter becomes "BLA <http://bla.com/>".

I think <htmlurl is more suitable when you want
to *hide* the bare URL from the text, e.g.
"mailto:...";, "news:..."; etc.

If you just want "<http://bla.com/>" in txt,
you can omit the "name" and write:

    <url url="http://bla.com/";>

Cheers,
-- 
// NAKANO, Takeo
// Appl. Phys., Engr. SEIKEI Univ.
// E-mail : nakano@apm.seikei.ac.jp
// http://surf.ap.seikei.ac.jp/~nakano/


--  
To UNSUBSCRIBE, email to ldp-discuss-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org