Questions tagged [paragraph]

The paragraph concept in any UI renderer.

The paragraph concept in any UI rendering application.

Can also refer specifically to the HTML <p>.

809 questions
73
votes
13 answers

Turn off enclosing

tags in CKEditor 3.0

Is there a possibility to turn off the automatic enclosing of all written content within

in CKEditor 3.x? I tried CKEDITOR.config.enterMode = CKEDITOR.ENTER_BR; but this just changes the inline linebreaks to
while leaving the…
Kosi2801
  • 22,222
  • 13
  • 38
  • 45
55
votes
2 answers

Nesting

won't work while nesting

I usually won't nest

like this:

The following:

one

two

and I will nest like that using
instead. But today I used

but it seems that both Emacs and Google Chrome both would consider the outer

closed as…

nonopolarity
  • 146,324
  • 131
  • 460
  • 740
44
votes
10 answers

Get paragraph text inside an element

I want to have the text value from a

inside a

  • element. html:
    • This Text

    javascript: function myfunction() { var TextInsideLi = [the result of this has to…
  • user1544892
    39
    votes
    7 answers

    how to bold words within a paragraph in HTML/CSS?

    I am a beginner in web programming and have some very simple questions. I'm trying to bold several words in one paragraph but I don't know how to do that using HTML/CSS. I've figured out how to bold entire paragraphs, but not individual words yet.…
    user1111042
    • 1,461
    • 4
    • 18
    • 23
    35
    votes
    4 answers

    P-end-tag (

    ) is not needed in HTML

    is only required in XHTML but not in HTML. Some times you have to close it anyway , e.g. when you align the paragraph left/right/center. Would mixing the usage of

    as in the following be a bad idea? Note that there is no ending

    tag in…
    Hakan
    • 3,835
    • 14
    • 45
    • 66
    32
    votes
    6 answers

    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 well, because you don't know which paragraph will…
    webjunkie
    • 6,891
    • 7
    • 46
    • 43
    31
    votes
    3 answers

    Changing spacing between paragraphs and inside of paragraphs

    I found a similar topic, to this, but I can't find the specific CSS to change in WordPress. If you go to my homepage. Or blog. I want to change the spacing within and between paragraphs and am not sure which element I need to modify in my CSS. I…
    Dan
    • 423
    • 1
    • 4
    • 5
    28
    votes
    2 answers

    Loop through array in ThymeLeaf

    I am new to ThymeLeaf and I was wondering if there was a way to loop around a

    html tag as well as iterate through an array within that

    tag. I want the elements within smokeTest to end up in different paragraphs.

    user3073234
    • 771
    • 5
    • 11
    • 24
    28
    votes
    2 answers

    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 of a paragraph

    element. In my ViewModel I generated a string of text that is bound to the

    in the View. I want to include carriage returns…

    Martin
    • 1,001
    • 3
    • 13
    • 17
    28
    votes
    8 answers

    How to set paragraph width automatically in CSS?

    Here's the deal. Instead of just underlining my paragraph and using text-align, I want to add a dotted border underneath and center it inside the paragraph's parent div. This is my code that is not working. (It adds the border across the whole div…
    user2020058
    • 591
    • 2
    • 7
    • 9
    27
    votes
    4 answers

    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 following suggested: \newcounter{parnum} \newcommand{\N}{% …
    Brian M. Hunt
    • 81,008
    • 74
    • 230
    • 343
    24
    votes
    5 answers

    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 a circle. I found there are two solutions. Solution 1 Float multiple div's of the same height as the text to the left an right of the text, and by…
    Nemanja
    • 588
    • 2
    • 6
    • 16
    23
    votes
    7 answers

    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?
    Lilz
    • 4,013
    • 13
    • 61
    • 95
    20
    votes
    7 answers

    Is the

    I see the

    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

    tag? Are there any benefits I could get from incorporating the

    tag into my pages? Is there any…

    eggdrop
    • 3,356
    • 5
    • 29
    • 32
    19
    votes
    2 answers

    How to place a text next to the picture?

    I want to place 2 pictures, one on top of the page and the other right below it. Then, I want to write something about each picture and I want the text to be located to the right of each picture. How can this be done? I am formatting my pictures as…
    HelpNeeder
    • 6,383
    • 24
    • 91
    • 155
    1
    2 3
    53 54