<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>HTML Help</title>
  <link>http://www.htmlcodetutorial.com/help/index.php</link>
  <description>Please &lt;a href=&quot;http://www.htmlcodetutorial.com/help/search.php&quot;&gt;Search&lt;/a&gt; for the answer to your question before asking it! Thanks.</description>
  <language>english</language>
  <copyright>(c) Copyright 2009 by HTML Help</copyright>
  <managingEditor>design@htmlcodetutorial.com</managingEditor>
  <webMaster>design@htmlcodetutorial.com</webMaster>
  <pubDate>Sat Nov 21, 2009 5:23 pm</pubDate>
  <lastBuildDate>Sat Nov 21, 2009 5:23 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>HTML Help</title>
    <url></url>
    <link>http://www.htmlcodetutorial.com/help/</link>
    <description>Please &lt;a href=&quot;http://www.htmlcodetutorial.com/help/search.php&quot;&gt;Search&lt;/a&gt; for the answer to your question before asking it! Thanks.</description>
  </image>

                                      <item>
                                        <title>Re: CSS : IE and Firefox not the same</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=22378#22378</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=2291'&gt;gary.newelluk&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Sep 28, 2006 2:47 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I haven't been able to reproduce this because your links no longer appear to be working but....&lt;br /&gt;
&lt;br /&gt;
I remember reading somewhere (maybe Degsy said it...) but the link order in css must be in the correct order and the way to remember it is love hate.&lt;br /&gt;
&lt;br /&gt;
For example.&lt;br /&gt;
&lt;br /&gt;
a:link (Lovehate)&lt;br /&gt;
a:visited (loVehate)&lt;br /&gt;
a:hover(loveHate)&lt;br /&gt;
&lt;br /&gt;
Therefore I would suggest out of pure chance that you rearrange your css as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&lt;br /&gt;
body &amp;#123; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;background-color&amp;#58; white; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;font-family&amp;#58; arial, sans-serif; &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; color&amp;#58; #000000; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;font-size&amp;#58; 70%; &lt;br /&gt;
&amp;#125; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* begin styles for RSS Feed */ &lt;br /&gt;
&lt;br /&gt;
.rss_box &amp;#123; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;width&amp;#58; 265px; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;background-color&amp;#58; #ffffff; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;border&amp;#58; 1px solid black; &lt;br /&gt;
&amp;#125; &lt;br /&gt;
.rss_items &amp;#123; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;margin-top&amp;#58; 0px; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;padding&amp;#58; 0.5em; 0.5em; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;margin-left&amp;#58; 0px; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;color&amp;#58;#000000; &lt;br /&gt;
&amp;#125; &lt;br /&gt;
.rss_title &amp;#123; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;padding&amp;#58; 5px 5px; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;font-size&amp;#58; 10pt; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;background-color&amp;#58; #BD0839; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;color&amp;#58; white; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;text-align&amp;#58; center; &lt;br /&gt;
&amp;#125; &lt;br /&gt;
&lt;br /&gt;
.rss_item&amp;nbsp; &amp;#123; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;list-style&amp;#58; none; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;text-align&amp;#58; justify; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;padding-bottom&amp;#58; 10px; &lt;br /&gt;
&amp;#125; &lt;br /&gt;
.rss_item a &amp;#123; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;text-decoration&amp;#58; none; &lt;br /&gt;
&amp;#125; &lt;br /&gt;
a&amp;#58;visited &amp;#123; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;text-decoration&amp;#58; line-through; &lt;br /&gt;
&amp;#125; &lt;br /&gt;
&lt;br /&gt;
a&amp;#58;hover &amp;#123; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;text-decoration&amp;#58; underline; &lt;br /&gt;
&amp;#125; &lt;br /&gt;
&lt;br /&gt;
.rss_date &amp;#123; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;color&amp;#58; #F87217; &lt;br /&gt;
&amp;#125;&lt;br /&gt;
&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
As I say I can't reproduce your problem so this is just a guess but hopefully it will sort you out.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=22378#22378</comments>
                                        <author>gary.newelluk</author>
                                        <pubDate>Thu Sep 28, 2006 2:47 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=22378#22378</guid>
                                      </item>
                                      <item>
                                        <title>Re: CSS : IE and Firefox not the same</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=22342#22342</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=31'&gt;Corey Bryant&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Sep 28, 2006 4:16 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;a href=&quot;http://www.iwdn.net/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;International Web Developers Network&lt;/a&gt; might be able to shed a little more light on the subject&lt;br /&gt;
&lt;br /&gt;
_________________&lt;br /&gt;
Corey&lt;br /&gt;
&lt;a href=&quot;http://www.loudfax.com/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;Toll Fax Numbers&lt;/a&gt;  | &lt;a href=&quot;http://www.loudcommerce.com/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;Merchant Accounts&lt;/a&gt;</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=22342#22342</comments>
                                        <author>Corey Bryant</author>
                                        <pubDate>Thu Sep 28, 2006 4:16 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=22342#22342</guid>
                                      </item>
                                      <item>
                                        <title>Re: CSS : IE and Firefox not the same</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=22341#22341</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=10481'&gt;angstmann&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Sep 28, 2006 12:43 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I am testing this in Firefox 1.5 on Mac and Windows and also in other browsers too. As the previous poster states, it works in IE. It does not work for me in ANYTHING other than IE. Not what I want! &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;  Anyone able to shed some more light on this. I would be very grateful. Thanks</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=22341#22341</comments>
                                        <author>angstmann</author>
                                        <pubDate>Thu Sep 28, 2006 12:43 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=22341#22341</guid>
                                      </item>
                                      <item>
                                        <title>Re: CSS : IE and Firefox not the same</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=13689#13689</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=6083'&gt;errorlevel_03&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Feb 14, 2006 6:47 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      You may need to update Firefox to 1.5</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=13689#13689</comments>
                                        <author>errorlevel_03</author>
                                        <pubDate>Tue Feb 14, 2006 6:47 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=13689#13689</guid>
                                      </item>
                                      <item>
                                        <title>Re: CSS : IE and Firefox not the same</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=13662#13662</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=31'&gt;Corey Bryant&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Feb 14, 2006 3:55 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I tested an example locally on Firefox &lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;p style=&amp;quot;text-decoration&amp;#58; line-through&amp;quot;&amp;gt;Ignore this sentence&amp;lt;p&amp;gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;and it did work.  &lt;a href=&quot;http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;Underlining, overlining, striking, and blinking: the 'text-decoration' property&lt;/a&gt;is actually there for line-through.  &lt;br /&gt;
&lt;br /&gt;
If you do the above code, do you see a line through?&lt;br /&gt;
&lt;br /&gt;
_________________&lt;br /&gt;
Corey&lt;br /&gt;
&lt;a href=&quot;http://www.loudcommerce.com&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;Loud Commerce&lt;/a&gt; | &lt;a href=&quot;http://www.loudhost.com&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;LoudHost&lt;/a&gt; | &lt;a href=&quot;http://www.loudvoicesystem.com&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;Toll Free Solutions&lt;/a&gt;</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=13662#13662</comments>
                                        <author>Corey Bryant</author>
                                        <pubDate>Tue Feb 14, 2006 3:55 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=13662#13662</guid>
                                      </item>
                                      <item>
                                        <title>CSS : IE and Firefox not the same</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=13658#13658</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=6117'&gt;wiggumdk&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Feb 13, 2006 5:05 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Homepage:&lt;br /&gt;
&lt;a href=&quot;http://buccaneers.maddenzonen.dk/feed.php&quot; target=&quot;_blank&quot;&gt;http://buccaneers.maddenzonen.dk/feed.php&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
CSS:&lt;br /&gt;
&lt;a href=&quot;http://buccaneers.maddenzonen.dk/style/feed.css&quot; target=&quot;_blank&quot;&gt;http://buccaneers.maddenzonen.dk/style/feed.css&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
CSS code looks like this:&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;body &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;background-color&amp;#58; white;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;font-family&amp;#58; arial, sans-serif;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; color&amp;#58; #000000;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;font-size&amp;#58; 70%;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* begin styles for RSS Feed */&lt;br /&gt;
&lt;br /&gt;
.rss_box &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;width&amp;#58; 265px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;background-color&amp;#58; #ffffff;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;border&amp;#58; 1px solid black;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
.rss_items &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;margin-top&amp;#58; 0px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;padding&amp;#58; 0.5em; 0.5em;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;margin-left&amp;#58; 0px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;color&amp;#58;#000000;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
.rss_title &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;padding&amp;#58; 5px 5px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;font-size&amp;#58; 10pt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;background-color&amp;#58; #BD0839;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;color&amp;#58; white;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;text-align&amp;#58; center;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
&lt;br /&gt;
.rss_item&amp;nbsp; &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;list-style&amp;#58; none;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;text-align&amp;#58; justify;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;padding-bottom&amp;#58; 10px;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
.rss_item a &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;text-decoration&amp;#58; none;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
a&amp;#58;hover &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;text-decoration&amp;#58; underline;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
a&amp;#58;visited &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;text-decoration&amp;#58; line-through;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
&lt;br /&gt;
.rss_date &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;color&amp;#58; #F87217;&lt;br /&gt;
&amp;#125;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Now in IE all the functions work perfectly but in Firefox the function &lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;a&amp;#58;visited &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;text-decoration&amp;#58; line-through;&lt;br /&gt;
&amp;#125;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
has no effect what so ever. Why?&lt;br /&gt;
&lt;br /&gt;
Hope you guys can help me on how to fix this. Thanks.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=13658#13658</comments>
                                        <author>wiggumdk</author>
                                        <pubDate>Mon Feb 13, 2006 5:05 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=13658#13658</guid>
                                      </item></channel></rss>