On Mon, Feb 4, 2008 at 9:10 AM, Arthur Pemberton <[EMAIL PROTECTED]> wrote:
> I am in need of assistance with embedded images
>
>  My site is: http://umkcacm.org/
>  An image could be:
>  https://umkcacm.org/static/media/pictures/official_acm_logo.png
>
>  I need to essentially be able to generate <img
>  src="/static/media/pictures/official_acm_logo.png">

Use the HTML parser:

{{{#!html
<img src="/static/media/pictures/official_acm_logo.png">
}}}

It's included in 1.6.0, which I see you're running--you shouldn't have
to do anything to enable it.

  - Bradey

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Moin-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to