<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How can i turn a.jpeg image into a html code?</title>
	<atom:link href="http://templates.emailonlinenewsletter.com/2009/05/how-can-i-turn-ajpeg-image-into-a-html-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://templates.emailonlinenewsletter.com/2009/05/how-can-i-turn-ajpeg-image-into-a-html-code/</link>
	<description>How to create newsletter templates</description>
	<lastBuildDate>Sun, 23 Jan 2011 21:33:17 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jts_systems</title>
		<link>http://templates.emailonlinenewsletter.com/2009/05/how-can-i-turn-ajpeg-image-into-a-html-code/comment-page-1/#comment-115</link>
		<dc:creator>jts_systems</dc:creator>
		<pubDate>Tue, 26 May 2009 14:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://templates.emailonlinenewsletter.com/2009/05/how-can-i-turn-ajpeg-image-into-a-html-code/#comment-115</guid>
		<description>&gt; Upload your contacts
&gt; Build your flier, copy it as best you can and save
&gt; Use your flier every time you need to send out a newsletter and just edit text. 

Awesome program that tracks if people click to your website through the email and who joins your list, and who leaves. Also has email notifications for the new/leaving people. No HTML coding hasstle. But you DO have to host your images somewhere if you have alot. Then in the flier builder, it will ask you for the URL, which you paste in and then you can resize it.</description>
		<content:encoded><![CDATA[<p>> Upload your contacts<br />
> Build your flier, copy it as best you can and save<br />
> Use your flier every time you need to send out a newsletter and just edit text. </p>
<p>Awesome program that tracks if people click to your website through the email and who joins your list, and who leaves. Also has email notifications for the new/leaving people. No HTML coding hasstle. But you DO have to host your images somewhere if you have alot. Then in the flier builder, it will ask you for the URL, which you paste in and then you can resize it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: get2udaynow</title>
		<link>http://templates.emailonlinenewsletter.com/2009/05/how-can-i-turn-ajpeg-image-into-a-html-code/comment-page-1/#comment-114</link>
		<dc:creator>get2udaynow</dc:creator>
		<pubDate>Sun, 24 May 2009 13:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://templates.emailonlinenewsletter.com/2009/05/how-can-i-turn-ajpeg-image-into-a-html-code/#comment-114</guid>
		<description>Ok..its simple...

1.Open that image in Photoshop

2. divide it in small parts using Slice tool

3. save for web  

4. select save type &quot;HTML and images&quot; and give HTML page name

6.and save it inside a folder

7. now you will see one image folder and one HTML file inside your saved folder.

8. just open that file in Dreamweaver and create one similar new page (using table or div) and put your images or use as background images inside table(td) or Div...

9. save as html file 

10. just your work is done...</description>
		<content:encoded><![CDATA[<p>Ok..its simple&#8230;</p>
<p>1.Open that image in Photoshop</p>
<p>2. divide it in small parts using Slice tool</p>
<p>3. save for web  </p>
<p>4. select save type &#8220;HTML and images&#8221; and give HTML page name</p>
<p>6.and save it inside a folder</p>
<p>7. now you will see one image folder and one HTML file inside your saved folder.</p>
<p>8. just open that file in Dreamweaver and create one similar new page (using table or div) and put your images or use as background images inside table(td) or Div&#8230;</p>
<p>9. save as html file </p>
<p>10. just your work is done&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhavalshah</title>
		<link>http://templates.emailonlinenewsletter.com/2009/05/how-can-i-turn-ajpeg-image-into-a-html-code/comment-page-1/#comment-113</link>
		<dc:creator>dhavalshah</dc:creator>
		<pubDate>Fri, 22 May 2009 09:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://templates.emailonlinenewsletter.com/2009/05/how-can-i-turn-ajpeg-image-into-a-html-code/#comment-113</guid>
		<description>&gt; Go to Photoshop 
&gt; Use Slice tool make different slice as per your requirement.
&gt; Give link, alt tag  in to the same slice window.
&gt; go to file &gt; save for web &gt; save with html and Images 
&gt; it will immediately show you html of your jpeg including Links  

&gt; its done 


Usually My Process  
I can slice it up to get my images, logos, background images, etc. 
then being the coding process by coding out all of the framework in an xhtml document. I typically use Dreamweaver. Once I have the initial framework coded out, I then begin my CSS coding and putting some life to that xhtml code that I have created. Once I have the CSS and the xhtml code, I can build the complete site and fine tune the design to my liking.

But I think dont use css because External css is not supportive for Newsletter , hope you understand &gt; all images are coming from the server ... and so and so...problems you will get if u use external css ...</description>
		<content:encoded><![CDATA[<p>> Go to Photoshop<br />
> Use Slice tool make different slice as per your requirement.<br />
> Give link, alt tag  in to the same slice window.<br />
> go to file > save for web > save with html and Images<br />
> it will immediately show you html of your jpeg including Links  </p>
<p>> its done </p>
<p>Usually My Process<br />
I can slice it up to get my images, logos, background images, etc.<br />
then being the coding process by coding out all of the framework in an xhtml document. I typically use Dreamweaver. Once I have the initial framework coded out, I then begin my CSS coding and putting some life to that xhtml code that I have created. Once I have the CSS and the xhtml code, I can build the complete site and fine tune the design to my liking.</p>
<p>But I think dont use css because External css is not supportive for Newsletter , hope you understand > all images are coming from the server &#8230; and so and so&#8230;problems you will get if u use external css &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy T</title>
		<link>http://templates.emailonlinenewsletter.com/2009/05/how-can-i-turn-ajpeg-image-into-a-html-code/comment-page-1/#comment-112</link>
		<dc:creator>Jeremy T</dc:creator>
		<pubDate>Wed, 20 May 2009 11:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://templates.emailonlinenewsletter.com/2009/05/how-can-i-turn-ajpeg-image-into-a-html-code/#comment-112</guid>
		<description>html cannot contain images.  Images must be stored as seperate files.  The html just links to them.  I&#039;m not sure how this will affect your newsletter.  If its being hosted as a webpage store the .jpgs in the same folder and the .html, and run through a basic html tutorial online to find out how to link images.

If its through email, just create the email like normal and i think you web client will convert it to html.</description>
		<content:encoded><![CDATA[<p>html cannot contain images.  Images must be stored as seperate files.  The html just links to them.  I&#8217;m not sure how this will affect your newsletter.  If its being hosted as a webpage store the .jpgs in the same folder and the .html, and run through a basic html tutorial online to find out how to link images.</p>
<p>If its through email, just create the email like normal and i think you web client will convert it to html.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

