<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Life and Living &#187; HTML</title>
	<atom:link href="http://www.lifenlivin.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifenlivin.com</link>
	<description>Destroyed in the horizon.</description>
	<lastBuildDate>Fri, 03 Sep 2010 14:11:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML frameset problem</title>
		<link>http://www.lifenlivin.com/2009/08/html-frameset-problem/</link>
		<comments>http://www.lifenlivin.com/2009/08/html-frameset-problem/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 08:01:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[frameset]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://www.lifenlivin.com/?p=46</guid>
		<description><![CDATA[Today I have tried HTML frameset in one of my site under construction. I put the whole frameset tag in the the html body. The problem is that the code is not running the frameset part. I go to w3schools again where I had learnt HTML two years ago. And saw the HTML frameset example. [...]]]></description>
			<content:encoded><![CDATA[<p>Today I have tried HTML frameset in one of my site under construction. I put the whole frameset tag in the the html body. The problem is that the code is not running the frameset part. I go to <a href="http://www.w3schools.com/html/html_frames.asp" target="_blank">w3schools</a> again where I had learnt HTML two years ago. And saw the HTML frameset example. They have no body  or head in their code. They have only html tag, frameset tag and frame tag. I copied their code and run in my local host, it ran. I observed their code again and again. Finally I got that frameset tag should not be inside body tag. It is a separate tag just like body or head. That is why my code was not running. When I put frameset tag beside head tag and inside html tag it ran.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-6403870123738893";
google_ad_slot = "6711103102";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
So If you use frameset tag, try to follow the format.</p>
<p>&lt;html&gt;</p>
<p>&lt;head&gt;&lt;title&gt;Mew&lt;/title&gt;&lt;/head&gt;</p>
<p>&lt;frameset cols=&#8221;50%,50%&#8221;&gt;</p>
<p>&lt;frame src=&#8221;a.htm&#8221;&gt;</p>
<p>&lt;frame src=&#8221;b.htm&#8221;&gt;</p>
<p>&lt;/frameset&gt;</p>
<p>&lt;/html&gt;</p>
<p>You do not need a body tag here, because body tags are defined already in the frame source. This was my fault: I put frameset inside body tag.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifenlivin.com/2009/08/html-frameset-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<script type="text/javascript">var infolink_pid = 35265;</script>
<script type="text/javascript" src="http://resources.infolinks.com/js/infolinks_main.js"></script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
try {
_uacct = "UA-4832193-1";
urchinTracker();
} catch(err) {}</script>

