<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1032066" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1032066</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-answer-simple-problem#comment-1188078</link>
    <description> &lt;p&gt;It&#039;s not just you, a lot of the &#039;experts&#039; sites look like they were done by kids at day care.&lt;/p&gt;
 </description>
     <pubDate>Wed, 14 Dec 2005 09:16:56 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1188078 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-answer-simple-problem#comment-1188060</link>
    <description> &lt;p&gt;is it just me, or are most supposed &quot;experts&quot; own web sites, horrible?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.useit.com&quot; class=&quot;bb-url&quot;&gt;useit.com&lt;/a&gt; anyone?&lt;/p&gt;
 </description>
     <pubDate>Wed, 14 Dec 2005 00:41:56 +0000</pubDate>
 <dc:creator>Crazyfist</dc:creator>
 <guid isPermaLink="false">comment 1188060 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-answer-simple-problem#comment-1187871</link>
    <description> &lt;p&gt;You need to remove&lt;br /&gt;
&lt;code&gt;float:left;&lt;/code&gt;&#039; from &lt;code&gt;#news&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;So:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#news							{background-color:#000000;&lt;br /&gt;								float:left;&lt;br /&gt;								margin:0px;&lt;br /&gt;								width:287px;&lt;br /&gt;								border:dashed 1px #333333;&lt;br /&gt;								padding:10px;&lt;br /&gt;								padding-top:3px;&lt;br /&gt;								font-size:10px;&lt;br /&gt;								font-weight:normal;&lt;br /&gt;								text-align:justify;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
... becomes:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#news {&lt;br /&gt;	margin:0px;&lt;br /&gt;	width:287px;&lt;br /&gt;	border:dashed 1px #333333;&lt;br /&gt;	padding:10px;&lt;br /&gt;	padding-top:3px;&lt;br /&gt;	font-size:10px;&lt;br /&gt;	font-weight:normal;&lt;br /&gt;	text-align:justify;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;The problem wasn&#039;t with FF, it was with the float, Opera surmised the same and if O says something it must be true. &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;/p&gt;
&lt;p&gt;Less tab action is optional, but recommended. I had problems reading that code too. Am hoping it wasn&#039;t Molly (the Holzschlag part of that book) who told you to do all that tabbing, don&#039;t listen, she&#039;s &lt;a href=&quot;http://www.molly.com/2005/10/28/soft-waves-on-perfect-sand/&quot; class=&quot;bb-url&quot;&gt;really rather pretentious&lt;/a&gt;.&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Dec 2005 13:25:21 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1187871 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-answer-simple-problem#comment-1187870</link>
    <description> &lt;p&gt;Thanks for the comments matey &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;/p&gt;
&lt;p&gt;just to let you know the books i read were:&lt;/p&gt;
&lt;p&gt;JavaScript (in easy steps) by: Mike McGrath (published 2003)&lt;br /&gt;
The Zen of CSS Design by Shea &amp;amp; Holzschlag (published 2005)&lt;/p&gt;
&lt;p&gt;Not very old books.&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Dec 2005 12:33:25 +0000</pubDate>
 <dc:creator>Crazyfist</dc:creator>
 <guid isPermaLink="false">comment 1187870 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-answer-simple-problem#comment-1187848</link>
    <description> &lt;p&gt;Books and Uni are like learning from a Frontpage tutorial, both usually very outdated with lots of mistakes.&lt;br /&gt;
Number one for XHTML, all tags and attributes MUST be in lowercase&lt;br /&gt;
Making mistakes is the best way to learn, as you do learn, you also learn (most of the time) why it happened. Is good to know what,where,why and how. But Strict does have very tight limits, not true limits as strict, trans and frameset require different techniques - not all suitable for everything, transitional give syou a greater learning curve as you can experiment a lot more instead of being stuck behind very strict rules. (no pun)&lt;/p&gt;
&lt;p&gt;Tabbing is not always good, especially if you transfer to programming as tabs will get you in trouble - your choice thou.&lt;/p&gt;
&lt;p&gt;w3c.org is where to want to go for reference.&lt;/p&gt;
&lt;p&gt;No need for the thanks, it&#039;s good to see you wanting to learn the proper way straight off - you&#039;ll go far &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;/p&gt;
 </description>
     <pubDate>Mon, 12 Dec 2005 07:26:20 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1187848 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-answer-simple-problem#comment-1187827</link>
    <description> &lt;p&gt;ok, thanks for your help.&lt;/p&gt;
&lt;p&gt;1. i would rather just keep using strict as i will never learn unless i make mistakes &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;/p&gt;
&lt;p&gt;2. Mistakes in the tags are my bad, just not double checking them properly lol&lt;/p&gt;
&lt;p&gt;3. wide screen? i have a 17&quot; monitor on 1024x768, i tab in 4 times for CSS maybe 5 if my classes get too long.&lt;/p&gt;
&lt;p&gt;4. onMouseOver and onClick is the way i used out of a book, its also they way we were tought in Uni, maybe that is an old standard or something, the command still works so its not a problem. Also with @import we are told this is the preferred way to link stylesheets at Uni. Maybe standards are changing &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;/p&gt;
&lt;p&gt;5. Empty span WAS for a text/replace image but then had to remove, forgot to remove the span &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt; i only started making the site yesterday evening and it isnt finished, i was only looking for an answer to the  problem.&lt;/p&gt;
&lt;p&gt;Thanks for pointing out the errors though mate, and thanks for all the other info.&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Dec 2005 23:35:30 +0000</pubDate>
 <dc:creator>Crazyfist</dc:creator>
 <guid isPermaLink="false">comment 1187827 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-answer-simple-problem#comment-1187820</link>
    <description> &lt;ul&gt; = unordered list
&lt;ol&gt; = ordered list&lt;br /&gt;
so no need for  or anything
&lt;p&gt;The gap before the ending slash does make a difference,  and  are different, older browsers will ignore the slash if there is a space, will guess it without.&lt;br /&gt;
As you are using XHTML Strict you must be spot on, I&#039;d suggest you use transitional until you fimilarise yourself a bit more, doc tag is:&lt;/p&gt;
&lt;p&gt;Looking at your code, it wouldn&#039;t validate anyway, working from the bottom you&#039;ve missed the slashes in the image tags (shoule be &lt;img /&gt;)&lt;br /&gt;
you have an empty span tag between a heading tag ..) ok you have a few of those h2 and h3.&lt;br /&gt;
your javascript needs to be lower case, things like onMouseOver needs to be onmouseover&lt;br /&gt;
you&#039;re using &#039;import&#039; which will only work on newer browser, so older browser will get the defaults of everything, ideally you need another stylesheet or just make one standard one for all browsers.&lt;/p&gt;
&lt;p&gt;you must have a really big screen cause Your tabs are half way across the page at 800x600 and is a mission trying to work out your code.&lt;/p&gt;
&lt;p&gt;Your spacing problem has to do with your CSS, with you using a wide screen it would take me forever to work out your classes and placing and nesting of things, sorry I don&#039;t have that much time to spare at the moment. Hopefully someone else can help, otherwise I&#039;ll take another look when I can.&lt;/p&gt;
 &lt;/ol&gt;&lt;/ul&gt;</description>
     <pubDate>Sun, 11 Dec 2005 21:22:52 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1187820 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-answer-simple-problem#comment-1187809</link>
    <description> &lt;p&gt;ok thanks for the heads up on the title tag (doh)&lt;/p&gt;
&lt;p&gt;the  doesnt make any diff with the space, i tried that already. and there is a diff in FF u just havent noticed it thyere is spacing between the two news items (welcome and update) but its only a few fixels, if you look on IE there is a larger gap between the two, thats how i WANT it to look on FF.&lt;/p&gt;
&lt;p&gt;Btw what should i use instead of  ??? i only just started learning xhtml so im still quite new to the differences.&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Dec 2005 14:49:58 +0000</pubDate>
 <dc:creator>Crazyfist</dc:creator>
 <guid isPermaLink="false">comment 1187809 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-answer-simple-problem#comment-1187793</link>
    <description> &lt;p&gt;is actually  (has a space)&lt;/p&gt;
&lt;p&gt;It appears to be working ok in firefox, can&#039;t see a display problem as such, the css is doing what you&#039;ve told it to&lt;/p&gt;
&lt;p&gt;In your code you also have the title tags outside of the head tags and you have list, which isnt a (x)html tag&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Dec 2005 09:25:09 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1187793 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
