Info
- 8 posts
- 4 voices
- Started 5 years ago by mattpeckham
- Latest reply from fel64
- This topic is not resolved
Empty tag <br> issue?
-
- Posted 5 years ago #
I'm stupid, just say it. Though 'br' lists as a tag in my allowed markup (as here), entering it to force spaces after blockquotes, which force the next line following up, does nothing.
Any ideas?
-
- Posted 5 years ago #
I actually have the same problem;
<br>doesn't work, it just shows up in the post as-is. -
- Posted 5 years ago #
Try
<br /> -
- Posted 5 years ago #
Ah ok that worked, duh.
-
- Posted 5 years ago #
That works, except for one issue - blockquotes. I was trying to use it (inappropriately, it seems) to force a space after a blockquote. Here's what's happening:
Test post
Text bumped right up against blockquote.
Okay, shoot - blockquote isn't defined here, so I can't show you what's happened. Try here:
http://mikecarey.net/forum/topic.php?id=10&page&replies=1#post-43
...bottom third of that first post, right after the blockquote.
No matter how many spaces I place after the blockquote end tag, or instances of the br tag, it stays flush.
-
- Posted 5 years ago #
Okay, fixed it by putting:
margin-bottom: 1em;
...in the CSS. :)
-
- Posted 5 years ago #
I wonder if someone smarter than me could write a plugin for Markdown or Textile? That would beat these tags by a mile.
-
- Posted 5 years ago #
I might do it sometime, but for now I'd say just use the Comment Quicktags - press a button and the code is inserted, if your problem is remembering the codes.
http://bbpress.org/plugins/topic/14?replies=6
Demo here: http://forums.loinhead.net/topic/the-purty-image-associator/page/2?replies=52
-
You must log in to post.