<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
	<title>Head First HTML</title>
	<description><![CDATA[O'Reilly's Head First HTML book forum]]></description>
	<link>http://forums.oreilly.com/index.php</link>
	<pubDate>Fri, 20 Nov 2009 17:34:44 -0500</pubDate>
	<ttl>120</ttl>
	<image>
		<title>Head First HTML</title>
		<url>http://oreilly.com/catalog/covers/9780596101978_bkt.gif</url>
		<link>http://forums.oreilly.com/index.php</link>
	</image>
	<item>
		<title>Table Within List</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5594</link>
		<description><![CDATA[Ok, I made a list and inbetween my list i've entered a table and then continued on with my list, the table has the &lt;li&gt; &lt;/li&gt; tags around it.<br /><br />when i run it , the table shows up with some form, but it is not enclosed by cells or boxes, just text.<br /><br />anyone no what i may have done wrong? <img src="http://forums.oreilly.com/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> <br /><br />Here is my table within the list.<br /><br />&lt;ol&gt;<br />      &lt;li&gt;A legally pocketed ball entitles a shooter to continue at the table until he fails to<br />      legally pocket a called ball on a shot. A player may shoot any ball, but before the shot,<br />      must designate the called ball and called pocket. Details such as kisses, caroms,<br />      combinations or cushions (all of which are legal) need not be indicated. Any additionally<br />      pocketed ball(s) on a legal stroke is scored as one point for the shooter.<br />      &lt;/li&gt;<br />      &lt;li&gt;On all shots, a player must cause the cue ball to contact an object ball and then (1)<br />      pocket a numbered ball, or (2) cause the cue ball or any numbered ball to contact a cushion.<br />      Failure to meet these requirements is a foul.<br />      &lt;/li&gt;<br />      &lt;li&gt;When the 14th ball of a rack is pocketed, play stops momentarily with the 15th ball<br />      remaining in position on the table; the 14 pocketed balls are then racked (with the space at<br />      the foot spot vacant in the triangle). Player then continues, normally pocketing the 15th (or<br />      “break” ball) in such a manner as to have the cue ball carom into the rack and spread the<br />      balls to facilitate the continuance of his run. However, player is not compelled to shoot the<br />      15th ball; he may shoot any ball he desires. See Diagram 22 if the 15th ball is pocketed on<br />      the same stroke as the 14th ball.<br />      &lt;/li&gt;<br />      &lt;li&gt;<br />        &lt;table&gt;<br />          &lt;tr&gt;<br />            &lt;th&gt;&lt;/th&gt;<br />            &lt;th&gt;<br />              Cue Ball Lies<br />            &lt;/th&gt;<br />            &lt;th&gt;&lt;/th&gt;<br />            &lt;th&gt;&lt;/th&gt;<br />          &lt;/tr&gt;<br />          &lt;tr&gt;<br />            &lt;th&gt;<br />              15th Ball Lies<br />            &lt;/th&gt;<br />            &lt;th&gt;<br />              In The Rack<br />            &lt;/th&gt;<br />            &lt;th&gt;<br />              Not In The Rack And Not On The Head Spot*<br />            &lt;/th&gt;<br />            &lt;th&gt;<br />              On The Head Spot*<br />            &lt;/th&gt;<br />          &lt;/tr&gt;<br />          &lt;tr&gt;<br />            &lt;th&gt;<br />              In The Rack<br />            &lt;/th&gt;<br />            &lt;td&gt;<br />              &lt;p&gt;<br />                15th ball: foot spot<br />              &lt;/p&gt;<br />              &lt;p&gt;<br />                Cue Ball: in kitchen<br />              &lt;/p&gt;<br />            &lt;/td&gt;<br />            &lt;td&gt;<br />              &lt;p&gt;<br />                15th ball: head spot<br />              &lt;/p&gt;<br />              &lt;p&gt;<br />                Cue Ball: in position<br />              &lt;/p&gt;<br />            &lt;/td&gt;<br />            &lt;td&gt;<br />              &lt;p&gt;<br />                15th ball: center spot<br />              &lt;/p&gt;<br />              &lt;p&gt;<br />                Cue Ball: in position<br />              &lt;/p&gt;<br />            &lt;/td&gt;<br />          &lt;/tr&gt;<br />          &lt;tr&gt;<br />            &lt;th&gt;<br />              Pocketed<br />            &lt;/th&gt;<br />            &lt;td&gt;<br />              &lt;p&gt;<br />                15th ball: foot spot<br />              &lt;/p&gt;<br />              &lt;p&gt;<br />                Cue Ball: in kitchen<br />              &lt;/p&gt;<br />            &lt;/td&gt;<br />            &lt;td&gt;<br />              &lt;p&gt;<br />                15th ball: foot spot<br />              &lt;/p&gt;<br />              &lt;p&gt;<br />                Cue Ball: in position<br />              &lt;/p&gt;<br />            &lt;/td&gt;<br />          &lt;/tr&gt;<br />          &lt;tr&gt;<br />            &lt;th&gt;<br />              Behind Head String, But Not On Head Spot<br />            &lt;/th&gt;<br />            &lt;td&gt;<br />              &lt;p&gt;<br />                15th ball: in position<br />              &lt;/p&gt;<br />              &lt;p&gt;<br />                Cue Ball: head spot<br />              &lt;/p&gt;<br />            &lt;/td&gt;<br />            &lt;td&gt;&lt;/td&gt;<br />            &lt;td&gt;&lt;/td&gt;<br />          &lt;/tr&gt;<br />          &lt;tr&gt;<br />            &lt;th&gt;<br />              Not Behind Head String, And Not In The Rack<br />            &lt;/th&gt;<br />            &lt;td&gt;<br />              &lt;p&gt;<br />                15th ball: in position<br />              &lt;/p&gt;<br />              &lt;p&gt;<br />                Cue Ball: in kitchen<br />              &lt;/p&gt;<br />            &lt;/td&gt;<br />            &lt;td&gt;&lt;/td&gt;<br />            &lt;td&gt;&lt;/td&gt;<br />          &lt;/tr&gt;<br />          &lt;tr&gt;<br />            &lt;th&gt;<br />              On Head Spot<br />            &lt;/th&gt;<br />            &lt;td&gt;<br />              &lt;p&gt;<br />                15th ball: in position<br />              &lt;/p&gt;<br />              &lt;p&gt;<br />                Cue Ball: center spot<br />              &lt;/p&gt;<br />            &lt;/td&gt;<br />            &lt;td&gt;&lt;/td&gt;<br />            &lt;td&gt;<br />              *On spot means to interfere with spotting a ball on the head spot<br />            &lt;/td&gt;<br />          &lt;/tr&gt;<br />        &lt;/table&gt;<br />      &lt;/li&gt;<br />      &lt;li&gt;A player may call a safety rather than an object ball (for defensive purposes). Safety<br />      play is legal, but must comply with all applicable rules. The player’s inning ends when a<br />      safety is played, and pocketed balls are not scored. Any object ball pocketed on a called<br />      safety is spotted.<br />      &lt;/li&gt;<br />      &lt;li&gt;A player may not catch, touch or in any way interfere with a ball as it travels toward a<br />      pocket or the rack area on a shot (to include catching a ball as it enters a pocket by having<br />      a hand in the ball as it enters a pocket by having a hand in the pocket). Doing so is a<br />      special “deliberate foul” and is penalized one point for the foul and an additional 15 point<br />      penalty, for a total of 16 points. The incoming player then has choice of (1) accepting the<br />      table in position with the cue ball in hand behind the head string, or (2) having all 15<br />      balls re-racked and requiring the offending player to shoot under the requirements of the<br />      opening break.<br />      &lt;/li&gt;<br />      &lt;li&gt;If the 15th (un-pocketed) ball of a rack and/or the cue ball interferes with the triangle<br />      being lowered straight down into position for racking, refer to the diagram, which indicates<br />      the proper manner of relocating balls. (The gray boxes are those situations in which there is<br />      no interference, both balls remain in position.)<br />      &lt;/li&gt;<br />      &lt;li&gt;When a player has the cue ball in hand behind the head string (as after a scratch) and<br />      all the object balls are behind the head string, the object ball nearest the head string may<br />      be spotted upon request. If two or more balls are an equal distance from the head string, the<br />      player may designate which of the equidistant balls is to be spotted.<br />      &lt;/li&gt;<br />    &lt;/ol&gt;&lt;br /&gt;]]></description>
		<pubDate>Wed, 18 Nov 2009 13:37:33 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5594</guid>
	</item>
	<item>
		<title>Mixed Up On This Menu Thing</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5577</link>
		<description><![CDATA[I have made a side bar menu which is on my main page index.html and I've also copied this page to have the same layout in all my other pages and to have the same side bar menu, but my question is out to link back and forth to all your pages.<br /><br />When I open the Main page, everything is fine and then I click on one of the menu items to link to another page and things are still good, have new page now and the menu side bar, but now when I click on another page in my menu things get ugly and won't find page, I pretty sure I know why this isn't working but don't know how to set it up correctly.<br /><br />Is there another book I need to read to set this menu thing up?, or have I missed something in my linking operations.<br /><br />This is what my menu looks like on my index.html (main page) and on all other pages I want to link to.<br /><br />&lt;div id="contents"&gt;<br />        &lt;ul&gt;<br />          &lt;li class="cl"&gt;<br />            &lt;a href="pages/ninemine.html" title="all about nine ball"&gt;All Nine Are Mine!!!&lt;/a&gt;<br />          &lt;/li&gt;<br />          &lt;li class="cl"&gt;<br />            &lt;a href="pages/curt.html" title="Can You run this"&gt;Can You Run This?&lt;/a&gt;<br />          &lt;/li&gt;<br />          &lt;li class="cl"&gt;<br />            &lt;a href="pages/chalkt.html" title="All about pool in general"&gt;Chalk Talk&lt;/a&gt;<br />          &lt;/li&gt;<br />          &lt;li class="cl"&gt;<br />            &lt;a href="pages/cuetips.html" title="tips about pool"&gt;Cue Tips&lt;/a&gt;<br />          &lt;/li&gt;<br />          &lt;li class="cl"&gt;<br />            &lt;a href="pages/eight.html" title="All about eight ball"&gt;Eight Ball Corner Pocket&lt;/a&gt;<br />          &lt;/li&gt;<br />          &lt;li class="cl"&gt;<br />            &lt;a href="pages/go.html" title="Name a place to go shoot pool"&gt;Game On&lt;/a&gt;<br />          &lt;/li&gt;&lt!--A place where people can meet and shoot pool.--&gt;<br />          &lt;li class="cl"&gt;<br />            &lt;a href="pages/instruct.html" title="instruction"&gt;Instruction&lt;/a&gt;<br />          &lt;/li&gt;<br />          &lt;li class="cl"&gt;<br />            &lt;a href="pages/ls.html" title="local stars"&gt;Local Stars&lt;/a&gt;<br />          &lt;/li&gt;<br />          &lt;li class="cl"&gt;<br />            &lt;a href="pages/lwbit.html" title="pro players in town"&gt;Look Who's Back In Town&lt;/a&gt;<br />          &lt;/li&gt;<br />          &lt;li class="cl"&gt;<br />            &lt;a href="pages/nac.html" title="Your cue stick"&gt;Not A Cue&lt;/a&gt;<br />          &lt;/li&gt;<br />          &lt;li class="cl"&gt;<br />            &lt;a href="pages/onep.html" title="one pocket"&gt;Put Them All In One&lt;/a&gt;<br />          &lt;/li&gt;<br />          &lt;li class="cl"&gt;<br />            &lt;a href="pages/sf.html" title="all about safety"&gt;Safety First&lt;/a&gt;<br />          &lt;/li&gt;<br />          &lt;li class="cl"&gt;<br />            &lt;a href="pages/suya.html" title="your artwork"&gt;Show Us Your Artwork&lt;/a&gt;<br />          &lt;/li&gt;<br />          &lt;li class="cl"&gt;<br />            &lt;a href="pages/tgr.html" title="Game rules"&gt;This Game Rules&lt;/a&gt;<br />          &lt;/li&gt;<br />          &lt;li class="cl"&gt;<br />            &lt;a href="pages/whshd.html" title="what do you think this player should have done"&gt;What<br />            He Should Have Done&lt;/a&gt;<br />          &lt;/li&gt;<br />        &lt;/ul&gt;<br />      &lt;/div&gt;<br /><br /><br />So to farther illustrate my question is when I click on my first page in the menu "All nine are mine" it goes to the page ninemine.html and all is good, but then when I click on the next page or any other page in my menu, I get the error page not found. I realize I'm in the page directory and when I click on the next link im asking to go back to the page directory and open the new page found there but this is not working the way I have it setup. <img src="http://forums.oreilly.com/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> <img src="http://forums.oreilly.com/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" />  <br /><br />Can someone please help me here? <img src="http://forums.oreilly.com/style_emoticons/default/rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> <img src="http://forums.oreilly.com/style_emoticons/default/rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" />]]></description>
		<pubDate>Mon, 16 Nov 2009 12:12:06 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5577</guid>
	</item>
	<item>
		<title>Menus</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5575</link>
		<description><![CDATA[Almost all web pages have menus or tabs in the header and/or sidebar.  Maybe they are done by the methods taught in the book but the topic was not explicitly covered.  I can not figure out how they are done or what the "correct" way to do them is.  I'm thinking the book could be improved by adding a chapter on this topic.  In the meantime, does anyone know a good resource for learning about this?]]></description>
		<pubDate>Mon, 16 Nov 2009 00:25:34 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5575</guid>
	</item>
	<item>
		<title>Css Text Color In Chapter 8</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5574</link>
		<description><![CDATA[I've just finished chapter 8 with the CSS file. My problem is that I can't get the text to change color as stated in the instructions. I've done a validation for the XHTML and the CSS files and they both validated. I've followed the instructions completely and I still can't figure out the problem. Here is a copy of the code: <br /><br />&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" <br />   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;<br />&lt;html xmlns="http://www.w3.org/1999/xhtml" lang="en"&gt;<br />  &lt;head&gt;<br />    &lt;meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /&gt;<br />    &lt;title&gt;Head First Lounge Elixirs&lt;/title&gt;<br />    &lt;link type="text/css" rel="stylesheet" href="lounge.css" /&gt;<br />  &lt;/head&gt;<br />  &lt;body&gt;<br />    &lt;h1&gt;Our Elixirs&lt;/h1&gt;<br /><br />    &lt;h2&gt;Green Tea Cooler&lt;/h2&gt;<br />    &lt;p class="greentea"&gt;<br />      &lt;img src="&#46;&#46;/images/green.jpg" alt="Green Tea Cooler" /&gt;<br />      Chock full of vitamins and minerals, this elixir<br />      combines the healthful benefits of green tea with<br />      a twist of chamomile blossoms and ginger root.<br />    &lt;/p&gt;<br />    &lt;h2&gt;Raspberry Ice Concentration&lt;/h2&gt;<br />    &lt;p class="raspberry"&gt;<br />      &lt;img src="&#46;&#46;/images/lightblue.jpg" alt="Raspberry Ice Concentration" /&gt;<br />      Combining raspberry juice with lemon grass,<br />      citrus peel and rosehips, this icy drink<br />      will make your mind feel clear and crisp.<br />    &lt;/p&gt;<br />    &lt;h2&gt;Blueberry Bliss Elixir&lt;/h2&gt;<br />    &lt;p class="blueberry"&gt;<br />      &lt;img src="&#46;&#46;/images/blue.jpg" alt="Blueberry Bliss Elixir" /&gt;<br />      Blueberries and cherry essence mixed into a base<br />      of elderflower herb tea will put you in a relaxed<br />      state of bliss in no time.<br />    &lt;/p&gt;<br />    &lt;h2&gt;Cranberry Antioxidant Blast&lt;/h2&gt;<br />    &lt;p&gt;<br />      &lt;img src="&#46;&#46;/images/red.jpg" alt="Cranberry Antioxidant Blast" /&gt;<br />      Wake up to the flavors of cranberry and hibiscus<br />      in this vitamin C rich elixir.<br />    &lt;/p&gt;<br />    &lt;p&gt;<br />      &lt;a href="&#46;&#46;/lounge.html"&gt;Back to the Lounge&lt;/a&gt;<br />    &lt;/p&gt;<br />  &lt;/body&gt;<br />&lt;/html&gt;<br /><br /><br />body {<br />   font-family: sans-serif;<br />}<br /><br />h1, h2 {<br />    color: gray;<br />}<br /><br />h1 {<br />   border-bottom: 1px solid black;<br />}<br /><br />p {<br />  <br />  color: maroon;<br />}<br />p.greentea {<br />     color: green;<br />}<br /><br />p.raspberry {<br />     color: blue;<br />}<br /><br />p.blueberry {<br />     color: purple;<br />}<br /><br />I'd appreciate any help that I can get. Thanks.]]></description>
		<pubDate>Sun, 15 Nov 2009 18:35:47 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5574</guid>
	</item>
	<item>
		<title>Problem With Padding</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5554</link>
		<description><![CDATA[In the first chapter, they have given as <br />        <!--coloro:#A0522D--><span style="color:#A0522D"><!--/coloro-->padding: 10px 10px 10px 10px;<!--colorc--></span><!--/colorc--><br />what actually is padding means?<br />by changing the values and try to run in my system ,there is no big difference. <br />what can we achieve by including this line.]]></description>
		<pubDate>Thu, 12 Nov 2009 06:58:30 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5554</guid>
	</item>
	<item>
		<title>Floating Side Bar</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5548</link>
		<description><![CDATA[Hi All,<br /><br />Please can someone tell me what code I need to use to create a floating side bar. By floating I mean that when ever i scroll down, the side bar also scrolls down the screen also.<br /><br /><br />Thanks<br /><br /><br />Below is my code for my index page.<br /><br />&lt;html&gt;<br />&lt;head&gt;<br />&lt;title&gt;Ikslukos Apartments&lt;/title&gt;<br />	<br />	&lt;link type="text/css" href="css/Ikslukos Apartments.css" rel="stylesheet"/&gt;<br /><br /><br />&lt;/head&gt;<br /><br />&lt;body&gt;<br /><br />&lt;img src="images/kalamionasbay.jpg" alt="Kalamionas Bay"&gt;<br /><br /><br /><br />&lt;h1&gt;Ikslukos Apartments&lt;/h1&gt;<br />&lt;div id"quicklinks"&gt;<br />&lt;p id="quicklinks"&gt;<br /><br /><br />&lt;img src="images/greekflag.jpg" alt="Greek Flag"&gt;<br />&lt;br&gt;&lt;br&gt;<br />    <br />&lt;a href="index.html"&gt;Home&lt;/a&gt;&lt;br&gt;<br />&lt;br&gt;<br />&lt;a href="pages/apartment.html"&gt;Apartment Details&lt;/a&gt;&lt;br&gt;<br />&lt;br&gt;<br />&lt;a href="pages/kassiopi.html"&gt;Kassiopi&lt;/a&gt;&lt;br&gt;<br />&lt;br&gt;<br />&lt;a href="pages/corfu.html"&gt;Corfu&lt;/a&gt;&lt;br&gt;<br />&lt;br&gt;<br />&lt;a href="pages/corfutimeline.html"&gt;Corfu Timeline&lt;/a&gt;&lt;br&gt;<br />&lt;br&gt;<br />&lt;a href="pages/gallery.html"&gt;Gallery&lt;/a&gt;&lt;br&gt;<br />&lt;br&gt;<br />&lt;a href="pages/quiz.html"&gt;Corfu Quiz&lt;/a&gt;&lt;br&gt;<br />&lt;br&gt;<br />&lt;u&gt;&lt;b&gt;External Links&lt;/b&gt;&lt;/u&gt;&lt;br&gt;<br />&lt;br&gt;<br /><br /><br />&lt;a target="_blank"href="http://www.kassiopi.info"&gt;Kassiopi Experience&lt;/a&gt;&lt;br&gt;<br />&lt;br&gt;<br />&lt;a target="_blank" href="http://www.kassiopi.org"&gt;Kassiopi&lt;/a&gt;&lt;br&gt;<br />&lt;br&gt;<br />&lt;a target="_blank" href="http://www.greeklandscapes.com/greece/corfu.html"&gt;Hydropolis Water&lt;br&gt; Park&lt;/a&gt;&lt;br&gt;<br />&lt;br&gt;<br />&lt;a target="_blank" href="http://www.agni.gr"&gt;Agni&lt;/a&gt;&lt;br&gt;<br />&lt;br&gt;<br />&lt;a target="_blank" href="http://www.kassiopi-cosmic.com"&gt;Kassiopi-Cosmic&lt;/a&gt;&lt;br&gt;<br />&lt;br&gt;<br />&lt;a target="_blank" href="http://www.aqualand-corfu.com"&gt;Aqualand&lt;/a&gt;&lt;br&gt;<br />&lt;br&gt;<br />&lt;a target="_blank" href="http://www.yannisrentacar.gr"&gt;Yannis Rentacar&lt;/a&gt;&lt;br&gt;<br />&lt;br&gt;<br />&lt;img src="images/greekflag.jpg" alt="Greek Flag"&gt;<br />&lt;/div&gt;<br />&lt;/p&gt;<br /><br />&lt;div id="text"&gt;<br />&lt;p id="text"&gt;<br />&lt;br&gt;&lt;b&gt;Welcome to Ikslukos Apartments&lt;/b&gt;&lt;br&gt;&lt;br&gt;<br />Ikslukos Apartments overlook the picturesque Kalamionas Bay (see header above) in the fishing village of Kassiopi. The apartments are less than a minute's walk from the beach, and in few minutes you can be in the village centre amongst the restaurants and bars.&lt;/div&gt;&lt;/p&gt; <br /><br />&lt;table  class="hometop"&gt;<br />	&lt;tr&gt;<br />	&lt;td  class="hometop"&gt;<br />		&lt;img src="images/home/KalamionasBay.jpg" alt="Kalamionas Bay"&gt;&lt;br&gt;Kalamionas Bay<br />	&lt;/td&gt;<br />       &lt;/tr&gt;<br />&lt;/table&gt;<br /><br />&lt;div id="text"&gt;<br />&lt;p id="text"&gt;<br />Kassiopi is situated in the north eastern corner of Corfu, about 36 kms (22 miles) from Corfu town and Ioannis Kapodstrias International Airport (approx a 1 hour journey by road). Kassiopi is a traditional fishing village set around a horse shoe shaped harbour.  It's striking backdrop is the Island's tallest point, Mt Pantokrator and it looks out over the crystal clear sea towards the undulating coastline of Albania.<br />&lt;/div&gt;&lt;/p&gt;<br /><br />&lt;table  class="panoramic"&gt;<br />	&lt;tr&gt;<br />	&lt;td  class="panoramic"&gt;<br />		<br />       		&lt;img src="images/home/Kassharbour.jpg" alt="Kassiopi"&gt;&lt;br&gt;Kassiopi Habour<br />	      	&lt;/td&gt;<br />       &lt;/tr&gt;	     <br />&lt;/table&gt;  <br />&lt;/p&gt;<br /><br />	<br />&lt;div id="text"&gt;<br />&lt;p id="text"&gt;<br />The apartments are on the ground floor with four steps up to them, so regrettably, are not suitable for wheelchair access.  The two bedroom apartment has French windows which lead from each bedroom onto the balcony which overlooks the beautiful Kalamionas Bay.  <br />&lt;/p&gt;<br />&lt;/div&gt;<br /><br />&lt;table  class="panoramic"&gt;<br />	&lt;tr&gt;<br />	&lt;td  class="panoramic"&gt; <br />		<br />       		&lt;img src="images/home/ViewfromBalcony.jpg" alt="View from the Balcony" &gt;&lt;br&gt;View From Balcony<br />	&lt;/td&gt;<br />      	      	<br />	&lt;/tr&gt;<br /><br />		     <br />&lt;/table&gt;  <br /><br />&lt;div id="text"&gt;<br />&lt;p id="text"&gt;<br /><br />Kassiopi's cosmopolitan nature offers something for everyone, seeing people return year after year. The village has four supermarkets, countless restaurants, tavernas and bars and many gift and beach orientated shops. There is an air conditioned internet café if you need to check your e-mails and two cashpoint machines if you need extra Euros. To view a map of these amenities, &lt;a target="_blank" href="pages/kassiopiamenities.html"&gt;click here.&lt;/a&gt;  The Harbour, is as picturesque as idyllic scenes go, and the short walk up to the Byzantine fortress is more than worth the walk in the heat when you see the views of Albania, and the surrounding area.<br /><br />&lt;br&gt;&lt;br&gt;<br />We first visited the island in 2005 and fell in love with Kassiopi, we hope you fall in love too. KJR Ikslukos Apartments.&lt;br&gt;<br /><br /> <br />&lt;br&gt;<br />The table below gives average air and water temperatures, average sunshine and rainy days for each month including the humidity percentage.<br />&lt;/p&gt;<br />&lt;/div&gt;<br /><br />&lt;table class="averagetable"&gt;<br />	<br /><br /><br />	&lt;tr class="averagedata"&gt;<br />		&lt;th&gt;Averages&lt;/th&gt;<br />      	&lt;th&gt;Jan&lt;/th&gt;<br />      	&lt;th&gt;Feb&lt;/th&gt;<br />		&lt;th&gt;Mar&lt;/th&gt;<br />      	&lt;th&gt;April&lt;/th&gt;<br />		&lt;th&gt;May&lt;/th&gt;<br />      	&lt;th&gt;June&lt;/th&gt;<br />		&lt;th&gt;July&lt;/th&gt;<br />      	&lt;th&gt;Aug&lt;/th&gt;<br />		&lt;th&gt;Sept&lt;/th&gt;<br />      	&lt;th&gt;Oct&lt;/th&gt;<br />		&lt;th&gt;Nov&lt;/th&gt;<br />      	&lt;th&gt;Dec&lt;/th&gt;<br />	&lt;/tr&gt;	<br />      	<br />	&lt;tr&gt;<br />		&lt;th&gt;Air Temperature &copy;&lt;/th&gt;<br />      	&lt;th&gt;10&lt;/th&gt;<br />      	&lt;th&gt;10&lt;/th&gt;<br />		&lt;th&gt;12&lt;/th&gt;<br />      	&lt;th&gt;15&lt;/th&gt;<br />		&lt;th&gt;19&lt;/th&gt;<br />      	&lt;th&gt;24&lt;/th&gt;<br />		&lt;th&gt;27&lt;/th&gt;<br />      	&lt;th&gt;26&lt;/th&gt;<br />		&lt;th&gt;23&lt;/th&gt;<br />      	&lt;th&gt;19&lt;/th&gt;<br />		&lt;th&gt;15&lt;/th&gt;<br />      	&lt;th&gt;12&lt;/th&gt;<br />	&lt;/tr&gt;<br />	<br />	&lt;tr class="averagedata"&gt;<br />		&lt;th&gt;Air Temperature (F)&lt;/th&gt;<br />      	&lt;th&gt;50&lt;/th&gt;<br />      	&lt;th&gt;50&lt;/th&gt;<br />		&lt;th&gt;54&lt;/th&gt;<br />      	&lt;th&gt;59&lt;/th&gt;<br />		&lt;th&gt;66&lt;/th&gt;<br />      	&lt;th&gt;75&lt;/th&gt;<br />		&lt;th&gt;81&lt;/th&gt;<br />      	&lt;th&gt;79&lt;/th&gt;<br />		&lt;th&gt;73&lt;/th&gt;<br />      	&lt;th&gt;66&lt;/th&gt;<br />		&lt;th&gt;59&lt;/th&gt;<br />      	&lt;th&gt;54&lt;/th&gt;<br />	&lt;/tr&gt;<br />	<br />	&lt;tr&gt;<br />		&lt;th&gt;Sea Temperature &copy;&lt;/th&gt;<br />      	&lt;th&gt;15&lt;/th&gt;<br />      	&lt;th&gt;15&lt;/th&gt;<br />		&lt;th&gt;15&lt;/th&gt;<br />      	&lt;th&gt;16&lt;/th&gt;<br />		&lt;th&gt;18&lt;/th&gt;<br />      	&lt;th&gt;21&lt;/th&gt;<br />		&lt;th&gt;24&lt;/th&gt;<br />      	&lt;th&gt;25&lt;/th&gt;<br />		&lt;th&gt;24&lt;/th&gt;<br />      	&lt;th&gt;21&lt;/th&gt;<br />		&lt;th&gt;19&lt;/th&gt;<br />      	&lt;th&gt;18&lt;/th&gt;<br />	&lt;/tr&gt;<br />	<br />	&lt;tr class="averagedata"&gt;<br />		&lt;th&gt;Sea Temperature (F)&lt;/th&gt;<br />      	&lt;th&gt;59&lt;/th&gt;<br />      	&lt;th&gt;59&lt;/th&gt;<br />		&lt;th&gt;59&lt;/th&gt;<br />      	&lt;th&gt;61&lt;/th&gt;<br />		&lt;th&gt;64&lt;/th&gt;<br />      	&lt;th&gt;70&lt;/th&gt;<br />		&lt;th&gt;75&lt;/th&gt;<br />      	&lt;th&gt;77&lt;/th&gt;<br />		&lt;th &gt;75&lt;/th&gt;<br />      	&lt;th&gt;70&lt;/th&gt;<br />		&lt;th&gt;66&lt;/th&gt;<br />      	&lt;th&gt;64&lt;/th&gt;<br />	&lt;/tr&gt;<br />     <br />	&lt;tr&gt;<br />		&lt;th&gt;Daily Hours of Sunshine&lt;/th&gt;<br />      	&lt;th&gt;5&lt;/th&gt;<br />      	&lt;th&gt;6&lt;/th&gt;<br />		&lt;th&gt;7&lt;/th&gt;<br />      	&lt;th&gt;7&lt;/th&gt;<br />		&lt;th&gt;9&lt;/th&gt;<br />      	&lt;th&gt;10&lt;/th&gt;<br />		&lt;th&gt;11&lt;/th&gt;<br />      	&lt;th&gt;12&lt;/th&gt;<br />		&lt;th&gt;9&lt;/th&gt;<br />      	&lt;th&gt;6&lt;/th&gt;<br />		&lt;th&gt;4&lt;/th&gt;<br />      	&lt;th&gt;3&lt;/th&gt;<br />	&lt;/tr&gt;	<br /><br />	&lt;tr class="averagedata"&gt;<br />		&lt;th&gt;Number of Rainy Days&lt;/th&gt;<br />      	&lt;th&gt;13&lt;/th&gt;<br />      	&lt;th&gt;11&lt;/th&gt;<br />		&lt;th&gt;13&lt;/th&gt;<br />      	&lt;th&gt;7&lt;/th&gt;<br />		&lt;th&gt;5&lt;/th&gt;<br />      	&lt;th&gt;2&lt;/th&gt;<br />		&lt;th&gt;1&lt;/th&gt;<br />      	&lt;th&gt;1&lt;/th&gt;<br />		&lt;th&gt;1&lt;/th&gt;<br />      	&lt;th&gt;9&lt;/th&gt;<br />		&lt;th&gt;12&lt;/th&gt;<br />      	&lt;th&gt;15&lt;/th&gt;<br />	&lt;/tr&gt;<br /><br />	&lt;tr&gt;<br />		&lt;th&gt;Humidity (%)&lt;/th&gt;<br />      	&lt;th&gt;67&lt;/th&gt;<br />      	&lt;th&gt;66&lt;/th&gt;<br />		&lt;th&gt;66&lt;/th&gt;<br />      	&lt;th&gt;62&lt;/th&gt;<br />		&lt;th&gt;60&lt;/th&gt;<br />      	&lt;th&gt;52&lt;/th&gt;<br />		&lt;th&gt;47&lt;/th&gt;<br />      	&lt;th&gt;44&lt;/th&gt;<br />		&lt;th&gt;44&lt;/th&gt;<br />      	&lt;th&gt;67&lt;/th&gt;<br />		&lt;th&gt;67&lt;/th&gt;<br />      	&lt;th&gt;66&lt;/th&gt;<br />	&lt;/tr&gt;<br /><br />&lt;/table&gt;<br /><br /><br /><br />&lt;br&gt;<br />&lt;div id="text"&gt;<br />&lt;p id="text"&gt;<br />The current weather is shown below:<br />&lt;/div&gt;<br />&lt;/p&gt;<br />&lt;div id"weather"&gt;<br />&lt;p id="weather"&gt;<br />&lt;script&gt;<br />//Live weather feeds by freemeteo.com <br />//The use of this script is bound by Freemeteo's Live Feed Service Agreement, as is published in the following url: <a href="http://www.freemeteo.com/default.asp?pid=178&la=1" target="_blank">http://www.freemeteo.com/default.asp?pid=178&la=1</a><br />// You are not allowed to change or delete any part of this script.<br />// Main body background color : FFFFFF<br />// Main body fonts color : 000000<br />// Header/Footer background color : 6699FF<br />// Header/Footer fonts color : FFFF33<br />cIfrm="18";<br />gid="741870_20090901_022921";<br />&lt;/script&gt;<br />&lt;script src="http://www.freemeteo.com/templates/default/HTfeeds.js" type="text/javascript"&gt;&lt;/script&gt;<br />&lt;/div&gt;<br />&lt;/p&gt;<br />&lt;/body&gt;<br /><br />&lt;/html&gt;]]></description>
		<pubDate>Tue, 10 Nov 2009 08:09:58 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5548</guid>
	</item>
	<item>
		<title>Best Book</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5547</link>
		<description><![CDATA[Hello ladies and gentlemen<br /><br />When I want to learn HTML and I come across Head First in HTML, xHTML and CSS which is the best book I ever read. It is precise, jargon-free and straight to the point without no disturbance.<br /><br />But I want you to recommend a book for me to further my learning in HTML, xHTML and CSS. A book that will explain more advance topics not covered in Head First.<br /><br />Thanks and I really appreciate your effort.]]></description>
		<pubDate>Tue, 10 Nov 2009 07:17:42 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5547</guid>
	</item>
	<item>
		<title>Ch 12 Pg 506</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5522</link>
		<description><![CDATA[Starbuzz: Floating Sidebar to the right Chapter 12 page 506<br /><br />I've added the new sidebar properties to "starbuzz.css" so that it floats to the right in addition to moving the div id= "sidebar" under the header.<br /><br /> Here is what i typed in my css:<br /><br />#sidebar {<br />  background:       #efe5d0 url(images/background.gif) bottom right;<br />  font-size:        105%;<br />  padding:          15px;<br />  margin:           0px 10px 10px 10px;<br />  width: 	    280 px;<br />  float: 	    right;<br />}<br /><br />The problem is that in my browser, it doesn't float right. It stays right under the heading and above the main paragraph. I checked it with Safari and Firefox and got the same results. When i delete the second paragraph (&lt;p&gt;why wait...) then it floats right. I've checked my html page and everything looks fine to me. (I've attached it) Anyone know why this is happening?<br /><br />Thanks!<br /><br />]]></description>
		<pubDate>Wed, 04 Nov 2009 18:31:15 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5522</guid>
	</item>
	<item>
		<title>This Is A Really Dumb Question.</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5509</link>
		<description>Oops never mind.</description>
		<pubDate>Mon, 02 Nov 2009 11:24:53 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5509</guid>
	</item>
	<item>
		<title>Its About Journal.css In Ch. 9</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5499</link>
		<description><![CDATA[Hi all.<br /><br />I can't get any css from my stylesheet.  Please look at my code and tell me whats wrong cause I'm not seeing it. thanks<br /><br />&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" <br />   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;<br />&lt;html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"&gt;<br />  &lt;head&gt;<br />    &lt;meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /&gt;<br />    &lt;link type="text/css" rel="stylesheet" href="journal.css" /&gt;<br />    &lt;title&gt;My Trip Around the USA on a Segway&lt;/title&gt;<br /><br />  <br />  &lt;/head&gt;<br />  &lt;body&gt;<br /><br />    &lt;h1&gt;Segway'n USA&lt;/h1&gt;<br />    &lt;p&gt;<br />      Documenting my trip around the US on my very own Segway!<br />    &lt;/p&gt;<br /><br />    &lt;h2&gt;August 20, 2005&lt;/h2&gt;<br />    &lt;p&gt;&lt;img src="images/segway2.jpg" alt="Me any my Segway in New Mexico" /&gt; &lt;/p&gt;<br />    &lt;p&gt;<br />      Well I made it 1200 miles already, and I passed<br />      through some interesting places on the way: <br />    &lt;/p&gt;<br /><br />    &lt;ol&gt;<br />      &lt;li&gt;Walla Walla, WA&lt;/li&gt; <br />      &lt;li&gt;Magic City, ID&lt;/li&gt; <br />      &lt;li&gt;Bountiful, UT&lt;/li&gt;<br />      &lt;li&gt;Last Chance, CO&lt;/li&gt;<br />      &lt;li&gt;Truth or Consequences, NM&lt;/li&gt;<br />      &lt;li&gt;Why, AZ&lt;/li&gt; <br />    &lt;/ol&gt;<br /><br />    &lt;h2&gt;July 14, 2005&lt;/h2&gt;<br />    &lt;p&gt;<br />      I saw some Burma Shave style signs on the side of the<br />      road today:<br />    &lt;/p&gt;<br />    &lt;blockquote&gt;<br />      &lt;p&gt;<br />      Passing cars, &lt;br /&gt;<br />      When you can't see, &lt;br /&gt;<br />      May get you, &lt;br /&gt;<br />      A glimpse, &lt;br /&gt;<br />      Of eternity. &lt;br /&gt;<br />      &lt;/p&gt;<br />    &lt;/blockquote&gt;<br />    &lt;p&gt;<br />      I definitely won't be passing any cars.<br />    &lt;/p&gt;<br /><br />    &lt;h2&gt;June 2, 2005&lt;/h2&gt;<br />    &lt;p&gt;&lt;img src="images/segway1.jpg" alt="The first day of the trip" /&gt;&lt;/p&gt;<br />    &lt;p&gt;<br />      My first day of the trip!  I can't believe I finally got<br />      everything packed and ready to go.  Because I'm on a Segway,<br />      I wasn't able to bring a whole lot with me:<br />    &lt;/p&gt;<br />    &lt;ul&gt;<br />      &lt;li&gt;cellphone&lt;/li&gt; <br />      &lt;li&gt;iPod&lt;/li&gt;<br />      &lt;li&gt;digital camera&lt;/li&gt;<br />      &lt;li&gt;and a protein bar&lt;/li&gt;<br />    &lt;/ul&gt;<br />    &lt;p&gt;<br />       Just the essentials.  As<br />      Lao Tzu would have said, &lt;q&gt;A journey of a <br />      thousand miles begins with one Segway.&lt;/q&gt;<br />    &lt;/p&gt;<br />  &lt;/body&gt;<br />&lt;/html&gt;<br /><br /> Heres the Journal.css<br /><br />body { font-family: Veranda, Geneva, Arial, sans-serif; }<br />       font-size: small; }<br /><br />h1,h2  {font-size: 170%; }<br />       {font-weight: normal; }<br />       {color: #cc6600; }<br />       {text-decoration: underline; }<br /><br />h1     {font-size: 170% }<br /><br />h2     {font-size: 130% }<br /> <br />blockquote { font-style: italic; }]]></description>
		<pubDate>Fri, 30 Oct 2009 10:17:26 -0400</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5499</guid>
	</item>
	<item>
		<title>Page 477-478</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5489</link>
		<description><![CDATA[Hi,<br /><br />First of all, nice explaination. But there are two things I don't understand.<br /><br />1) Is this an official correct order? Because I googled a bit and couldn't find this explaination elsewhere. How does this come? I guess the makers of the book didn't create their own method, right?<br /><br />2) There is one thing in the theory I don't understand. I'll take the same example as the book and follow the same logic, but with some changes.<br /><br />STEP 1:<br />The reader:<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->h1.blueberry {<br />color&#58; blue;<br />}<!--c2--></div><!--ec2--><br /><br />The browser:<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->h1 {<br />color&#58; black;<br />}<!--c2--></div><!--ec2--><br /><br />The author:<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--> h1 {<br />color&#58; #efefef;<br />}<br /><br />body h1 {<br />color&#58; #cccccc;<br />}<!--c2--></div><!--ec2--><br /><br /><br />So the only thing I changed here is switching one thing from the author/reader.<br /><br />STEP 2:<br />We find all declarations that match. This is exactly the same as step 1 in this case.<br /><br />STEP 3:<br />We change the order:<br /><br />The author:<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--> h1 {<br />color&#58; #efefef;<br />}<br /><br />body h1 {<br />color&#58; #cccccc;<br />}<!--c2--></div><!--ec2--><br /><br />The reader:<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->h1.blueberry {<br />color&#58; blue;<br />}<!--c2--></div><!--ec2--><br /><br />The browser:<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->h1 {<br />color&#58; black;<br />}<!--c2--></div><!--ec2--><br /><br />STEP 4:<br />We give them the specify number. These numbers will the exact the same as in the book.<br /><br />But the difference is the blueberry here. If I follow the book, it gets to the top and so the text will be blue. BUT how is the order author/reader/browser involved here? If we put this in practice, shouldn't the color be #cccccc? The book didn't mentioned this anymore and I'm a bit confused now.<br /><br />STEP 5:<br />Not needed here.<br /><br />Thank you <img src="http://forums.oreilly.com/style_emoticons/default/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />]]></description>
		<pubDate>Wed, 28 Oct 2009 11:38:01 -0400</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5489</guid>
	</item>
	<item>
		<title>The Background Color Or Image In Textboxes Or Textareas, Part Or Full Area, How Is Achieved</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5484</link>
		<description>the background color or image in textboxes or textareas, part or full area, how is achieved ? with html or/and javascript or/and css ...</description>
		<pubDate>Tue, 27 Oct 2009 17:26:50 -0400</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5484</guid>
	</item>
	<item>
		<title><![CDATA[I'm A Little Confused About The Layout Shown In Page 504]]></title>
		<link>http://forums.oreilly.com/index.php?showtopic=5478</link>
		<description><![CDATA[Hi,<br /><br />Book-  Head First - HTML with CSS and XHTML page 504 demonstrates how you can float the sidebar to the right by adding a width and floating it to the right and by adding a margin to the content area, but when I tried this it didn't work the side bar stays below the content div.<br /><br />What I have done is moved the floated sidebar before the content div in the source order and It worked, so now I'm wondering how is this working in the sample they are showing in the book if they have the content div before the side bar, it would be nice if someone who owns this book take a look at page 504 and tell me if I'm missing something.<br /><br />Thanks]]></description>
		<pubDate>Mon, 26 Oct 2009 14:22:11 -0400</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5478</guid>
	</item>
	<item>
		<title>Chapter 8/pg 316-319</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5447</link>
		<description><![CDATA[Does any one have a answer to why I can't change the color of text when adding a class to elixir.html(green text, blue text,  purple text...... I have checked and rechecked my Xhtml/Css, but have yet to find an answer.]]></description>
		<pubDate>Wed, 14 Oct 2009 17:24:01 -0400</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5447</guid>
	</item>
	<item>
		<title>Chap 6 Pg 242: W3 Validation Error</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5428</link>
		<description><![CDATA[i followed instructions to specify content type by adding &lt;meta http-equiv=”Content-Type” content=”text/html; charset=ISO-8859-1”&gt; to the &lt;head&gt; in lounge.html, but the W3 validator is still coming back to me with the following warning:<br /><br />Using Direct Input mode: UTF-8 character encoding assumed<br /><br />Unlike the “by URI” and “by File Upload” modes, the “Direct Input” mode of the validator provides validated content in the form of characters pasted or typed in the validator's form field. This will automatically make the data UTF-8, and therefore the validator does not need to determine the character encoding of your document, and will ignore any charset information specified.<br /><br />If you notice a discrepancy in detected character encoding between the the “Direct Input” mode and other validator modes, this is likely to be the reason. It is neither a bug in the validator, nor in your document.<br /><br />what does this mean, and how do i make my code compliant?]]></description>
		<pubDate>Sun, 11 Oct 2009 01:19:26 -0400</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5428</guid>
	</item>
</channel>
</rss>