Thursday, October 4, 2012

Paragraph Spacing

A just found a new problem. Again. Each time I want to start a new line in WLW but no necessarily a new paragraph, my paragraph spacing is off.
It is off be 1.5 instead of .5. which is where I want it to be or at least just below the previous line. Apparently there is not much help with Microsoft support nor Blogger.
 
image
So I went to w3school.com.
I tried their practice tools using this very line.
This is without editing the html code.

So I went to w3school.com.
I tried their practice tools using this very line.
This is with editing the html code.
This is with just the BR code.
<p>So I went to w3school.com.<br>I tried their practice tools using this very line.<br>This is with editing the html code.<br>This is with just the BR code.</p>

So I went to w3school.com.
I tried their practice tools using this very line.
This is with editing the html code.
This is with P Class code specifying the height that equals small and I included the BR code
<p class="small">So I went to w3school.com.<br>I tried their practice tools using this very line.<br>This is with editing the html code.<br>This is with P Class code specifying the height that equals small and I included the BR code</p>

So I went to w3school.com. I tried their practice tools using this very line. This is with editing the html code. This is with P Class code specifying the height that equals small and it is without the BR code
<p class="small">So I went to w3school.com.
I tried their practice tools using this very line.
This is without editing the html code.
This is with P Class code specifying the height that equals small and it is without the BR code</p>



No comments:

Post a Comment