I can't get blockquotes to work. Even definining a blockquote style in style.css doesn't work. I wonder if this is the same thing that is going on with nested lists?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | blockquote.png | 21.59 KB | jwolf |
I can't get blockquotes to work. Even definining a blockquote style in style.css doesn't work. I wonder if this is the same thing that is going on with nested lists?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | blockquote.png | 21.59 KB | jwolf |
Comments
Comment #1
jwolf commentedCould you provide me with some more info so that i can look into this?
Comment #2
jwolf commentedI defined a blockquote style in style.css - for example:
I used the blockqoute tag - enclosing the quote within the blockquote tags - when creating a new comment:
For the blockquote to work, you'll need to add the blockquote tag to the "Allowed HTML tags:" in the input format settings.
Comment #3
Art Morgan commentedI'm surprised I haven't noticed this after a couple months using Amadou, but I have problems with blockquotes too. Here is an example page, with Full HTML input method:
http://www.progressiveu.org/171632-progressive-churches
On my old theme it just indented the text and I think put a blue background. That would be a nice start, but some sexy quotation marks like the drupal theme might be even better!
(Just a suggestion. I love the theme and could never do it myself, so I'm not one to complain)
Comment #4
geekarena commentedI'm having the same problem. Full html, defined in css, still nada. In Bluemarine, works fine. Now that's weird.
Comment #5
jwolf commentedhmmmmm... *scratches head*
Comment #6
geekarena commentedIf I take the given blockquote styles (as above) and place them in a div tag around the section of text, it works just fine. So some other style command is overriding. That's probably obvious to CSS experts; just thought I'd share the tip for others to use until jwolf or someone else can find what's overriding.
<div style="background-color: #F4F4F4; font-style:italic; margin:0 0 12px 12px; padding:12px;">quoted material here </div>Comment #7
geekarena commentedoops, never mind...ignore everything I said above. Too many Drupal sites going at one time... Sorry.
Comment #8
jwolf commentedFixed with the release of amadou 5.x-3.0 -- although, I still think it was never broken.
Comment #9
(not verified) commentedComment #10
Lisa Williams commentedI still have this problem in 4.7; I added a blockquote style as follows:
blockquote {
font-size : 12px;
font-family: times new roman;
background color: #FFF82
padding-left: 100px
padding-right: 5px
border: 2px dashed #FC8A42
}
(ugly, I know, but wanted to play with it until I got something I liked)
and the output does change the font, and font size, but nothing else. You can check it out here: http://h2otown.info/node/5122
Thanks so much for any help you can offer. I run a local online community/news site for the small city where I live, and I quote a lot of news stories, so making quotes more easily distinguished from the text would be a big aid to the participants.
Comment #11
jwolf commentedComment #12
jwolf commentedLisa Williams you're not using 4.7.x-3.1
Please create a new bug report with the correct version you are using.
Thanks
Comment #13
Lisa Williams commentedSo....you're closing this not because it's fixed? But because the bug reports of all the people above don't work for you?
Comment #14
jwolf commented*plonk*