2012-11-21, 06:19:43
(This post was last modified: 2012-11-21, 06:26:40 by Graphicism.)
I'm just getting started with get-simple and find that whenever I add content, be it with the WYSIWYG or directly through source it's added spaces after I save.
For example I would write:
<h2>My Title</h2>
<p>This is going to be my content.</p>
And when saved and previewed it would look like this:
<h2>
My Title</h2>
<p>
This is going to be my content.</p>
I also noticed that when adding the header it does the same thing, this won't validate!
<li class="current
index"><a href="#" title="Home">Home</a></li>
For example I would write:
<h2>My Title</h2>
<p>This is going to be my content.</p>
And when saved and previewed it would look like this:
<h2>
My Title</h2>
<p>
This is going to be my content.</p>
I also noticed that when adding the header it does the same thing, this won't validate!
<li class="current
index"><a href="#" title="Home">Home</a></li>