<?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: Can I use CSS or other method to change line height of a ?</title>
	<atom:link href="http://topblogplacement.com/can-i-use-css-or-other-method-to-change-line-height-of-a/feed" rel="self" type="application/rss+xml" />
	<link>http://topblogplacement.com/can-i-use-css-or-other-method-to-change-line-height-of-a?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=can-i-use-css-or-other-method-to-change-line-height-of-a</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 21 May 2012 16:44:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: J P</title>
		<link>http://topblogplacement.com/can-i-use-css-or-other-method-to-change-line-height-of-a/comment-page-1#comment-1456</link>
		<dc:creator>J P</dc:creator>
		<pubDate>Sun, 31 Jan 2010 10:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://topblogplacement.com/can-i-use-css-or-other-method-to-change-line-height-of-a#comment-1456</guid>
		<description>A better solution would be to set either the margin of the header, or the margin of the text area. &lt;br /&gt; is not really a layout tool its a line break. If you really want to become proficient in CSS learn to use margins and padding to position elements relative to each other. If you want a 10px gap below a header just add style=&quot;margin-bottom:10px;&quot; to the tag the encloses your header.</description>
		<content:encoded><![CDATA[<p>A better solution would be to set either the margin of the header, or the margin of the text area. &lt;br /&gt; is not really a layout tool its a line break. If you really want to become proficient in CSS learn to use margins and padding to position elements relative to each other. If you want a 10px gap below a header just add style=&quot;margin-bottom:10px;&quot; to the tag the encloses your header.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#124; &#124;0I-I4MM4D</title>
		<link>http://topblogplacement.com/can-i-use-css-or-other-method-to-change-line-height-of-a/comment-page-1#comment-1457</link>
		<dc:creator>&#124; &#124;0I-I4MM4D</dc:creator>
		<pubDate>Sun, 31 Jan 2010 10:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://topblogplacement.com/can-i-use-css-or-other-method-to-change-line-height-of-a#comment-1457</guid>
		<description>Hey, you can use &#039;class&#039; property of &lt;br /&gt; tag:

use this structure:

In HTML:
&lt;br class=&quot;MyClassName&quot; /&gt;

In your style .CSS file:

.MyClassName
{
      .height: 1px;
}

Also you can set the height of your &lt;br /&gt; tag without using .Css by write css codes straightly in your tag:

&lt;br style=&quot;height: 1px;&quot; /&gt;

If you have any other questions just keep me posted.</description>
		<content:encoded><![CDATA[<p>Hey, you can use &#8216;class&#8217; property of &lt;br /&gt; tag:</p>
<p>use this structure:</p>
<p>In HTML:<br />
&lt;br class=&quot;MyClassName&quot; /&gt;</p>
<p>In your style .CSS file:</p>
<p>.MyClassName<br />
{<br />
      .height: 1px;<br />
}</p>
<p>Also you can set the height of your &lt;br /&gt; tag without using .Css by write css codes straightly in your tag:</p>
<p>&lt;br style=&quot;height: 1px;&quot; /&gt;</p>
<p>If you have any other questions just keep me posted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tiggsy</title>
		<link>http://topblogplacement.com/can-i-use-css-or-other-method-to-change-line-height-of-a/comment-page-1#comment-1458</link>
		<dc:creator>tiggsy</dc:creator>
		<pubDate>Sun, 31 Jan 2010 10:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://topblogplacement.com/can-i-use-css-or-other-method-to-change-line-height-of-a#comment-1458</guid>
		<description>Trying to do use &lt;br /&gt; as a layout item, rather than a line break might cause problems in some browsers. You&#039;re best doing as  suggests and modifying the characteristics of your heading tag.

There&#039;s a good CSS1 reference here:
http://www.zvon.org/xxl/css1Reference/Output/index.html

However, I would just like to say that we lowly web designers have enough competition without you highly valued SEO gurus muscling in on the act! ;}</description>
		<content:encoded><![CDATA[<p>Trying to do use &lt;br /&gt; as a layout item, rather than a line break might cause problems in some browsers. You&#8217;re best doing as  suggests and modifying the characteristics of your heading tag.</p>
<p>There&#8217;s a good CSS1 reference here:<br />
<a href="http://www.zvon.org/xxl/css1Reference/Output/index.html" rel="nofollow">http://www.zvon.org/xxl/css1Reference/Output/index.html</a></p>
<p>However, I would just like to say that we lowly web designers have enough competition without you highly valued SEO gurus muscling in on the act! ;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bodhost.co.uk</title>
		<link>http://topblogplacement.com/can-i-use-css-or-other-method-to-change-line-height-of-a/comment-page-1#comment-1459</link>
		<dc:creator>bodhost.co.uk</dc:creator>
		<pubDate>Sun, 31 Jan 2010 10:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://topblogplacement.com/can-i-use-css-or-other-method-to-change-line-height-of-a#comment-1459</guid>
		<description>This is how you can change line height of a &lt;br/&gt;
 Value: normal &#124; &lt;number&gt; &#124; &lt;length&gt; &#124; &lt;percentage&gt;
Initial: normal
Applies to: all elements
Inherited: yes
Percentage values: relative to the font size of the element itself

The property sets the distance between two adjacent lines&#039; baselines.

When a numerical value is specified, the line height is given by the font size of the current element multiplied with the numerical value. This differs from a percentage value in the way it inherits: when a numerical value is specified, child elements will inherit the factor itself, not the resultant value (as is the case with percentage and other units).

Negative values are not allowed.

The three rules in the example below have the same resultant line height:

DIV { line-height: 1.2; font-size: 10pt }     /* number */
DIV { line-height: 1.2em; font-size: 10pt }   /* length */
DIV { line-height: 120%; font-size: 10pt }    /* percentage */

A value of &#039;normal&#039; sets the &#039;line-height&#039; to a reasonable value for the element&#039;s font. It is suggested that UAs set the &#039;normal&#039; value to be a number in the range of 1.0 to 1.2.</description>
		<content:encoded><![CDATA[<p>This is how you can change line height of a &lt;br/&gt;<br />
 Value: normal | &lt;number&gt; | &lt;length&gt; | &lt;percentage&gt;<br />
Initial: normal<br />
Applies to: all elements<br />
Inherited: yes<br />
Percentage values: relative to the font size of the element itself</p>
<p>The property sets the distance between two adjacent lines&#8217; baselines.</p>
<p>When a numerical value is specified, the line height is given by the font size of the current element multiplied with the numerical value. This differs from a percentage value in the way it inherits: when a numerical value is specified, child elements will inherit the factor itself, not the resultant value (as is the case with percentage and other units).</p>
<p>Negative values are not allowed.</p>
<p>The three rules in the example below have the same resultant line height:</p>
<p>DIV { line-height: 1.2; font-size: 10pt }     /* number */<br />
DIV { line-height: 1.2em; font-size: 10pt }   /* length */<br />
DIV { line-height: 120%; font-size: 10pt }    /* percentage */</p>
<p>A value of &#8216;normal&#8217; sets the &#8216;line-height&#8217; to a reasonable value for the element&#8217;s font. It is suggested that UAs set the &#8216;normal&#8217; value to be a number in the range of 1.0 to 1.2.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

