0
votes
1answer
51 views
Limiting characters inside HTML paragraph
I want to make it so there's only 350 characters inside the paragraph, regardless of how many characters are put into it, I only want 350 displayed.
How can I do this?
The text is …
0
votes
1answer
89 views
sed stream editor unix linux command : how to keep retain a paragraph with a particular text string
Hi
I have managed to put text in a file by separating them by blank lines. I am trying to keep only those paragraphs that have a particular string. Though the Sed FAQ mentions a …
0
votes
0answers
36 views
Word Document : List of Heading with associated next paragraph (for executive summary list)
I refer to the link below which offers a very good solution [ using GetCrossReferenceItems(wdRefTypeHeading) ] to generate a list of all headings in the document.
However, I would …
0
votes
6answers
143 views
[c#] join lines
on a windows form, i have RichTextBox, with some text, in several lines. and one button on a form.
i wolud like when i click on that button, to join all richtextbox of lines in on …
1
vote
1answer
49 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 d …
0
votes
1answer
34 views
How to create a dropdown that contains multiple editable paragraphs (sections) in a Word file?
I need to create a Word template where I can choose from different paragraphs the one I need in the first section of the document. Something like a dropdown just instead of values …
4
votes
6answers
262 views
Make a space between paragraph (x)html, css
Hi,
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>So …
0
votes
4answers
87 views
Blocked Background on lines within Paragraph Tag
I'm looking for a way to highlight (or fill in background) of lines of text within a paragraph. I am developing in wordpress if that matters.
Here is an example code:
<p> t …
0
votes
1answer
23 views
Paragraph.BringIntoView() works only when focused
Hi,
I am working on a text editor that is based on RichEditBox. I have implemented functionality "Go to line" which eventually resolves to
TextPointer.Paragraph.BringIntoView();
…
1
vote
6answers
540 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 …
0
votes
3answers
141 views
Can CSS give me paragraph styling based on the previous heading class?
So I want to rig up some css rules for interview transcripts. The format I have in mind looks something like this:
<h2 class="interviewer">Alice: [00:00:00]</h2>
< …
1
vote
2answers
69 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 …
0
votes
4answers
131 views
Disable a <p> using JQuery
Hi,
<p style="" class="closeField float_left" disabled="true">
<a href="/knome2/comments/115/report_abuse" class="btn lbOn"><span class="button_image"&g …
0
votes
2answers
184 views
Remove paragraph mark when copying from excel cell
Please help me copy a string from a listbox when a user hits ctrl+c. I was using the dataobject but for some reason this worked perfectly some times and gave me an error message ot …
0
votes
1answer
72 views
How to display paragraph marker in Visual Studio 2008?
hi,
Is it possible to display paragraph marker in Visual Studio Source Code Editor?
Eclipse has this option, is it implemented in Visual Studio?
thx
