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