Top "Paragraph" questions

The paragraph concept in any UI renderer.

javascript to get paragraph of selected text in web page

After highlighting text, I would like to obtain the paragraph in which the selected text resides. var select = window._content.…

javascript window document webpage paragraph
Is the <div> tag ever an undesirable alternative to the <p> tag?

I see the <p> tag used a lot in the code of others but have never used it …

html paragraph
Reduce paragraph line break height on iTextSharp

How can I reduce the height of a line break which occurs when a paragraph length is too long for …

itextsharp line-breaks paragraph
How can I create fixed-width paragraphs with PDFbox?

I can insert simple text like this: document = new PDDocument(); page = new PDPage(PDPage.PAGE_SIZE_A4); document.addPage(page); …

html pdfbox paragraph
Regex for replacing <p class="someClass"> with <h2> tag?

I need to replace all: <p class="someClass someOtherClass">content</p> with <h2 class="someClass …

php regex replace paragraph html-heading
Paragraph of text in circle using CSS

I have been looking around for a decent and fast solution on how to place a paragraph of text inside …

html css text geometry paragraph
iText - Adding external image using Chunk

I am new to iText and faced with a real interesting case about adding external images to a paragraph. Here …

image pdf itext paragraph
Should I put paragraph tags around images?

I have a web page where I have text with images. I write some text (in a paragraph) then put …

html tags image paragraph
CSS - Vertical align text in absolute positioned paragraph

Before we start: Please don't close this as a duplicate of another question. I just searched here on Stackoverflow without …

html css vertical-alignment paragraph
Knockout.js carraige return in paragraph text

Using knockout.js, how do I include a carriage return in the text that is bound to the text attribute …

knockout.js carriage-return paragraph