<?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"
	>
<channel>
	<title>Comments on: HOW TO: Creating web pages in Telugu (Windows XP)</title>
	<atom:link href="http://crossroads.koodali.org/2008/04/21/how-to-creating-web-pages-in-telugu-windows-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://crossroads.koodali.org/2008/04/21/how-to-creating-web-pages-in-telugu-windows-xp/</link>
	<description>All about Telugu on the Web, in English</description>
	<pubDate>Thu, 28 Aug 2008 23:33:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Sandeep</title>
		<link>http://crossroads.koodali.org/2008/04/21/how-to-creating-web-pages-in-telugu-windows-xp/#comment-6004</link>
		<dc:creator>Sandeep</dc:creator>
		<pubDate>Thu, 21 Aug 2008 10:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://crossroads.koodali.org/?p=29#comment-6004</guid>
		<description>woww... fantasticc :kisses for U:
thanks brother i got it, i followed second method.
I believe that its the best and easy 1 naa..</description>
		<content:encoded><![CDATA[<p>woww&#8230; fantasticc :kisses for U:<br />
thanks brother i got it, i followed second method.<br />
I believe that its the best and easy 1 naa..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veeven</title>
		<link>http://crossroads.koodali.org/2008/04/21/how-to-creating-web-pages-in-telugu-windows-xp/#comment-6000</link>
		<dc:creator>Veeven</dc:creator>
		<pubDate>Thu, 21 Aug 2008 05:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://crossroads.koodali.org/?p=29#comment-6000</guid>
		<description>@Sandeep, 

I think you have copy-pasted the quotes. Type them and see. (Because, the quotes in this posts are inverted quotes.)

Or, try the second method (file name: telugu-test.html and save as type: All Files). So as to not cause any confusion, I changed the steps in the post to second method.</description>
		<content:encoded><![CDATA[<p>@Sandeep, </p>
<p>I think you have copy-pasted the quotes. Type them and see. (Because, the quotes in this posts are inverted quotes.)</p>
<p>Or, try the second method (file name: telugu-test.html and save as type: All Files). So as to not cause any confusion, I changed the steps in the post to second method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandeep</title>
		<link>http://crossroads.koodali.org/2008/04/21/how-to-creating-web-pages-in-telugu-windows-xp/#comment-5999</link>
		<dc:creator>Sandeep</dc:creator>
		<pubDate>Thu, 21 Aug 2008 04:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://crossroads.koodali.org/?p=29#comment-5999</guid>
		<description>Thanks for the immediate reply friend. First i saved the file notepad file like this “telugu-test.html”. But when i browse this its showing like this (“telugu-test.html”.txt) as per your information it should show like this naa (telugu-test.html). I think my problem not solved</description>
		<content:encoded><![CDATA[<p>Thanks for the immediate reply friend. First i saved the file notepad file like this “telugu-test.html”. But when i browse this its showing like this (“telugu-test.html”.txt) as per your information it should show like this naa (telugu-test.html). I think my problem not solved</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veeven</title>
		<link>http://crossroads.koodali.org/2008/04/21/how-to-creating-web-pages-in-telugu-windows-xp/#comment-5996</link>
		<dc:creator>Veeven</dc:creator>
		<pubDate>Thu, 21 Aug 2008 01:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://crossroads.koodali.org/?p=29#comment-5996</guid>
		<description>@Sandeep

When you create a file with name &lt;strong&gt;"telugu-test.html"&lt;/strong&gt; in notepad, the file gets saved as &lt;strong&gt;telugu-test.html&lt;/strong&gt;. If you do not use quotes around your file name in the Save dialog, the file gets saved as &lt;strong&gt;telugu-test.html.txt&lt;/strong&gt;. To have .html as file extension with Notepad, either you use quotes in file name field, or you can select "All files" from the file type drop down. So after you upload this file to your website you can point it like &lt;code style='color:green;'&gt;http://example.com/telugu-test.html&lt;/code&gt;.

On coloring and sizing: you cannot apply colors and sizes in the notepad itself. But, you can specify colors and other style with &lt;abbr title='Cascading Style Sheets'&gt;CSS&lt;/abbr&gt;. For example, in the &lt;code&gt;&#60;head&#62;&lt;/code&gt; section, you can use the following code to get the heading of the page in color:

&lt;pre&gt;
&#60;style&#62;
        h1 { color: green; }
&#60;/style&#62;
&lt;/pre&gt;

Let me know how that works out and if you have further questions.</description>
		<content:encoded><![CDATA[<p>@Sandeep</p>
<p>When you create a file with name <strong>&#8220;telugu-test.html&#8221;</strong> in notepad, the file gets saved as <strong>telugu-test.html</strong>. If you do not use quotes around your file name in the Save dialog, the file gets saved as <strong>telugu-test.html.txt</strong>. To have .html as file extension with Notepad, either you use quotes in file name field, or you can select &#8220;All files&#8221; from the file type drop down. So after you upload this file to your website you can point it like <code style='color:green;'><a href="http://example.com/telugu-test.html" rel="nofollow">http://example.com/telugu-test.html</a></code>.</p>
<p>On coloring and sizing: you cannot apply colors and sizes in the notepad itself. But, you can specify colors and other style with <abbr title='Cascading Style Sheets'>CSS</abbr>. For example, in the <code>&lt;head&gt;</code> section, you can use the following code to get the heading of the page in color:</p>
<pre>
&lt;style&gt;
        h1 { color: green; }
&lt;/style&gt;
</pre>
<p>Let me know how that works out and if you have further questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandeep</title>
		<link>http://crossroads.koodali.org/2008/04/21/how-to-creating-web-pages-in-telugu-windows-xp/#comment-5989</link>
		<dc:creator>Sandeep</dc:creator>
		<pubDate>Wed, 20 Aug 2008 15:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://crossroads.koodali.org/?p=29#comment-5989</guid>
		<description>thanks for the information friend..
but can u explain me how to call that file in web (http://www.example.com/“telugu-test.html”.txt) is there anyother way that users can see the content inside a html page (http://www.example.com/index.html) by calling the text file like that... and also can we apply colors and sizes to the text in notepad. I will be so happy if i get any solution from U, please its urgent and very usefull to me not me all telugu lovers...</description>
		<content:encoded><![CDATA[<p>thanks for the information friend..<br />
but can u explain me how to call that file in web (http://www.example.com/“telugu-test.html”.txt) is there anyother way that users can see the content inside a html page (http://www.example.com/index.html) by calling the text file like that&#8230; and also can we apply colors and sizes to the text in notepad. I will be so happy if i get any solution from U, please its urgent and very usefull to me not me all telugu lovers&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.469 seconds -->
