Questions tagged [blockquote]

A means of setting one or more lines of text apart from the body of a page of text. It is a formatting technique that usually results in the quoted text being placed in a box, or with increased margins, possibly with other decorations. It is closely associated with the HTML tag

.

76 questions
0
votes
1 answer

Excluding blockquote from forum post with xpath

I'm trying to extract forum posts (message2) while getting rid of the blockquote (message1). Here is the HTML (post content modified/simplified):
T.Gil
  • 3
  • 2
0
votes
1 answer

Blockquote not aligning

I'm designing a responsive site which means the layout changes. When viewed as wide as possible, my blockquote wraps to the next line. I would like for it to be on the same line. I have managed to fix the open quote by adding some text-indent…
HubCap
  • 323
  • 5
  • 14
0
votes
2 answers

Insert text to the left of a blockquote

I'm following this answer to insert a curly bracket before two fields in my form (there's a jsfiddle in the link): The red * means that field is required. But actually, the user could supply one OR the other, so the proper representation would…
Rodrigo
  • 4,706
  • 6
  • 51
  • 94
0
votes
0 answers

Display Tumblr’s nested blockquotes (reblog notes) like they are displayed in the dashboard

In a tumblr theme I want to adapt the way how reblog notes are displayed in the tumblr dashboard. I want this: tumblr reblog notes as nested blockquotes to look like this: tumblr reblog notes in dashboard Any solution or idea is highly…
Flax
  • 72
  • 1
  • 9
0
votes
2 answers

Quotation symbol added with css is displayed differently in Chrome and IE10

I have the following css code: blockquote { color:#bc6d10; font-family: 'FranklinGothicURW-Dem'; font-style:normal; float:left; margin:0; font-size:1.5em; margin:20px 0 5px;} blockquote p { font-size:1.4em; …
ptf
  • 3,210
  • 8
  • 34
  • 67
0
votes
4 answers

centering and making responsive a blockquote element

Can somebody please show me how to make a quote that I amu sing on my website both centered and responsive so it gets smaller as the browser window does staying centered, but also so it is centered, just smaller on mobile devices. Thank you CSS …
jeff rush
  • 71
  • 2
  • 9
0
votes
2 answers

How do I increase the spacing between different parts of blockquotes with CSS?

I have a bunch of nested quotes I want to display, but I find (see the attached example below) that the spacing between quotes is too small. How do I increase this? HTML:
stuff …
Doug Smith
  • 29,668
  • 57
  • 204
  • 388
0
votes
2 answers

Blockquote icon doesnt seem right on bigger width

iam trying to edit css to my page , more specific my blockquote icon doesnt seem right. well in order to show up 100% on height i have to write down 2 lines of blockquote at least. Otherwise it is showed by 50% of the icon. Here is the example…
Panagiotis
  • 21
  • 4
0
votes
1 answer

tinymce add div and class within blockquote

I am using the stfalcontinymce bundle for tinymce for symfony. I want to add a div with a class attribute within a blockquote In the config file I have the following settings: plugins: - "advlist autolink lists link image charmap print…
softie
  • 237
  • 1
  • 2
  • 17
-1
votes
3 answers

CKE change blockqoute style

When i use this code in CKE Editor:
test
test
can i change this: Image 1 to this: Image 2 Problem: The PN Messenger in our CMS reply the last message with blockquote in blockquote. And with several…
-1
votes
1 answer

How do i make my blockquote responsive to different screen sizes?

I have added a blockquote to the header of my page and am trying to make it responsive so that the text adjusts to the screen size. I would like the text to stay centered, and change size according to the browser. I have tried changing the font size…
RianneJ
  • 143
  • 1
  • 11
-1
votes
1 answer

Opacity associated with text within a blockquote

I've been working on this for hours and have 0 idea what to do. Although I think I have it right, it's saying that it is wrong. I have no idea what else to do. The question says: The page contains a review within a block quote. Go to the Blockquote…
timbuck250
  • 17
  • 3
-1
votes
1 answer

block quote ignore empty lines and keep opening new quotes

the following photo for a code that has an empty line every few lines, the block quote ignore empty lines and consider that as the quote end and keep opening new quotes. that's strange since i made a blockquote once for the whole code . the…
abdo refky
  • 145
  • 1
  • 11
-2
votes
1 answer

How to create a blockquote in CSS that doesn't overflow on an (floating) image when displayed at the same height

Here is my CSS .img-float-right { float: right; margin: 10px 0px 25px 35px !important; } .blockquote { font-size: 1.4em; margin: 30px auto 30px; width: 90%; font-family: Open Sans; font-style: italic; color:…
EstefanTT
  • 21
  • 5
-2
votes
2 answers

How to replace nested blockquote tags with single tag with class?

I inherited several thousand messy HTML files that use repeated blockquote tags to display lines of a poetry. Example:
roses are red

violets are…
parap
  • 1,844
  • 5
  • 19
  • 28