<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1032320" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1032320</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/xhtml-validation-including-external-links-target-blanks#comment-1189284</link>
    <description> &lt;p&gt;It has nothing to do with specific validators...it&#039;s all in your doctype. Use the W3C validator, it will test according to the doctype you&#039;ve used.&lt;/p&gt;
 </description>
     <pubDate>Tue, 03 Jan 2006 23:15:33 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1189284 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/xhtml-validation-including-external-links-target-blanks#comment-1189281</link>
    <description> &lt;p&gt;Are there online Validators for transitional XHTML and if so where please (I can&#039;t find any)?&lt;br /&gt;
Also what are the merits of one standard against the other?&lt;br /&gt;
Cheers&lt;/p&gt;
 </description>
     <pubDate>Tue, 03 Jan 2006 22:40:14 +0000</pubDate>
 <dc:creator>Andrew_Samuel</dc:creator>
 <guid isPermaLink="false">comment 1189281 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/xhtml-validation-including-external-links-target-blanks#comment-1189280</link>
    <description> &lt;p&gt;Yes I just assumed you were going to be using strict. If you are using transitional then disregard my post.&lt;/p&gt;
 </description>
     <pubDate>Tue, 03 Jan 2006 22:31:03 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1189280 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/xhtml-validation-including-external-links-target-blanks#comment-1189277</link>
    <description> &lt;p&gt;Srtict or transitional?&lt;/p&gt;
&lt;p&gt;With XHTML Transitional you can indeed have border=&quot;0&quot; in the image tag. However, one little boo-boo such as a missing quote mark or not closing the image tag properly, or not closing a div tag etc. will cause vaidation errors.&lt;/p&gt;
&lt;p&gt;A missing quote mark with cause a whole page to throw a filt.&lt;/p&gt;
&lt;p&gt;Also...don&#039;t know about strict, but with Trans you need to use target=&quot;blank&quot; and not the old target=&quot;_blank&quot;&lt;/p&gt;
 </description>
     <pubDate>Tue, 03 Jan 2006 21:47:56 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1189277 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/xhtml-validation-including-external-links-target-blanks#comment-1189186</link>
    <description> &lt;p&gt;Thanks for the prompt and detailed answer dk01.&lt;br /&gt;
I&#039;ll give it a bash tomorrow.&lt;br /&gt;
Many thanks&lt;/p&gt;
 </description>
     <pubDate>Sun, 01 Jan 2006 23:39:11 +0000</pubDate>
 <dc:creator>Andrew_Samuel</dc:creator>
 <guid isPermaLink="false">comment 1189186 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/xhtml-validation-including-external-links-target-blanks#comment-1189185</link>
    <description> &lt;p&gt;I think I can answer most of your questions.&lt;br /&gt;
1. No. There are still borders in xhtml. Its just that they are to be set in CSS and not in xhtml. Since most formatting is to be done now in xhtml in css, images are the same way.  The easiest way to set img borders to 0 with css is to use the css statement:&lt;br /&gt;
img { border: medium none; } // be nice to old browsers and use medium none&lt;/p&gt;
&lt;p&gt;2. This can be overcome using the method sitepoint uses.  It is described in the following article (3 pages long &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;):&lt;br /&gt;
&lt;a href=&quot;http://www.sitepoint.com/article/standards-compliant-world/1&quot; class=&quot;bb-url&quot;&gt;http://www.sitepoint.com/article/standards-compliant-world/1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;3. To add vspace or hspace to images simply use margins in css. In your case it&#039;d be something like this:&lt;/p&gt;
&lt;p&gt;#linksright img {&lt;br /&gt;
margin-top: 20px;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;This basically will add a margin to the top of every img inside linksright.  If instead you want to add 10 on the top and 10 on the bottom then just do this:&lt;/p&gt;
&lt;p&gt;#linksright img {&lt;br /&gt;
margin-top: 10px;&lt;br /&gt;
margin-bottom: 10px;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;So that&#039;s pretty much it. Hope I could be of some help!&lt;/p&gt;
 </description>
     <pubDate>Sun, 01 Jan 2006 23:25:01 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1189185 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
