<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Should the br tag be used?</title>
	<atom:link href="http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/</link>
	<description>Web development and Internet trends</description>
	<lastBuildDate>Wed, 17 Mar 2010 04:15:00 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Warren</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-592801</link>
		<dc:creator>Warren</dc:creator>
		<pubDate>Thu, 02 Jul 2009 03:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-592801</guid>
		<description>I wrote and maintain a business website.  When I say I wrote it, what I mean is I hand coded all the XHTML for every page.  The website has 17 pages all done in XHTML 1.0 Strict.  The site has over 2500 lines of XHTML or CSS code.  I have found that the BR tag has a place in a website.  By using the BR tag I can eliminate several usless div&#039;s.  BR tags can be over used, but they can also be a big help when hand coding a website.  Why use a div to do the same work as a br tag?</description>
		<content:encoded><![CDATA[<p>I wrote and maintain a business website.  When I say I wrote it, what I mean is I hand coded all the XHTML for every page.  The website has 17 pages all done in XHTML 1.0 Strict.  The site has over 2500 lines of XHTML or CSS code.  I have found that the BR tag has a place in a website.  By using the BR tag I can eliminate several usless div&#8217;s.  BR tags can be over used, but they can also be a big help when hand coding a website.  Why use a div to do the same work as a br tag?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SneakyWho_am_i</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-483296</link>
		<dc:creator>SneakyWho_am_i</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-483296</guid>
		<description>I never ever use said tag, at least when working alone. It&#039;s nice to be reminded that it perhaps does have a semantic meaning. I only ever seem to see it used presentationally, say to make room for a positioned element in the space it can create... Or to make paragraphs, or other kinds of crimes.</description>
		<content:encoded><![CDATA[<p>I never ever use said tag, at least when working alone. It&#8217;s nice to be reminded that it perhaps does have a semantic meaning. I only ever seem to see it used presentationally, say to make room for a positioned element in the space it can create&#8230; Or to make paragraphs, or other kinds of crimes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin McLean</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-417577</link>
		<dc:creator>Benjamin McLean</dc:creator>
		<pubDate>Fri, 12 Sep 2008 15:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-417577</guid>
		<description>Here is how to do line breaks without BR

&lt;UL STYLE=&quot;list-style: none; padding: 0; margin: 0;&quot;&gt;
&lt;LI&gt;Line 1&lt;/LI&gt;
&lt;LI&gt;Line 2&lt;/LI&gt;
&lt;LI&gt;Line 3&lt;/LI&gt;
&lt;/UL&gt;</description>
		<content:encoded><![CDATA[<p>Here is how to do line breaks without BR</p>
<p>&lt;UL STYLE=&#8221;list-style: none; padding: 0; margin: 0;&#8221;&gt;<br />
&lt;LI&gt;Line 1&lt;/LI&gt;<br />
&lt;LI&gt;Line 2&lt;/LI&gt;<br />
&lt;LI&gt;Line 3&lt;/LI&gt;<br />
&lt;/UL&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-327152</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 04 Jul 2008 03:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-327152</guid>
		<description>Hi-

Having some issues with &amp;ltbr&amp;gt tag-related things. I&#039;m using &amp;ltbr&amp;gt after text in a Heading 4, and noticing something strange.

If I use &amp;ltbr&amp;gt before the &amp;lt/h4&amp;gt tag, the break occurs after the heading text in my html editor, which is what I want. However, when I upload the page to the web, I&#039;m seeing an extra space after the heading.

If I use the &amp;ltbr&amp;gt after the &amp;lt/h4&amp;gt tag, I&#039;m seeing a space in between the heading text and the next line, which I do not want. 

What am I missing? 

Thanks for any help!
Mike</description>
		<content:encoded><![CDATA[<p>Hi-</p>
<p>Having some issues with &amp;ltbr&amp;gt tag-related things. I&#8217;m using &amp;ltbr&amp;gt after text in a Heading 4, and noticing something strange.</p>
<p>If I use &amp;ltbr&amp;gt before the &amp;lt/h4&amp;gt tag, the break occurs after the heading text in my html editor, which is what I want. However, when I upload the page to the web, I&#8217;m seeing an extra space after the heading.</p>
<p>If I use the &amp;ltbr&amp;gt after the &amp;lt/h4&amp;gt tag, I&#8217;m seeing a space in between the heading text and the next line, which I do not want. </p>
<p>What am I missing? </p>
<p>Thanks for any help!<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-206760</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 11 Feb 2008 09:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-206760</guid>
		<description>John,

&lt;blockquote&gt;
getting your text to be picked up by search engines.
&lt;/blockquote&gt;

It is also vital for making an accessible web site.

Hjornvar,

HTML mails are definitely something different, I agree.</description>
		<content:encoded><![CDATA[<p>John,</p>
<blockquote><p>
getting your text to be picked up by search engines.
</p></blockquote>
<p>It is also vital for making an accessible web site.</p>
<p>Hjornvar,</p>
<p>HTML mails are definitely something different, I agree.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-205469</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 09 Feb 2008 09:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-205469</guid>
		<description>woops, my post was edited. I said &quot;and of course I use br / for poetry&quot;</description>
		<content:encoded><![CDATA[<p>woops, my post was edited. I said &#8220;and of course I use br / for poetry&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hjornvar</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-205465</link>
		<dc:creator>Hjornvar</dc:creator>
		<pubDate>Sat, 09 Feb 2008 09:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-205465</guid>
		<description>Robert,

yes, but in html-mail for example, css won&#039;t work for some clients, and the invisible image is just used to eliminate the &lt;p&gt;...</description>
		<content:encoded><![CDATA[<p>Robert,</p>
<p>yes, but in html-mail for example, css won&#8217;t work for some clients, and the invisible image is just used to eliminate the &lt;p&gt;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-205464</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 09 Feb 2008 09:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-205464</guid>
		<description>My external css code for my journal section is something like this

#journal p {
font: normal normal normal 14px/16px Arial, Helvetica, sans-serif;
margin: 10px 0px 10px 0px; padding 0px; color: #fff;
}

br {
font: normal normal normal 16px/16px Arial, Helvetica, sans-serif; margin: 0px; padding: 0px;}

This way when I wrap each paragraph there is a 20px space between total, between the top and bottom of each paragraph.

And of course, I use  for poetry

Using p and h1 h2 properly, etc tags are important for one reason and one reason alone.... getting your text to be picked up by search engines. If someone is looking for something, all your important content should be in the p and h1 h2 tags. That&#039;s what I heard.

I&#039;m still trying to figure out if img and object tags go inside p tags. So far I do not put them in p.</description>
		<content:encoded><![CDATA[<p>My external css code for my journal section is something like this</p>
<p>#journal p {<br />
font: normal normal normal 14px/16px Arial, Helvetica, sans-serif;<br />
margin: 10px 0px 10px 0px; padding 0px; color: #fff;<br />
}</p>
<p>br {<br />
font: normal normal normal 16px/16px Arial, Helvetica, sans-serif; margin: 0px; padding: 0px;}</p>
<p>This way when I wrap each paragraph there is a 20px space between total, between the top and bottom of each paragraph.</p>
<p>And of course, I use  for poetry</p>
<p>Using p and h1 h2 properly, etc tags are important for one reason and one reason alone&#8230;. getting your text to be picked up by search engines. If someone is looking for something, all your important content should be in the p and h1 h2 tags. That&#8217;s what I heard.</p>
<p>I&#8217;m still trying to figure out if img and object tags go inside p tags. So far I do not put them in p.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-192137</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 24 Jan 2008 10:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-192137</guid>
		<description>Hjornvar,

Use CSS for spacing.</description>
		<content:encoded><![CDATA[<p>Hjornvar,</p>
<p>Use CSS for spacing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hjornvar</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-192127</link>
		<dc:creator>Hjornvar</dc:creator>
		<pubDate>Thu, 24 Jan 2008 10:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-192127</guid>
		<description>I squeeze in an invisible image between the br:s to decide the perfect row space. How wrong is that?</description>
		<content:encoded><![CDATA[<p>I squeeze in an invisible image between the br:s to decide the perfect row space. How wrong is that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WA Pages</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-66732</link>
		<dc:creator>WA Pages</dc:creator>
		<pubDate>Wed, 06 Jun 2007 08:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-66732</guid>
		<description>I&#039;m having trouble with br... My WYSIWYG uses br for each new line... [enter and shift enter]. I usually need 2 lines between paragraphs... but for some reason.. two br tags don&#039;t count... I only get one blank row... =/</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble with br&#8230; My WYSIWYG uses br for each new line&#8230; [enter and shift enter]. I usually need 2 lines between paragraphs&#8230; but for some reason.. two br tags don&#8217;t count&#8230; I only get one blank row&#8230; =/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lillbra  &#187; Blog Archive   &#187; Html in i minsta element</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-35747</link>
		<dc:creator>lillbra  &#187; Blog Archive   &#187; Html in i minsta element</dc:creator>
		<pubDate>Wed, 14 Feb 2007 07:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-35747</guid>
		<description>[...] dessa element bÃƒÂ¶r/kan anvÃƒÂ¤ndas.  br-taggens vara eller icke vara I Robert Nymana artikel Should [...]</description>
		<content:encoded><![CDATA[<p>[...] dessa element bÃƒÂ¶r/kan anvÃƒÂ¤ndas.  br-taggens vara eller icke vara I Robert Nymana artikel Should [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Dolson Accessible Web Design  &#124;  Is a br tag semantic?</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-31494</link>
		<dc:creator>Joe Dolson Accessible Web Design  &#124;  Is a br tag semantic?</dc:creator>
		<pubDate>Tue, 30 Jan 2007 01:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-31494</guid>
		<description>[...]  to be a purely presentational element.   Robert Nyman boils the issue down to a number of different perspectives on line breaks: &#8220;no&#8221;, &#8220;yes&#8221;, &amp;#82 [...]</description>
		<content:encoded><![CDATA[<p>[...]  to be a purely presentational element.   Robert Nyman boils the issue down to a number of different perspectives on line breaks: &#8220;no&#8221;, &#8220;yes&#8221;, &amp;#82 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-29499</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 22 Jan 2007 08:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-29499</guid>
		<description>Goulven,

Thanks for your input!</description>
		<content:encoded><![CDATA[<p>Goulven,</p>
<p>Thanks for your input!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goulven</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-29373</link>
		<dc:creator>Goulven</dc:creator>
		<pubDate>Sun, 21 Jan 2007 15:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-29373</guid>
		<description>Maybe I&#039;m over-simplifying, but if we are to remain credible and consistent with what we preach, using BR for line breaks is the most obvious choice. We&#039;re doing our best to convince our clients to use semantic markup...

What we can tell them though is that they should start new paragraphs when moving to another point, not BRs.</description>
		<content:encoded><![CDATA[<p>Maybe I&#8217;m over-simplifying, but if we are to remain credible and consistent with what we preach, using BR for line breaks is the most obvious choice. We&#8217;re doing our best to convince our clients to use semantic markup&#8230;</p>
<p>What we can tell them though is that they should start new paragraphs when moving to another point, not BRs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-28816</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 19 Jan 2007 07:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-28816</guid>
		<description>Thanks for your comments!</description>
		<content:encoded><![CDATA[<p>Thanks for your comments!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-28704</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Thu, 18 Jan 2007 18:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-28704</guid>
		<description>Back in the days when I was learning to code HTML, I used Netscape.. remember that? Oh my gosh... well, of course quickly afterwards I dove into the code itself, and never touched a WYSIWYG editor again.

But.. old habits are hard to break (no pun intended), and I have no qualms about using &lt;br&gt; tags at all. Infact I&#039;ll even admit I use two br&#039;s because sometimes it looks better than one &lt;p&gt; (duck), and I&#039;m too lazy to code css to interperate a simple br. And of course on the flip side, simple technique is always great when viewing the page without any style.

However, I don&#039;t normally use breaks to break up a running paragraph, whereas I prefer it to wrap naturally.

I think &lt;br &#124; p&gt; it&#039;s all so trivial, and I don&#039;t forsee these tags going away anytime soon.. now if we&#039;re talking &lt;blink &#124; marquee&gt;.. who ever thought of those. lol</description>
		<content:encoded><![CDATA[<p>Back in the days when I was learning to code HTML, I used Netscape.. remember that? Oh my gosh&#8230; well, of course quickly afterwards I dove into the code itself, and never touched a WYSIWYG editor again.</p>
<p>But.. old habits are hard to break (no pun intended), and I have no qualms about using &lt;br&gt; tags at all. Infact I&#8217;ll even admit I use two br&#8217;s because sometimes it looks better than one &lt;p&gt; (duck), and I&#8217;m too lazy to code css to interperate a simple br. And of course on the flip side, simple technique is always great when viewing the page without any style.</p>
<p>However, I don&#8217;t normally use breaks to break up a running paragraph, whereas I prefer it to wrap naturally.</p>
<p>I think &lt;br | p&gt; it&#8217;s all so trivial, and I don&#8217;t forsee these tags going away anytime soon.. now if we&#8217;re talking &lt;blink | marquee&gt;.. who ever thought of those. lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bruce</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-28658</link>
		<dc:creator>bruce</dc:creator>
		<pubDate>Thu, 18 Jan 2007 12:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-28658</guid>
		<description>I use the br after a label-input pair in forms, so they look OK with stylesheets off .</description>
		<content:encoded><![CDATA[<p>I use the br after a label-input pair in forms, so they look OK with stylesheets off .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy Olsson</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-28651</link>
		<dc:creator>Tommy Olsson</dc:creator>
		<pubDate>Thu, 18 Jan 2007 12:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-28651</guid>
		<description>@Chris:
In &lt;em&gt;my&lt;/em&gt; opinion, that space should be handled by CSS. It is presentational, not semantic. One &lt;code&gt;&lt;br&gt;&lt;/code&gt; is semantic, because it separates the street address from the postal code and city.</description>
		<content:encoded><![CDATA[<p>@Chris:<br />
In <em>my</em> opinion, that space should be handled by CSS. It is presentational, not semantic. One <code>&lt;br&gt;</code> is semantic, because it separates the street address from the postal code and city.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teddy Zetterlund</title>
		<link>http://robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-28650</link>
		<dc:creator>Teddy Zetterlund</dc:creator>
		<pubDate>Thu, 18 Jan 2007 12:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/01/17/should-the-br-tag-be-used/#comment-28650</guid>
		<description>Maaike asked for a alternative solution to eugene&#039;s example so here comes.

&lt;p&gt;Lorem ipsumÃ¢â‚¬Â¦ &lt;a href=&quot;#&quot;&gt;More lipsum &#187;&lt;/a&gt;&lt;/p&gt;

This solution is pretty much the same as I suggested in &lt;a&gt;.

There&#039;s no need for extra spans or anything, you even get rid of a element from his example.</description>
		<content:encoded><![CDATA[<p>Maaike asked for a alternative solution to eugene&#8217;s example so here comes.</p>
<p>&lt;p&gt;Lorem ipsumÃ¢â‚¬Â¦ &lt;a href=&#8221;#&#8221;&gt;More lipsum &raquo;&lt;/a&gt;&lt;/p&gt;</p>
<p>This solution is pretty much the same as I suggested in <a>.</p>
<p>There&#8217;s no need for extra spans or anything, you even get rid of a element from his example.</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
