paragraph <p> tag not working with text widget
-
I’ve just started with WordPress and I’m using the text widget with The Journalist v1.3 theme. I’m trying to format paragraphs using the HTML tag <p>text here</p> but it is not working. Is this a known issue? Is there a fix?
Thanks in Advance.
Neil
The blog I need help with is: (visible only to logged in users)
-
More information:
I did tick the Automatically add paragraphs box but that did not fix the problem.
-
@tartanneil
Please post the complete URL for the blog you are referring to starting with http:// -
-
Here’s the HTML I am currently using. There is code between some of the <p> tags. I removed the code but it made no difference.
</p><p>My name is Neil Leslie. I’m a freelance illustrator. I used to live in Edinburgh, Scotland but now I live in Berlin, Germany.</p>
<p>In 2008 I reached my 20th year as a freelance illustrator. It was then that I decided to start a blog to supplement my website.</p>
<p>You can view more work at my website http://www.neilleslie.com where there is a comprehensive history of 20 years of image making in the about me section. </p>
-
Hmm the <p> brackets should worked with that text format I recommend clearing your browser cache and cookies then restart your browser and see if that fixes the issue for you.
Reset Browser FAQ » http://wp.me/PEmnE-19
If that doesn’t;t work then I recommend contacting staff directly @ http://en.support.wordpress.com/contact/
-
Your text is seprated into paragraphs, but in this theme the widget creates no blank lines between them. Add this between each paragraph and the next:
<div style="height:12px;"></div>
Or change the first two opening p tags to this:
<p style="padding-bottom:12px;"> -
I found that if I put a
tag after the </p> tag that worked. However, I’ve now changed the code to that suggested by panaghiotisadam, somehow I feel that solves the problem more elegantly.Problem solved, thanks for all the help.
-
Last message should say:
I found that if I put a break tag after the </p> tag that it worked. However, I’ve now changed the code to that suggested by panaghiotisadam, somehow I feel that solves the problem more elegantly.
Problem solved, thanks for all the help.
- The topic ‘paragraph <p> tag not working with text widget’ is closed to new replies.