콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2573 화면

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!