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
2 answers

blockquotes reversed for a multi language site

'I will be coding a website that will have Arabic. it reads right to left. The formatting is coming for rest of the page but not for the blockquote. i tried setting it with lang attribute but when i do that, before quotes are going. I'm asking the…
0
votes
2 answers

Bootstrap in WordPress adding a gray bar to blockquotes

I am working on creating a plugin that requires Bootstrap. I have enqueued the correct Bootstrap and jQuery libraries. Everything is working fine on the page, but when I put a blockquote in the page, it adds a gray bar to the left. I tried using the…
Darth Mikey D
  • 107
  • 2
  • 14
0
votes
2 answers

Combining Blockquote and p Tags with Quotes

CodePen Link I'm trying to surround my bockquote's with " characters. However, I can't get this to work flexibly for all of the HTML scenarios below:
no p tag

one p tag should be on a new…

Muhammad Rehan Saeed
  • 35,627
  • 39
  • 202
  • 311
0
votes
2 answers

R-type blockquotes in BBEdit

How can I quickly add R-type quotes (#) to multiple lines in BBEdit, and how can I quickly remove them again?
user12635841
0
votes
3 answers

Remove table indent inside indented blockquote to full body width

I am trying to fix an issue with my HTML+CSS to remove indent of a table which is inside a blockquote tag. There is some text after this table as well which should be indented so I can't take the table out of blockquote tag. Any…
m farn
  • 51
  • 5
0
votes
2 answers

My text isn't staying within the boundaries of my bootstrap card. Why not?

I'm building a website for a client and I am trying to keep text within a Bootstrap card. Everything else is working fine. The card is not resizing to encompass the text - but this problem only occurs on screen sizes of iPad and below. How do I fix…
0
votes
0 answers

How to copy blockquote text easily in mobile browser?

When we long tap in mobile/tablet browser then we get content selection option like copy whole page, copy selected text, share button, and search button Picture copied from this thread. So can I select full blockquote text(
This is…
Goyllo
  • 331
  • 3
  • 15
0
votes
3 answers

Blockquote adds extra

Why blockquote adds a extra br at the end of it and how can i avoid it? How can i remove that extra br that is added so all my lines are together> .container-content .main-content .container-test pre { font-family: monospace; white-space:…
Angelos
  • 5
  • 4
0
votes
1 answer

Blockquote formatting breaks next to a floated DIV

I have a layout I am working on where I need to have a blockquote and some text next to a floated DIV element. The background image and the indenting on the blockquote next to the floated element disappears. I know why this is happening, I just…
Cynthia
  • 5,273
  • 13
  • 42
  • 71
0
votes
2 answers

Issue with blockquote when using float

In my html page, I have an image which has been floated left. All texts are supposed to appear on the right and the bottom of the image, this is working as expected. Only problem I am facing is with the blockquotes. Expected result : on the right of…
Anshul Rai
  • 83
  • 1
  • 2
  • 7
0
votes
4 answers

Block quote left border same height as text

How can I make a block quote line the exact same height as the text that's inside the element. Here is an example of what It should look like: This is the current result that I'm getting from the code that I have created: blockquote { margin:…
user8542715
0
votes
1 answer

Blockquote Background Color follow line length

Hi is is possible to make the background of my block quote follow the length of the line of text. Here is the following code of my block quote

£265,000 will make an XXL difference

My current CSS: blockquote p { …
Chris
  • 313
  • 1
  • 4
  • 21
0
votes
1 answer

CSS additions for blockquote in javascript/jquery

I have a couple lines in various paragraphs within span elements. My intent is to pull the text and dynamically add a blockquote element in my javascript using jQuery. Everything works as it should except for the styling, and I'm unsure why. I'm…
mallorz
  • 55
  • 1
  • 8
0
votes
0 answers

Quote markup in same article

I'm working on a site that uses quotes to highlight sentences from the same article. See this example: Polygon. Notice the "FINAL FANTASY 15 IS AMBITIOUS IN WAYS MOST GAMES NEVER TRY" and "FINAL FANTASY 15 PROVIDES AN EMOTIONALLY FULFILLING FINALE"…
Nelis86
  • 51
  • 1
  • 6
0
votes
3 answers

How to search text for this specific string format?

I want to check if a string contain following format [QUOTE] Test sentence [/QUOTE] If that so then I will do this. string description = dr["description"].ToString(); description = description.Replace("[QUOTE]",…
Prageeth Liyanage
  • 1,612
  • 2
  • 19
  • 41