RE: encode an image into a .cfm "inline

2002-10-01 Thread Hugo Ahlenius
Mark, I think what you are after would be solved by this snippet. Put this in a template (and after testing, test with some URL vars etc) and call the template.cfm in the tag. __ This list and all House of Fusion resource

RE: encode an image into a .cfm "inline

2002-10-01 Thread Kevin Graeme
ay, September 30, 2002 2:12 PM > To: CF-Talk > Subject: RE: encode an image into a .cfm "inline > > > I guess I did not describe this too well. The Rule is a graphic image (a > gif in this case) of a Ruler that helps me "relate" to people using lower > resoluti

Re: encode an image into a .cfm "inline

2002-09-30 Thread Samuel R. Neff
Mark, As a previous poster said, you can send a Multipart-MIME message that includes the HTML page and the image, in Base64 encoding. I don't know if this works with all browsers, but I'm pretty sure it works with IE. I've used it for sending "Web Archives" (MS term for Multipart-MIME) document

Re: encode an image into a .cfm "inline

2002-09-30 Thread jon hall
You can use javascript url in the img src and generate an XBM image. http://david.blackledge.com/XBMDrawLibrary.html -- jon mailto:[EMAIL PROTECTED] Monday, September 30, 2002, 3:24:37 PM, you wrote: MWB> That is close to what I already have. MWB> Let me re-ask the question. Is there a way

RE: encode an image into a .cfm "inline

2002-09-30 Thread Mark W. Breneman
Subject: Re: encode an image into a .cfm "inline Mark W. Breneman wrote: > That is close to what I already have. > > Let me re-ask the question. Is there a way to not link to a graphic but > rather include the "raw" code of the image? Perhaps. I have never tried to

Re: encode an image into a .cfm "inline

2002-09-30 Thread Jochem van Dieten
Mark W. Breneman wrote: > That is close to what I already have. > > Let me re-ask the question. Is there a way to not link to a graphic but > rather include the "raw" code of the image? Perhaps. I have never tried to make one, but if you start messing with cfcontent and cfheader until you send

Re: encode an image into a .cfm "inline

2002-09-30 Thread Jochem van Dieten
Mark W. Breneman wrote: > > I guess I could make a ruler with a HTML table... That's what I would do. Assuming your body tag has zero margin and padding, use: 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750 800 850 900 950 1000 Jochem ___

RE: encode an image into a .cfm "inline

2002-09-30 Thread Mark W. Breneman
That is close to what I already have. Let me re-ask the question. Is there a way to not link to a graphic but rather include the "raw" code of the image? I am looking for a way to not have Ruler.gif in every folder and on every site I work on. (I may work on 20 - 30 sites a year.) What I am ho

RE: encode an image into a .cfm "inline

2002-09-30 Thread Mark W. Breneman
PROTECTED] www.vividmedia.com 608.270.9770 -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 1:54 PM To: CF-Talk Subject: Re: encode an image into a .cfm "inline - Original Message - From: "Mark W. Breneman" <[EMAIL PROTEC

Re: encode an image into a .cfm "inline

2002-09-30 Thread jon hall
This what you are looking for? image.cfm: -- jon mailto:[EMAIL PROTECTED] Monday, September 30, 2002, 2:49:52 PM, you wrote: MWB> Does anyone have any ideas on if it is possible to encode an image into a MWB> cfm? My guess it that it is impossible... but, thought I would ask. MWB> I hav

Re: encode an image into a .cfm "inline

2002-09-30 Thread Gyrus
- Original Message - From: "Mark W. Breneman" <[EMAIL PROTECTED]> > Does anyone have any ideas on if it is possible to encode an image into a > cfm? My guess it that it is impossible... but, thought I would ask. > > I have a graphic ruler that is included in the bottom of all of my pages