<?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>Vivek&#039;s Blog &#187; css</title>
	<atom:link href="http://www.khokhar.info/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.khokhar.info</link>
	<description>Opensource, Coding, Products and Life</description>
	<lastBuildDate>Fri, 30 Jul 2010 03:29:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Form tag &amp; Extra Vertical Space Problem</title>
		<link>http://www.khokhar.info/2007/06/01/form-tag-extra-vertical-space-problem/</link>
		<comments>http://www.khokhar.info/2007/06/01/form-tag-extra-vertical-space-problem/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 11:48:05 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://khokhar.info/2007/06/01/form-tag-extra-vertical-space-problem/</guid>
		<description><![CDATA[Fix: form style=&#8221;margin-top: 0px;margin-bottom: 0px;&#8221;]]></description>
		<wfw:commentRss>http://www.khokhar.info/2007/06/01/form-tag-extra-vertical-space-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>textbox image alignment problem</title>
		<link>http://www.khokhar.info/2007/04/19/textbox-image-alignment-problem/</link>
		<comments>http://www.khokhar.info/2007/04/19/textbox-image-alignment-problem/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 08:40:20 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://khokhar.info/2007/04/19/textbox-image-alignment-problem/</guid>
		<description><![CDATA[Problem: [code] text_field(:member, :dob,:size=>"20", :maxlength => "50",:tabindex=>"22") img_tag [/code] Fix: [code] text_field(:member, :dob,:size=>"20", :maxlength => "50",:tabindex=>"22") img_tag {:style="position:absolute"} [/code]]]></description>
		<wfw:commentRss>http://www.khokhar.info/2007/04/19/textbox-image-alignment-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Page Breaks</title>
		<link>http://www.khokhar.info/2006/10/09/html-page-breaks/</link>
		<comments>http://www.khokhar.info/2006/10/09/html-page-breaks/#comments</comments>
		<pubDate>Mon, 09 Oct 2006 11:13:19 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://khokhar.info/2006/10/09/html-page-breaks/</guid>
		<description><![CDATA[@media print { .pagestart { page-break-before: always; } } This is on page 1. This is on page 2. Or you can pick a tag where you want the page to break. In this example I used the H3 tag In the header add this line H3 { PAGE-BREAK-BEFORE: always } Wherever the is in [...]]]></description>
		<wfw:commentRss>http://www.khokhar.info/2006/10/09/html-page-breaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
