

<rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		
	<channel>
		<title>RSS Feeds :: DEVPPL - Forums > CSS Forum : Topics : One column centered  but text overflow</title>
	<!--<atom:link href="http://www.devppl.com/forum" rel="self" type="application/rss+xml" />-->
		<description>TOGETHER WE ARE THE BEST</description>
		<link>http://www.devppl.com/forum</link>
		<language>en-gb</language>
		<pubDate>Tue, 17 Aug 2004 14:07:13 +0100</pubDate>
		<lastBuildDate>Mon, 23 Nov 2009 16:29:15 +0000</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MSSTI v0.0.1 - (C) 2008 leviatan21 - http://www.mssti.com/</generator>
		<copyright>Copyright : (c) RSS Feeds :: DEVPPL - Tue, 17 Aug 2004 14:07:13 +0100</copyright>
		<dc:creator>webmaster@devppl.com (DEVPPL)</dc:creator>

		<image>
			<title>RSS Feeds :: DEVPPL - Forums > CSS Forum : Topics : One column centered  but text overflow</title>
			<url>http://www.devppl.com/forum/styles/DEVPPL/imageset/site_logo.gif</url>
			<link>http://www.devppl.com/forum</link>
		</image>
		<ttl>60</ttl>
		
		<item>
			<title>Re: One column centered  but text overflow</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=50377#p50377</link>
				<description><![CDATA[Looks fine on IE at my end. Please elaborate a little further.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=15155">rangana</a> &bull; on Wed Aug 13, 2008 7:47 am &bull; Replies 2 &bull; Views 754</p><hr />]]></description>
					<content:encoded><![CDATA[Looks fine on IE at my end. Please elaborate a little further.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=43"><![CDATA[CSS Forum]]></category>
			<dc:creator><![CDATA[15155]]></dc:creator>
			<dc:date>2009-03-07T00:50:11+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=50377#p50377</guid>
		</item>
			<item>
			<title>Re: One column centered  but text overflow</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=50372#p50372</link>
				<description><![CDATA[What browser is doing this (it's going to be Internet Explorer 7 or below I
bet...).<br /><br />I just used your code and it is fine with FF3.<br /><br
/>By the way, you don't need to specify margins as Zero in each div as you
done because you have already declared them to be zero via the global
command (*).<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=22999">X-Bumble</a> &bull; on Wed Aug 13, 2008 7:47 am &bull; Replies 2 &bull; Views 754</p><hr />]]></description>
					<content:encoded><![CDATA[What browser is doing this (it's going to be Internet Explorer 7 or below I
bet...).<br /><br />I just used your code and it is fine with FF3.<br /><br
/>By the way, you don't need to specify margins as Zero in each div as you
done because you have already declared them to be zero via the global
command (*).]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=43"><![CDATA[CSS Forum]]></category>
			<dc:creator><![CDATA[22999]]></dc:creator>
			<dc:date>2009-03-06T19:49:50+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=50372#p50372</guid>
		</item>
			<item>
			<title>One column centered  but text overflow</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=45215#p45215</link>
				<description><![CDATA[ hello
<br />I am trying to do a simple one column page with three divs all same
width under each other
<br />But if I put in more text into the 'content' div, it overflows onto
the right space and is not contained within the div
<br />what am i doing wrong ? here is the code
<br />
<br /><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
<br />"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<br /><html xmlns="http://www.w3.org/1999/xhtml">
<br /><head>
<br />
<br /><meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<br /><title>alo consulting</title> 
<br /><style type="text/css">
<br />* { padding: 0; margin: 0;}
<br />
<br />body { 
<br />font-family: arial, sans-serif; 
<br />font-size: 1.0em;
<br />color: #00ffaa; 
<br />background: #00f0f2;
<br />}
<br />
<br />#wrapper {
<br />margin: 0 auto;
<br />width: 800px;
<br />background: #ffffff url(images/bg.gif);
<br />background-repeat-y; 
<br />}
<br />
<br />#phone {
<br />width: 800px;
<br />padding: 10px;
<br />height: 100px;
<br />margin: 0px 0px 0px 0px;
<br />background: #a3a3a3;
<br />}
<br />
<br />#logo {
<br />width:800px;
<br />padding:...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=10746">Albert1955</a> &bull; on Wed Aug 13, 2008 7:47 am &bull; Replies 2 &bull; Views 754</p><hr />]]></description>
					<content:encoded><![CDATA[ hello
<br />I am trying to do a simple one column page with three divs all same
width under each other
<br />But if I put in more text into the 'content' div, it overflows onto
the right space and is not contained within the div
<br />what am i doing wrong ? here is the code
<br />
<br /><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
<br />"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<br /><html xmlns="http://www.w3.org/1999/xhtml">
<br /><head>
<br />
<br /><meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<br /><title>alo consulting</title> 
<br /><style type="text/css">
<br />* { padding: 0; margin: 0;}
<br />
<br />body { 
<br />font-family: arial, sans-serif; 
<br />font-size: 1.0em;
<br />color: #00ffaa; 
<br />background: #00f0f2;
<br />}
<br />
<br />#wrapper {
<br />margin: 0 auto;
<br />width: 800px;
<br />background: #ffffff url(images/bg.gif);
<br />background-repeat-y; 
<br />}
<br />
<br />#phone {
<br />width: 800px;
<br />padding: 10px;
<br />height: 100px;
<br />margin: 0px 0px 0px 0px;
<br />background: #a3a3a3;
<br />}
<br />
<br />#logo {
<br />width:800px;
<br />padding:...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=43"><![CDATA[CSS Forum]]></category>
			<dc:creator><![CDATA[10746]]></dc:creator>
			<dc:date>2008-08-13T07:47:06+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=45215#p45215</guid>
		</item>
	
	</channel>
</rss>