Sorry for my dumbness.
I've had my blog for several months now. I'm sure there's a simple fix, but I can't seem to get any spacing between paragraphs. All of my long, boring posts look like one big blob of text. It's visually overwhelming.
Also, any chance of a spell checker for some of my relatives that were never into "book learnin'"?
Any assistance without making fun of me too much would be appreciated.
Paragraph spacing
-
stm999999999
- Regular
- Posts: 1531
- Joined: Tue Mar 07, 2006 11:25 pm
- Location: Berlin, Germany
- Contact:
-
bulldogrebel
- Posts: 4
- Joined: Fri Nov 17, 2006 1:52 am
To tell you the truth...
Stephan,
Thanks for your speedy reply. The truth of the matter is that I just don't know that much about blog software. I'm great at other computer stuff...but not this.
When I finish a paragraph I hit ENTER twice hoping to get a double-space between paragraphs. It just doesn't turn out that way.
Any simple advice that a weirdo like me could understand?
I have accessed the plugins but I don't know exactly what they do.
Thanks for your speedy reply. The truth of the matter is that I just don't know that much about blog software. I'm great at other computer stuff...but not this.
When I finish a paragraph I hit ENTER twice hoping to get a double-space between paragraphs. It just doesn't turn out that way.
Any simple advice that a weirdo like me could understand?
I have accessed the plugins but I don't know exactly what they do.
-
stm999999999
- Regular
- Posts: 1531
- Joined: Tue Mar 07, 2006 11:25 pm
- Location: Berlin, Germany
- Contact:
-
bulldogrebel
- Posts: 4
- Joined: Fri Nov 17, 2006 1:52 am
Me again
I'm using version 2.3. Not sure if that makes a difference.
My URL is: http://bulldogrebel.com/cgi-bin/cblog/
I don't see anything mentioned about nl2br. Maybe I'm looking in the wrong place. Sorry for the trouble.
My URL is: http://bulldogrebel.com/cgi-bin/cblog/
I don't see anything mentioned about nl2br. Maybe I'm looking in the wrong place. Sorry for the trouble.
-
stm999999999
- Regular
- Posts: 1531
- Joined: Tue Mar 07, 2006 11:25 pm
- Location: Berlin, Germany
- Contact:
Äh, version 2.3 of what?
to your problem:
As you can see in the html-source-code:
So, you have a file style.css in ... hm ... ok, if you are not so familiar with that, let us try another way:
In your admin-backend - you can add a html nugget (I do not know the englich term, I use the german version). There you insert:
then you can play with the value, until it fits your wishes.
to your problem:
As you can see in the html-source-code:
you are producing real paragraphs - do you use one of the WYSIWYG-editors of s9y?eye anywhere as we watched them roll
off the plane into waiting hearses.</p><p></p><p /><p>The reason I tell you
all of this is because everywhere I go I see those magnets on
So, you have a file style.css in ... hm ... ok, if you are not so familiar with that, let us try another way:
In your admin-backend - you can add a html nugget (I do not know the englich term, I use the german version). There you insert:
Code: Select all
<style type="text/css">
.serendipity_entry p {
margin-bottom: 10px;;
}
</style>
Ciao, Stephan
-
bulldogrebel
- Posts: 4
- Joined: Fri Nov 17, 2006 1:52 am
Stephan
You've been so much help. I thank you for your time. I'll give it a try and be back here tomorrow night with the results.
Thanks again.
Off to bed.
Thanks again.
Off to bed.
-
stm999999999
- Regular
- Posts: 1531
- Joined: Tue Mar 07, 2006 11:25 pm
- Location: Berlin, Germany
- Contact:
Ah, I see, you mean your are using the template "serendipity v2.3"! To see, what my code above will do, change your template by teh template dropdown to "MT3 - Independence" e.g. - there is a code like mine in the template.stm999999999 wrote:Äh, version 2.3 of what?
BTW try some of them, they are much more beautifull in my point of view.
Ciao, Stephan
I changed to MT3 and that works for me. I think there should either be some space or a first line indent on paragraph tags.stm999999999 wrote:Ah, I see, you mean your are using the template "serendipity v2.3"! To see, what my code above will do, change your template by teh template dropdown to "MT3 - Independence" e.g. - there is a code like mine in the template.stm999999999 wrote:Äh, version 2.3 of what?
BTW try some of them, they are much more beautifull in my point of view.
I saw where to put sidebar nuggets. Is that where I would put the nugget you describe?
-Jeff