Info
- 5 posts
- 4 voices
- Started 5 years ago by bakedlogdotcom
- Latest reply from fel64
- This topic is not a support question
blockquote?
-
- Posted 5 years ago #
I don't know if I'm missing something here or what, but when replying or posting, I see no difference if when I surround a block of text with
or not...<blockquote>It's a pain because there is no way to create line separation when posting... you can't use <br> .. is there a way to customize the 'Allowed tags'? Please help & thx in advance.
-BHensley
-http://Bakedlog.com -
- Posted 5 years ago #
You should be able to change your style.css to reflect how you want your blockquote to work. I changed mine and see no problems with it. Take a look at:
http://forum.trentadams.ca/topic.php?id=313&replies=1#post-483
Used:
blockquote {
border-left: 1px solid #c00;
border-right: 1px solid #c00;
border-top: 1px solid #c00;
border-bottom: 1px solid #c00;
background: #fff;
width: 300px;
margin-left: 1.5em;
padding: 5 5 5 5px;
}Is that what you mean or could you give an example?
Trent
-
- Posted 5 years ago #
yes thank you!
-
- Posted 4 years ago #
I just installed bbpress yetserday on a new domain and have integrated it with wordpress using the plugin, etc. I also have found that the default template has no blockquote support. Even by including the blockquote definition given above by Trent verbatim in my bb-admin/style.css file does no good, here is a view source excerpt of the source file:
<blockquote><p>[Shakir 5:57] O you who believe! do not take for guardians those who take your religion for a mockery and a joke...</p></blockquote>as a test...
testing blockquote here in bbpress support
nope. above line doesnt render in blockquoted indent either.
i think the problem is the insertion of <p></p> tags around every paragraph. Since blockquote is an inline style, the p tags override it. we could get around this by using a div class=blockquote kind of construction instead but wouldt it be nicer if blockquote just worked out of the box?
-
- Posted 4 years ago #
verbatim in my bb-admin/style.css file does no goodbecause there are no blockquotes in bb-Admin. Apply them to your theme, which should be in my-templates/themename/style.css. I agree, kakumei needs default blockquote support. I'll add a trac ticket or sumthin'.
-
You must log in to post.