

<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 : Length of the page</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>Sat, 21 Nov 2009 10:13:11 +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 : Length of the page</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: Length of the page</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=49136#p49136</link>
				<description><![CDATA[i go to try<br />meanwhile thanks<br />bye<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=18115">Danthon</a> &bull; on Wed Jan 07, 2009 1:47 pm &bull; Replies 2 &bull; Views 192</p><hr />]]></description>
					<content:encoded><![CDATA[i go to try<br />meanwhile thanks<br />bye]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=43"><![CDATA[CSS Forum]]></category>
			<dc:creator><![CDATA[18115]]></dc:creator>
			<dc:date>2009-01-08T21:12:51+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=49136#p49136</guid>
		</item>
			<item>
			<title>Re: Length of the page</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=49123#p49123</link>
				<description><![CDATA[Because every browser has a different default setting for html tags your
page is naturally doomed to look slightly different amongst different
browsers. <br />You can get around this with what is called a CSS Reset.
<br />Possibly the most popular one can be found here:<br
/>"http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/"
onclick="this.target='_blank';" rel="nofollow"<br /><br />When you link to
your CSS, first link to the CSS RESET. It will wipe the defaults of the
user's browser and give you full control over how your website will be
displayed. <br /><br />There is a catch. You will have to start using CSS
to define things like Line-height:; and add padding to almost everything
such as in tables.<br />There are many new CSS commands to use because
normally Browser defaults are acceptable.<br /><br />However it is wel
worth doing if you really want the unity.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=12894">dflynn</a> &bull; on Wed Jan 07, 2009 1:47 pm &bull; Replies 2 &bull; Views 192</p><hr />]]></description>
					<content:encoded><![CDATA[Because every browser has a different default setting for html tags your
page is naturally doomed to look slightly different amongst different
browsers. <br />You can get around this with what is called a CSS Reset.
<br />Possibly the most popular one can be found here:<br
/>"http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/"
onclick="this.target='_blank';" rel="nofollow"<br /><br />When you link to
your CSS, first link to the CSS RESET. It will wipe the defaults of the
user's browser and give you full control over how your website will be
displayed. <br /><br />There is a catch. You will have to start using CSS
to define things like Line-height:; and add padding to almost everything
such as in tables.<br />There are many new CSS commands to use because
normally Browser defaults are acceptable.<br /><br />However it is wel
worth doing if you really want the unity.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=43"><![CDATA[CSS Forum]]></category>
			<dc:creator><![CDATA[12894]]></dc:creator>
			<dc:date>2009-01-08T06:27:22+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=49123#p49123</guid>
		</item>
			<item>
			<title>Length of the page</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=49088#p49088</link>
				<description><![CDATA[  After some years form the creation of my internet site I have decided to
correct a little paging problem that i left unresolved for a lot of time
(one time it wasn't so important...).<br /><br />The site is created in
xhtml e css and the problem is to equalize the length of the page
(pratically the height) for all the browser, to better manage the space for
the advertising banner.<br /><br />I have tried to divide the page in
variuos div setting the various heights with height and  min-height but I
can't make it uniform for a problem of the paypal cart code, I think.<br
/><br />I have tried to insert the central column in a table setting the
height of the td but the problem stay.<br /><br />For better understaning
the problem I inserted an adsense banner on the right: if you open the page
with firefox and then with explorer you will see that the end of this
banner finish next to a different text line in the central column, and this
make me difficult to manage the space in the bottom.<br /><br />If you can
help me to get, pace after pace,...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=18115">Danthon</a> &bull; on Wed Jan 07, 2009 1:47 pm &bull; Replies 2 &bull; Views 192</p><hr />]]></description>
					<content:encoded><![CDATA[  After some years form the creation of my internet site I have decided to
correct a little paging problem that i left unresolved for a lot of time
(one time it wasn't so important...).<br /><br />The site is created in
xhtml e css and the problem is to equalize the length of the page
(pratically the height) for all the browser, to better manage the space for
the advertising banner.<br /><br />I have tried to divide the page in
variuos div setting the various heights with height and  min-height but I
can't make it uniform for a problem of the paypal cart code, I think.<br
/><br />I have tried to insert the central column in a table setting the
height of the td but the problem stay.<br /><br />For better understaning
the problem I inserted an adsense banner on the right: if you open the page
with firefox and then with explorer you will see that the end of this
banner finish next to a different text line in the central column, and this
make me difficult to manage the space in the bottom.<br /><br />If you can
help me to get, pace after pace,...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=43"><![CDATA[CSS Forum]]></category>
			<dc:creator><![CDATA[18115]]></dc:creator>
			<dc:date>2009-01-07T12:47:26+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=49088#p49088</guid>
		</item>
	
	</channel>
</rss>