<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018749" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018749</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/malformed-html#comment-1110749</link>
    <description> &lt;p&gt;from the w3.org validator&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:&lt;br /&gt;
an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;nya &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;&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Jun 2002 16:33:34 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1110749 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/malformed-html#comment-1110683</link>
    <description> &lt;p&gt;actually, no. all attribute values must be enclosed in double quotes for forward compliance.&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Jun 2002 06:03:26 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1110683 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/malformed-html#comment-1110679</link>
    <description> &lt;p&gt;technically i believe, and its possible im wrong here, attributes without quotes are valid as long as the attribute doesnt include spaces.&lt;/p&gt;
&lt;p&gt;Also, one thing to note is mixing percentages and absolute pixel values in table heights and widths is a no-no.   youre table and all components of it should use either percentages OR absolute values, not a combiniation (even though they may look ok in IE)&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Jun 2002 01:46:35 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1110679 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/malformed-html#comment-1110669</link>
    <description> &lt;p&gt;The font tag is deprecated. For inline changes, use  instead of . &lt;/p&gt;
&lt;p&gt;Why do you have to use % for those ones, but not for the rest? I don&#039;t know why it&#039;s doing that, only that the % is causing the problem. Better to work out the percentage into pixels.&lt;/p&gt;
&lt;p&gt;input, select, option, textarea, et cetera should be enclosed in a block level element (table, p, div). so...&lt;/p&gt;
&lt;p&gt;(where ble = whatever element you&#039;re using)&lt;/p&gt;
&lt;p&gt;&quot;Weird&quot; isn&#039;t helpful, lol. What are the rendering errors, what OS, what browser?&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 Jun 2002 19:34:51 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1110669 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/malformed-html#comment-1110652</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Suzanne &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
Also, it&#039;s entirely pointless to use a class in a font tag when there is nothing else in the font tag. And even when there is. If you&#039;re using CSS, let go of the font tag! Just ditch it! &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I&#039;m not sure I understand what you mean here? Just get rid of the font tag? Then how will I close it?&lt;br /&gt;
&lt;em&gt;Answer to the Most Pressing Problem #1&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Because you are using % for height.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;I have to use a % for the height, in order for it to be a functional bar graph. Is there any way to align it to the bottom of the data cell?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;br /&gt;
&lt;em&gt;Answer to the Most Pressing Problem #2&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Because of the way it&#039;s built. There is an extra closing font tag (see above rant about the use of font tags in the first place). But if you want to kill the space, put the form elements (select and input tags) into a table. Form elements should be placed in a block level element anyway.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;What do you mean form elements should be placed in a block level element? Still haven&#039;t found the extra font closing tag, but I will.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;br /&gt;
&lt;em&gt;Answer to the Most Pressing Problem #3&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You are missing a set of closing tags --  and it won&#039;t render without them.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;found that and put it in there, but it is still rendering weird on mac. I&#039;m going to mess with it more see if I can fix those problems. Also I enclosed everything in quotes...&lt;/p&gt;
&lt;p&gt;thanks for the help,&lt;br /&gt;
Ken Elliott&lt;/p&gt;&lt;/blockquote&gt;
 </description>
     <pubDate>Fri, 21 Jun 2002 14:35:53 +0000</pubDate>
 <dc:creator>Ken Elliott</dc:creator>
 <guid isPermaLink="false">comment 1110652 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/malformed-html#comment-1110621</link>
    <description> &lt;p&gt;You really need to validate the output, then go back and fix the perl code that&#039;s generating it. The stylesheet&#039;s outside of the head tag, almost none of your attribute values are enclosed in double quotes (as Taff noted), your table tags have errors in there somewhere (could be not closed, could be a different error), and you have the wrong values for some attributes.&lt;/p&gt;
&lt;p&gt;In Perl, to put double quotes around attribute values in HTML generated by it, you just need to escape out the double quote.&lt;/p&gt;
&lt;p&gt;So: &lt;strong&gt;valign=\&quot;middle\&quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Also, it&#039;s entirely pointless to use a class in a font tag when there is nothing else in the font tag. And even when there is. If you&#039;re using CSS, let go of the font tag! Just ditch it! &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Answer to the Most Pressing Problem #1&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Because you are using % for height.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Answer to the Most Pressing Problem #2&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Because of the way it&#039;s built. There is an extra closing font tag (see above rant about the use of font tags in the first place). But if you want to kill the space, put the form elements (select and input tags) into a table. Form elements should be placed in a block level element anyway.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Answer to the Most Pressing Problem #3&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You are missing a set of closing tags --  and it won&#039;t render without them.&lt;/p&gt;
&lt;p&gt;&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; S&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 Jun 2002 01:21:52 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1110621 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/malformed-html#comment-1110609</link>
    <description> &lt;p&gt;a wild guess:&lt;/p&gt;
&lt;p&gt;could the fact that none of your attributes are contained in quotes be part of the problem?&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 Jun 2002 20:43:44 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1110609 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
