HTML problem

2001-03-22 Thread Heidi Belal
Hi All, This is not a javascript or coldfusion question, but i thought someone might be able to help and/or suggest something. I'm creating this web page, that our graphics designer has already designed using photoshop for 800X600 resolution. He cut up the images using Fireworks and has given

RE: HTML problem

2001-03-22 Thread Jason Lees (National Express)
March 2001 08:22 To: CF-Talk Subject: HTML problem Hi All, This is not a javascript or coldfusion question, but i thought someone might be able to help and/or suggest something. I'm creating this web page, that our graphics designer has already designed using photoshop for 800X600 resolution. He

Re: HTML problem

2001-03-22 Thread Don Kiggins
press)" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, March 22, 2001 2:31 AM Subject: RE: HTML problem Try the reverse, Ie make the image 1024x768 then use HTML to shrink to 800x600. This should solve the problem, it may be a little blured I'm not sure.

Re: HTML problem

2001-03-22 Thread Heather Haindel
If images are designed at one size and displayed at another, chances are that something's going to look funny. What I've done and heard recommended is to cushion the edge(s) with table cells filled with background color or a solid color image (depends on which browsers you need to support).

Re: HTML problem still here...

2000-10-30 Thread Heather Haindel
This should help: http://forums.allaire.com/DevConf/Thread.cfm?Message_ID=597339_#Message597339 If it doesn't, try going to http://forums.allaire.com - click on search at the top and type in your function name, select your scope and click search. Good Luck, Heather --- ibtoad [EMAIL PROTECTED]

HTML problem still here...

2000-10-28 Thread ibtoad
Ok, I created this little form page that helps people generate a professional ebay auction page. As you can see the only way they can get the html code right now is to use the internet explorer source button. I have asked this same question a couple of day ago and still haven't figured it out.

RE: HTML problem still here...

2000-10-28 Thread Eron Cohen
To: CF-Talk Subject: HTML problem still here... Ok, I created this little form page that helps people generate a professional ebay auction page. As you can see the only way they can get the html code right now is to use the internet explorer source button. I have asked this same question a couple

Re: HTML problem still here...

2000-10-28 Thread Tom Muck
the button : INPUT name=Button1 onclick=selectAll() type=button value="Select all" Hope this helps. tom - Original Message - From: "Eron Cohen" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Saturday, October 28, 2000 11:38 AM Subject: RE: HTML

RE: HTML problem still here...

2000-10-28 Thread ibtoad
suggested. Please elaborate if possible on how I can handle this. Thanks again, Rich -Original Message- From: Eron Cohen [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 28, 2000 11:38 AM To: CF-Talk Subject: RE: HTML problem still here... Hi Rich, Why not have a textarea that has the HTML

Re: HTML problem still here...

2000-10-28 Thread Tom Muck
Message - From: "ibtoad" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Saturday, October 28, 2000 12:16 PM Subject: RE: HTML problem still here... This is exactly what i would like to do but I don't know how. Since the results page is created by cold fusion, I

RE: HTML problem still here...

2000-10-28 Thread ibtoad
]] Sent: Saturday, October 28, 2000 12:32 PM To: CF-Talk Subject: Re: HTML problem still here... Sorry. . .do it something like this: CFHEADER NAME="Content-Disposition" VALUE="inline" CFCONTENT TYPE="text/html" textarea cols="60" rows="5" name=&q

Re: HTML problem still here...

2000-10-28 Thread Tom Muck
- From: "ibtoad" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, October 28, 2000 12:39 PM Subject: RE: HTML problem still here... OK that works great. I just had to double output the entire page so the 1st output would show up as the

Re: HTML problem still here...

2000-10-28 Thread Tom Muck
by the way, if you have Outlook express, those slashes always come thru with a "file:" in front, but that shouldn't be there. tom - Original Message - From: "Tom Muck" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Saturday, October 28, 2000 12:5

RE: HTML problem still here...

2000-10-28 Thread ibtoad
Perfect!! Check it out: http://www.cfm-resources.com/h/happytoad/ Thank you so much for the help. It's greatly appreciated. Rich -Original Message- From: Tom Muck [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 28, 2000 1:15 PM To: CF-Talk Subject: Re: HTML problem still here

Re: HTML problem still here...

2000-10-28 Thread Tom Muck
Good job. I like it. . . tom - Original Message - From: "ibtoad" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, October 28, 2000 1:42 PM Subject: RE: HTML problem still here... Perfect!! Check it out: http://www

mimeattach and Type=HTML problem

2000-10-23 Thread Les Mizzell
Hmmm... If I send a file like this: CFMAIL to="#CCEmail#" from="#EmailFrom#" subject="#AIData.ClientName# - #planID#" mimeattach="e:\inetpub\hostroot\aaintl.com\MailFiles\#File.ServerFile#" type="HTML" The email is not recognized as HTMLso I'm seeing all the code. The attachment IS working