<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1026281" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1026281</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/adding-footer-w-css#comment-1158721</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Busy wrote:&lt;/strong&gt; you have  you need  as a minimum&lt;/p&gt;
&lt;p&gt;you could also put the id=&quot;footer&quot; into a td cell if wanted. probably perfered as you have a set width table and aligning the footer image (HTML vs CSS) could be tricky in larger screen sizes.&lt;/p&gt;
&lt;p&gt;In CSS #footer and .footer mean two different things.&lt;br /&gt;
a # indicates an id - can be used only once&lt;br /&gt;
a . indicates a class - can be used over again&lt;/p&gt;
&lt;p&gt;in HTML #footer is a link anchor (link within section of a page) &lt;a href=&quot;#footer&quot;&gt;go to the footer&lt;/a&gt; ..... &lt;a name=&quot;footer&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I tried just id=&quot;footer&quot; first.  i haven&#039;t tried putting id=footer into a td cell yet.&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 Sep 2004 13:49:08 +0000</pubDate>
 <dc:creator>Script</dc:creator>
 <guid isPermaLink="false">comment 1158721 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/adding-footer-w-css#comment-1158711</link>
    <description> &lt;p&gt;you have  you need  as a minimum&lt;/p&gt;
&lt;p&gt;you could also put the id=&quot;footer&quot; into a td cell if wanted. probably perfered as you have a set width table and aligning the footer image (HTML vs CSS) could be tricky in larger screen sizes.&lt;/p&gt;
&lt;p&gt;In CSS #footer and .footer mean two different things.&lt;br /&gt;
a # indicates an id - can be used only once&lt;br /&gt;
a . indicates a class - can be used over again&lt;/p&gt;
&lt;p&gt;in HTML #footer is a link anchor (link within section of a page) &lt;a href=&quot;#footer&quot;&gt;go to the footer&lt;/a&gt; ..... &lt;a name=&quot;footer&quot;&gt;&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 Sep 2004 10:55:42 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1158711 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/adding-footer-w-css#comment-1158697</link>
    <description> &lt;p&gt;well, didn&#039;t work.  i guess i will either not have a footer or need to reslice my layout so that I can do this in effect w/ tables.  Unless you got any other ideas.&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 Sep 2004 00:45:07 +0000</pubDate>
 <dc:creator>Script</dc:creator>
 <guid isPermaLink="false">comment 1158697 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/adding-footer-w-css#comment-1158682</link>
    <description> &lt;p&gt;you have declared your footer in your .css file but not on the actual page.&lt;/p&gt;
&lt;p&gt;you need something like .... above the&lt;/p&gt;
 </description>
     <pubDate>Sun, 12 Sep 2004 23:04:47 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1158682 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/adding-footer-w-css#comment-1158665</link>
    <description> &lt;p&gt;Ok, i tried that code they gave and I can&#039;t get it to work.  I just made a css.css, pasted that code in there, and changed the bg color to background url.&lt;/p&gt;
&lt;p&gt;here is my stylesheet page &lt;a href=&quot;http://www.thepackage.org/i/css.css&quot; class=&quot;bb-url&quot;&gt;http://www.thepackage.org/i/css.css&lt;/a&gt;&lt;br /&gt;
here is a link to the page again: &lt;a href=&quot;http://www.thepackage.org/i/&quot; class=&quot;bb-url&quot;&gt;http://www.thepackage.org/i/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;i don&#039;t think i can use tables b/c the tables on the sides would have to be taller than the content box in the middle.&lt;/p&gt;
 </description>
     <pubDate>Sun, 12 Sep 2004 15:59:50 +0000</pubDate>
 <dc:creator>Script</dc:creator>
 <guid isPermaLink="false">comment 1158665 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/adding-footer-w-css#comment-1158646</link>
    <description> &lt;p&gt;use the .css sheet the demo gives you, replace the background-color: #ccffcc; with the CSS background image code.&lt;/p&gt;
&lt;p&gt;The best way to learn is to try and fail, is way better than getting it first time or other people doing it for you. when you fail you learn from your mistakes, when you fluke it you learn nothing.&lt;/p&gt;
&lt;p&gt;Try work it out, if you can&#039;t no worries just post back here with some code and we can show you where you&#039;ve gone wrong.&lt;/p&gt;
&lt;p&gt;Everyday is a learning day &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
** I learnt today that you shouldn&#039;t just rip the space bar key out of your keyboard to clean it when you spill something on it - it breaks the tabs and becomes only usable from the center of the key - DOH**&lt;/p&gt;
&lt;p&gt;[an after thought]&lt;br /&gt;
In this case your probably better off using tables for this, your trying to force the footer to the bottom of the page without content, so pages with little to no content will be very blank and look unfinished. I can only see your site with 800x600 but on big screens it must look empty.&lt;br /&gt;
This is just an opinion, but I&#039;d do it something like:&lt;/p&gt;
&lt;p&gt;    top section&lt;/p&gt;
&lt;p&gt;    left side - left background set in td&lt;br /&gt;
    content section&lt;br /&gt;
    right side - right background set in td&lt;/p&gt;
&lt;p&gt;    footer section&lt;/p&gt;
&lt;p&gt;This way the page will expand and contact to your content height and the side images being backgrounds will go with it. instead of using background= you could use CSS until you got the nack of CSS (style=&quot;....&quot; or class=&quot;...&quot;)&lt;br /&gt;
downfall to this basic method is if the page is really long, in this case we place the image in the left and right td cells (valign=&quot;top&quot;) and just use a pipe type background on each side. This method is reallly simple yet fools so many people - they ponder &quot;how did he do that?&quot;&lt;br /&gt;
[end after thought]&lt;/p&gt;
 </description>
     <pubDate>Sun, 12 Sep 2004 11:43:06 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1158646 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
