• Magic Blue 1.2 theme on https://www.zellie.info

    Back in the day <br /><br /><br /><br /> would give me four blank lines. <p></p> won’t give me blank lines unless there’s something inside it so then I have to color whatever is inside white so it doesn’t show up. Seems a bulky way to manage white space but it’s all I’ve been able to find. Any other options?

Viewing 1 replies (of 1 total)
  • It’s not very pretty, but I make spacers as such: in your post, put
    <p class=”spacer” /> (or spacer2 or spacer3) after a paragraph, and in your style.css:

    .spacer
    {
    margin: 10px 0 0 0px;
    }
    
    .spacer2
    {
    margin: 20px 0 0 0;
    }
    
    .spacer3
    {
    margin: 30px 0 0 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Is there really no way to manipulate white space?’ is closed to new replies.