Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
ysurati01 #1
How to cfamail with image in newletter
How can I email web page containing images as newsletter?
I did try with this but image doesn't go.
<cfmail from="yogesh@4eztravel.us" to="yogesh@cviagencyinc.com, subject="my
advertisement" type="html">
<cfmailparam contentid="myimage" disposition="Inline"
file="#ExpandPath('128_0189.jpg')#" type="image/jpg">
<!---<img src="128_0189.JPG" />--->
<!---<img src="#contentid#" width="300" height="200"/>---><br />
<table width="800" border="1">
<tr>
<td width="99"></td>
<td width="410">This is test </td>
<td width="269">This is test </td>
</tr>
<tr>
<td> </td>
<td align="left" valign="top"><img src="#contentid#" alt="test"
width="400" height="300" /></td>
<td> </td>
</tr>
<tr>
<td>This is test </td>
<td>This is test </td>
<td>This is test </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</cfmail>
ysurati01 Guest
-
2 page newletter
I am trying to put our 2 page newsletter on our web site. I can save the publication as a web page, but when I make it a hyperlink, only one page of... -
Open Image in 'Kodak Image Edit Control' with web browser.
hi, 1.I want to show a image file of type '.tif' in the browser window; for that I'm writting as ASP code page. 2.This '.tif' type image can be... -
Resizing high res image smaller results in blurred image
Hi there, I have a high res logo in PSD format (around 1500px x 1500px) but when I resize it to around 300px x 300px the resulting image is not... -
How To Browse for an image file and save it to image server folder
I trying to browse for an image file and save it to the server image folder. in other words , upload the picture. I tried html and aspx.net... -
Can I take a small (320x240), blurry image, and make it a clear, large image?
Just wondering if there is an easy way to do this? I'm sure it won't be perfect cause photoshop can only work with what's there, but maybe it can...



Reply With Quote

