[Moin-user] Help with linking (inline images)

Arthur Pemberton pemboa at gmail.com
Mon Feb 4 12:10:21 EST 2008


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">

The closest I can get is <img
src="http://umkcacm.org/static/media/pictures/official_acm_logo.png">
with {{https://umkcacm.org/static/media/pictures/official_acm_logo.png}}

This is not good enough for two reasons:
 * I'm specifying the protocol (which is the biggest issue)
 * I'm specifying the host (which is unnecessary, and could cause
potential future problems)

I'm comfortable with modding the code manually if necessary.

-- 
Fedora 7 : sipping some of that moonshine
( www.pembo13.com )




More information about the Moin-user mailing list