I've tried and
to insert a hard return neither of which worked. I wonder if it's at all possible to do so with my limited understanding of CSS / HTML.
The blog I need help with is shimworld.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
I've tried and
to insert a hard return neither of which worked. I wonder if it's at all possible to do so with my limited understanding of CSS / HTML.
The blog I need help with is shimworld.wordpress.com.
Oops, let me try that again. I meant   and <br/>
Are you looking for standard paragraph spacing (blank line in between paragraphs?
Both blank line and force it to the next line, if possible.
I don't know if the about box will accept HTML or not, but you can try wrapping the bits in "p" tags as follows.
<p>First bit of text here</p>
<p>Second bit of text here</p>
And on the line break code, you need a space in it.
<br />
Not sure if you had the space in there when you tried it or not.
Line break doesn't work. See About Me in post
<p>Professional Photographer and Artist based in Brunei Darussalam</p>
<br />
<p><a href="http://www.facebook.com/janshimphoto">Facebook</a> | <a href="http://www.twitter.com/janshim">Follow on Twitter</a> | <a href="http://shimworld.files.wordpress.com/2009/07/janshim-bt-personality.jpg">The Accidental Artist</a>.</p>
I was kind of afraid of that. Staff would have to enable HTML in the about section in the dashboard. Worth asking them about me thinks.
This topic has been closed to new replies.