emacs-wiki-discuss
[Top][All Lists]
Advanced

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

Re: [emacs-wiki-discuss] inline image withoug link


From: Trent Buck
Subject: Re: [emacs-wiki-discuss] inline image withoug link
Date: Mon, 28 Feb 2005 05:56:11 +1100

Spake Yamagata Yoriyuki:
> The link to the image [[./latex/_123062851.png]] is translated to
> <a href="./latex/_123062851.png"><img src="./latex/_123062851.png"
> /></a>
> in the published file.  Is there a way to remove the link, and leave
> only the inline image?  The link creates the frame in the browser,
> which is not desirable.

The CSS command

        img { border: 0; }

will remove the border without removing the link.

-- 
Trent Buck, Student Errant
Every program has two purposes -- one for which it was written and
another for which it wasn't.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]