Please help...Unable to add a space between paragraphs in the first page of my blog. The sentences cannot be separated by a space. I went to "edit entry" and hit the enter key 2 time, I also used the shift and enter key together. I had some luck with the insert and enter key, however it only worked a couple of times. What should I do.
Lester
Can't add spaces between paragraphs
Can't add spaces between paragraphs
Lester
Diversity Spotlight
Diversity Spotlight
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Can't add spaces between paragraphs
Hi!
If you can show us the result of your tests on your blog by giving us the URL we could have a look at the HTML code and see what could be happening?
Best regards,
Garvin
If you can show us the result of your tests on your blog by giving us the URL we could have a look at the HTML code and see what could be happening?
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Two solutions:
- Install the "NL2BR"-plugin, and enable it for your entries.
- If that isn't the problem, you can edit your stylesheet like this:
But I guess that's not necessary.
- Install the "NL2BR"-plugin, and enable it for your entries.
- If that isn't the problem, you can edit your stylesheet like this:
Code: Select all
p {
margin: 25px;
}
Can't add spaces between paragraphs
Hi Garvin,
The URL to my site is
http://www.diversityspotlight.com/cblog/
I hop you can help. I'm very new in the business and would appreciate any assistance you can provide. Thank you all.
Lester
The URL to my site is
http://www.diversityspotlight.com/cblog/
I hop you can help. I'm very new in the business and would appreciate any assistance you can provide. Thank you all.
Lester
Lester
Diversity Spotlight
Diversity Spotlight
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Can't add spaces between paragraphs
Hi!
Actually, you can use Davy's suggestion. Edit the templates/default/style.css file and insert
This should enhance the margins between your paragraphs, which are currently set to 0px.
HTH,
Garvin
Actually, you can use Davy's suggestion. Edit the templates/default/style.css file and insert
Code: Select all
.serendipity_entry_body p {
margin-bottom: 1em;
}
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/