コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2529 ビュー

I would like to add some logos (certifications, etc) to a Quotation page, but I am not sure if that is possible. I can get the main logo (corprate header to print without issue, but no other images. Is it possible to add images besides those of products or the corprate logo? If so, where on the server are they stored, and how do I reference them? Thanks!

アバター
破棄

One would think that you could just reference them as normal HTML. I tried simply adding "" into one of my templates, thinking that it would read from the web root directory of the web server, but it doesn't work.

Ha ha! It's trying to interpret my use of '' as actual HTML code! This site really needs some form of markup/markdown code.

Dang, it stripped that out, too! I guess you can't even use anything that even remotely looks like an image tag, no matter if you purposely make it invalid HTML or not!

著作者

Yeah this forum is in desperate need of a code block. I really don't get why it doesn't exist. Anyway I figured this out a while ago, so if you're looking to put images in an RML report here is some sample code for you http://pastebin.com/n26rsBvN. It has to be within the pageGraphics tag within pageTemplate, but it will work when you do that. Cheers!