Info
- 3 posts
- 2 voices
- Started 3 years ago by meitershaker
- Latest reply from _ck_
- This topic is not resolved
Problem with the bbcode-lite plugin: remove br space after H1
-
- Posted 3 years ago #
Hi everybody,
i use the bbcode-lite plugin by ck, and i want to add a <h1> in the list !So, i have this:
$simple = array('b' => 'strong','i' => 'em','u' => 'u','center'=>'center','quote' => 'blockquote','strike' => 'strike','s' => 'strike','list' => 'ul','code' => 'code','h1' => 'h1');but i have a br space after in the post: how to remove this? I think is the same thing that for li list
http://plugins-dev.bbpress.org/changeset?old_path=bbcode-lite%2Ftrunk%2FBBcode-lite.php&old=1000&new_path=bbcode-lite%2Ftrunk%2FBBcode-lite.php&new=1311thanks
bye!
-
- Posted 3 years ago #
help please, i'm very lost lol.
so, it is possible to add colors in bbcode, like in phpbb or punbb?
thanks.
-
- Posted 3 years ago #
Technically you're not supposed to have more than one H1 on any given html page (though browsers don't care and will render anyway). The trailing BR is a problem with bbPress's parser.
Why don't you use the built in ability of BBcode to do SIZE instead?
[size=6]Large Text[/size] [size=+1]text larger than default size[/size] default size [size=-1]text smaller than default size[/size] -
You must log in to post.