Tagged Questions
The paragraph tag has no wiki summary.
9
votes
6answers
9k views
Turn off enclosing <p> tags in CKEditor 3.0
Is there a possibility to turn off the automatic enclosing of all written content within <p></p> in CKEditor 3.x?
I tried
CKEDITOR.config.enterMode = CKEDITOR.ENTER_BR;
but this ...
9
votes
2answers
10k views
How can one number paragraphs in LaTeX?
Given a bunch of paragraphs:
Para. A ...
Para. B ...
Para. C ...
How can one have LaTeX automatically number them, i.e.
1. Para. A. ...
2. Para. B. ...
3. Para. C. ...
I've seen the ...
8
votes
7answers
2k views
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 in my own work.
I'm wondering what advantage this gives over using a <div> tag?
Are there any benefits I could ...
8
votes
5answers
3k views
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.document.getSelection();
Any pointers please?
6
votes
4answers
592 views
Highlighting long sentences using jQuery
I'd like to highlight long sentences (say, 50 words or greater) contained in an array of paragraph objects on a page, ie $("#content p"). I'm not sure how to tackle this.
I originally tried to ...
5
votes
5answers
607 views
Formatting sentences in a string using C#
I have a string with multiple sentences. How do I Capitalize the first letter of first word in every sentence. Something like paragraph formatting in word.
eg ."this is some code. the code is in C#. ...
5
votes
6answers
2k views
Make a space between paragraph (x)html, css
I want space between my <p>content</p> tags. Not before and not after <p> tags. Fx my code is:
<div>
<h1>A headline</h1>
<p>Some text</p>
...
5
votes
4answers
4k views
No indent for paragraphs after figures?
The default style for my document is that paragraphs are indented. That's fine. But I need no indentation for paragraphs that follow a figure or other objects.
Using \noindent manually does not work ...
4
votes
2answers
450 views
Objective C - NSAttributedString inserting a bullet point?
So I have an NSAttributedString I want to insert a bullet point at the beginning of a portion of text. How can I do this? How do I create a CTPAragraphStyle that creates this bullet point when I ...
4
votes
1answer
175 views
How to collapse a paragraph?
How can I make a Paragraph collapsible in a FlowDocument while keeping its text selectable?
4
votes
5answers
2k views
How would I databind a Paragraph to a TextBlock?
How would I take a Paragraph object and databind them to the TextBlock for use in a DataTemplate?
A plain bind does nothing, just a ToString() of the Paragraph object.
The InLines property would let ...
3
votes
2answers
63 views
Text Weighted to Last Line of Paragraph
An unusual one this, and a toughie to explain eloquently!
I'm trying to force the first line of a paragraph to have the least number of characters where under normal circumstances it would be the ...
3
votes
2answers
129 views
Emacs fill-paragraph not breaking lines where expected
I have the following HTML code (a list item). The content isn't important--the problem is the end of line 2.
<li>Yes, you can learn how to play piano without becoming a
great notation reader,
...
3
votes
4answers
261 views
Paragraph-based diff program?
Does anyone know of a diff viewer or comparison program that can do paragraph-based differentials? My repos has a large number of LaTeX files that are formatted into 80-character wide paragraphs (for ...
2
votes
2answers
62 views
Display Paragraphs in UITextView without \n
Is there a convenient way to format a rather long string with paragraphs in it (like below) to have it with \n in it so the textView will display the paragraphs as well?
blah
blah
to ...
2
votes
3answers
110 views
styling p tags but not when they have a tags
My first post here and unfortunately it won't be that exciting and I need an answer that includes IE6.
To get space between paragraphs, I'm styling my <p> tags like this:
div.content_cms p {
...
2
votes
3answers
786 views
How to pass AWK output into variable?
I have a small bash script that greps/awk paragraph by using a keyword.
But after adding in the extra codes : set var = "(......)" it only prints a blank line and not the paragraph.
So I would like ...
2
votes
3answers
178 views
How can I work with paragraphs in Wordpress?
Wordpress has a filter that automatically add paragraphs to posts. I can remove this by adding the followin code:
// Remove the <p> tags which WP automatically inserts in psots.
remove_filter ...
2
votes
3answers
1k views
paragraph “<p>” padding not applied
The following three pieces of code behave exactly the same:
<p {padding: 0 15 0 15}> A paragraph of text here... </p>
<p> A paragraph of text here... </p>
<p ...
1
vote
1answer
47 views
Java Swing Chatroom in a JTextPane?
I am looking for good advises in order to make this chatroom :
with Java Swing. I have bee trying all the java swing components for 3 days but I still don't know what to choose.
The container will ...
1
vote
2answers
57 views
php explode delimiter with numbers?
So I'm trying to explode a string that has a list of answers.
ex: ANSWERS: 1. Comb. 2. Thumb. 3. Tomb (catacomb). 4. Womb. 5. Crumb. 6. Bomb. 7. Numb. 8. Aplomb. 9. Succumb.
Is there a way to ...
1
vote
1answer
146 views
Split string to multiple columns (tags aware)
Trying to write such function. It must divide text into multiple columns and the output must be valid html, e.g. no unopened(!!!) close tags and no unclosed tags. Here is my code:
function ...
1
vote
1answer
50 views
Is it possible to assign value to a precreated Paragraph in RichTextBox
Consider the following XAML code:
<RichTextBox Name="dataRichTextBox" VerticalScrollBarVisibility="Auto" >
<FlowDocument Name="dataFlowDocument" ...
1
vote
1answer
346 views
How do I surround all text pieces with paragraph tags?
I want to put paragraph tags around any text items. It should therefore avoid tables and other elements. How do I do that? I guess it somehow can be made with preg_replace?
1
vote
2answers
1k views
Setting font to paragraph in pdf using iText java
I was trying to create pdf using iText in java. And am failed when I tried to set font to paragraph. The exact problem is only the font size is not getting applied. I used the following code.
...
1
vote
2answers
131 views
Create paragraphs with xsl
Hey, I was wandering if anyone had any suggestions on how to take new-lines from an XML file and convert them to paragraphs with an XSL transform.
Here is a what the XML structure looks like:
...
1
vote
1answer
217 views
ckeditor class on paragraph is not being recognized
Good day to all. I need to put a class on paragraph tags in ckeditor. Inside config.js I added:
...
config.format_p = { element : 'p', attributes : { class : 'whatever' } };
...
as in ...
1
vote
3answers
269 views
Paragraphs in textarea
I have a form that has a textarea in it. How would I make new lines in the textarea appear as new paragraphs when I echo out the submitted textarea value?
1
vote
1answer
2k views
IPhone: Change line spacing in UITextView?
I've been looking all over the 'net for information/examples...
I'm trying to change the line spacing of text inside a UITextView object to double spaced. I thought you could do it via Core Text, ...
1
vote
1answer
552 views
How can I grep a paragraph in Perl?
I have a log file which needs to be properly formatted into a readable format. However the text file has no static number of lines or fixed primary values and has random number of spaces but has only ...
1
vote
2answers
382 views
How to Awk Paragraph in complex text file?
I have a simple log file which is very messy and I need it to be neat. The file contains log headers but are all jumbled up together therefore I need to sort the log files according to the log ...
1
vote
5answers
304 views
nl2br for paragraphs
$variable = 'Afrikaans
Shqip - Albanian
Euskara - Basque';
How do I convert each new line to paragraph?
$variable should become:
<p>Afrikaans</p>
<p>Shqip - Albanian</p>
...
1
vote
1answer
445 views
CKEditor prevent the <p> at the begining
I am using CKEditor and what it does is add by default a <p> at the begining of the content.
Even if I set enterMode to be <br/>, it will only affect what the Enter key does, and keep the ...
1
vote
1answer
829 views
How to increase spacing between paragraphs in Crystal Reports PDF
I have a report that I'm exporting to PDF using the VS2008 version of Crystal Reports. There is a field that displays a product description that contains HTML data pulled from my database so I've set ...
1
vote
2answers
385 views
How to get a single paragraph text from a richtextbox when double clicking on it
I'm having some trouble getting control of the WPF richtextbox control.
What I want to is as follows :
I have a RichTextBox control called richTextBox1 that I filled up with data from a database.
I ...
1
vote
4answers
769 views
Disable a <p> using JQuery
<p style="" class="closeField float_left" disabled="true">
<a href="/knome2/comments/115/report_abuse" class="btn lbOn"><span class="button_image">
<span ...
1
vote
8answers
2k views
LaTeX: Avoid new paragraph?
I use the \todo command from the \todonotes package. I'd like to layout my source to put \todos separately from the previous paragraph:
Some text.
\todo{make note}
But I don't want \todo to start ...
0
votes
2answers
22 views
Paragraph inside Anchor cannot be formated
while working i messed HTML because i did not knew that <p> tag within <a> tag does not get formated .
Like if i had :
<a>
<p>Lorem Ipsum is simply dummy text of the ...
0
votes
2answers
36 views
Image alignment takes 100% of the paragraph
I'm using tinyscrollbar plugin and I have a paragraph in which should be and image (aligned to the text). When I place it there it takes 100% of the width and 100% of the visible (I said I'm using ...
0
votes
0answers
37 views
Stackoverflow in Removing Inline from Paragraph
I have added many inlines to a paragraph in RichTextBox.CaretPosition.
When I want to remove an inline like this:
var para = _rtb.CaretPosition.Paragraph;
Inline inlineToRemove = ...
0
votes
0answers
27 views
Reset formatting in place of existing FlowDocument/Paragraph object
I've searched the Internet high and low so any help the community could lend is mighty appreciated.
Is there a way to change and even reset all formatting (bold, colors, etc.) in a Paragraph object ...
0
votes
2answers
41 views
P-end-tag (</p>) is not needed in HTML
P-end-tag is only required in XHTML, not in HTML. But some times you have to close it any way eg. when you align the paragraph left/right/center.
Would it for any reason be a bad idea to mix the ...
0
votes
1answer
62 views
OpenXML How to insert an “ID” for each paragraph?
I'm trying to manually create docx files. In fact, I create the file "document.xml" with an XSL Transformation from an XML file data.
I'll need to convert my docx into xml data file in the future. So ...
0
votes
0answers
50 views
Negative line/paragraph spacing for RTF in Winforms RichTextBox
Some fonts, particularly ones like 'Gabriola' have an unusually large line height. Upon closer inspection, this is because it contains many non-Latin symbols which do indeed use the full height of the ...
0
votes
3answers
73 views
How do I create a paragraph in Ruby?
I am running through a tutorial and even though I have typed this code exactly as instructed it is coming back with a syntax error.
Can anyone explain how to create a paragraph in ruby?
My attempt is ...
0
votes
4answers
107 views
Prevent EPiServer from wrapping content in <p> tags
I'm working on a site in EPiServer, and whenever I create a page property with the type set to "XHTML string" (which uses the WYSIWYG content editor in Edit mode), it wraps all content in <p> ...
0
votes
1answer
29 views
In JavaScript, I want to hover over a radio button and have it output the value of that radio button?
I hover over the button and it hopefully outputs the value of the radio button into a paragraph below. I tried the below code but it's not working. I was hoping 'this' as the ID would mean the ID of ...
0
votes
5answers
54 views
jQuery fadeIn paragraph
I want to let my text fade in when click on a menu link. So when I click on "home" I want to fadeIn that text, but it doens't work. Whats wrong with my code?
jQuery(function ($) {
...
0
votes
2answers
151 views
WPF FlowDocument - style paragraphs in listitems
I am trying to style a FlowDocument to make it behave the same way as when entering text in MS Word. Right now, I am stuck with paragraph margins within a listitem. I have made it look just about the ...
0
votes
3answers
89 views
Divide NSStrings into paragraphs
I obtain a plain text from a xml feed and I want to know if there's a possible way to split that text into paragraphs. Im trying:
*htmlbody = [item.text stringByReplacingOccurrencesOfString:@"\n" ...