Mailing List Archive

Images and links
I'm working on standard skin.

Two questions:
- How can I modify the format of the external link? I don't need the span after the link.
- I need to insert an external image, how? And how an esternal image as a link? Is it possible?
Thanks very much.

Giovanni Putignano
Re: Images and links [ In reply to ]
On Sep 27, 2004, at 8:44 AM, Giovanni wrote:
> Two questions:
> - How can I modify the format of the external link? I don't need the
> span after the link.

Find the code that makes it and take it out.

> - I need to insert an external image, how?

http://example.com/image.jpg

> And how an esternal image as a link? Is it possible?

[[link|http://example.com/image.jpg]]

-- brion vibber (brion @ pobox.com)
Re: Images and links [ In reply to ]
Thanks Brion for the help.
What page can I modify to do this modification?

Thanks.

Giovanni Putignano