<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.techsoup.org/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Web Building</title><link>http://forums.techsoup.org/cs/forums/24.aspx</link><description>Strategies and expert advice on all aspects of developing and maintaining an effective Web presence. Topics covered include site-building tools, web design, SEO, analytics and traffic-boosting methods, usability, hosting, and functionality.&lt;br /&gt;Hosted by &lt;a href="http://forums.techsoup.org/cs/members/Yann/default.aspx"&gt;Yann Toledano&lt;/a&gt; of &lt;a href="http://www.ytconsulting.com"&gt;YTConsulting.com&lt;/a&gt;.</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Debug Build: 30619.63)</generator><item><title>Re: RE: Help with HTML 4.01 Strict and the border tag</title><link>http://forums.techsoup.org/cs/forums/thread/99900.aspx</link><pubDate>Mon, 15 Jun 2009 15:26:06 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:99900</guid><dc:creator>nedharkey</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/99900.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=24&amp;PostID=99900</wfw:commentRss><description>&lt;p&gt;Thanks! That code worked quite well for me! See it in action here;&lt;/p&gt;
&lt;p&gt;http://www.cainrice.com/&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with HTML 4.01 Strict and the border tag</title><link>http://forums.techsoup.org/cs/forums/thread/46657.aspx</link><pubDate>Tue, 13 Jul 2004 14:18:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:46657</guid><dc:creator>mhaggerty</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/46657.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=24&amp;PostID=46657</wfw:commentRss><description>Thanks for your help.  The code I used was:&lt;br /&gt;
&lt;br /&gt;
img	{border-width: 0px;}&lt;br /&gt;
&lt;br /&gt;
Evidently the default is no borders but unless you make the width 0 px it still puts a border in.&lt;br /&gt;
&lt;br /&gt;
Thanks again!</description></item><item><title>RE: Help with HTML 4.01 Strict and the border tag</title><link>http://forums.techsoup.org/cs/forums/thread/46639.aspx</link><pubDate>Mon, 12 Jul 2004 19:50:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:46639</guid><dc:creator>rytinwomyn</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/46639.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=24&amp;PostID=46639</wfw:commentRss><description>Haven&amp;#39;t tried this myself yet - but you should be able to create a class in your CSS like:&lt;br /&gt;
&lt;br /&gt;
img.NoBord&lt;br /&gt;
    {border: 0}&lt;br /&gt;
&lt;br /&gt;
then use it like:&lt;br /&gt;
&lt;br /&gt;
&lt;img class="NoBord" src="...."&gt;</description></item><item><title>Help with HTML 4.01 Strict and the border tag</title><link>http://forums.techsoup.org/cs/forums/thread/8297.aspx</link><pubDate>Mon, 12 Jul 2004 19:06:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:8297</guid><dc:creator>mhaggerty</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/8297.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=24&amp;PostID=8297</wfw:commentRss><description>Hi,&lt;br /&gt;
I have a web page that is designed to the HTML 4.01 strict standard using CSS.  I just don&amp;#39;t know how to avoid using the border="0" html tag, I should be using a CSS tag but I don&amp;#39;t know what will work.  I don&amp;#39;t want a border around my company logo which is a link.  Here is the code:&lt;br /&gt;
..img src="../images/SEC_Logo.gif" alt="Shore Educational Collaborative Home" width="233" height="56" border="0".. &lt;br /&gt;
Because I have the border tag the page is not strict HTML.  I need it to be Strict.&lt;br /&gt;
Any help would be greatly appreciated.&lt;br /&gt;
Thanks,&lt;br /&gt;</description></item></channel></rss>