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
-3
votes
6 answers

How 2 paragraphs in one line html

i'm making an test html webpage and i need to put 2 paragraphs in one line because i have an script for the two paragraphs, but i cant put it into only one line (sorry for my bad english) the full html code is here: https://pastebin.com/gZmLXxPR ,…
QuantumGerYT
  • 1
  • 1
  • 3
-3
votes
3 answers

Writing two paragraphs, these are spaced apart! IDK why

Writing two paragraphs, these are spaced apart. My paragraphs are very far and I don't understand why. I tried to unlink css files, between the two paragraphs there was an empty line: missing in the code. My page:
-3
votes
1 answer

How to prevent empty space at the end of HTML paragraph with max-width set?

When I have an HTML paragraph (

tag) that has its max-width set, sometimes, depending on the text, the paragraph takes up more horizontal space than necessary. I would like to prevent this, i.e. make the paragraph shrink so that it only takes up…

user3738870
  • 1,415
  • 2
  • 12
  • 24
-3
votes
1 answer

jQuery - Next paragraph

how can I use 'next' in this case? Doesn't work... var that = $( ".class" ).next( "p" ); if (that.hasClass('active')) { that.slideUp('slow', function () { that.removeClass('active'); }); } This…
Annie The Cross
  • 173
  • 1
  • 3
  • 9
-3
votes
1 answer

Display Text String keep paragraph in TextView/EditText

I have an Text like this: ⋱ ⋮ ⋰ ⋯ ◯ ⋯ ︵       ^v^ ¸︵︵( ░░ )︵.︵.︵   (´░░░░░░ ') ░░░' ) `´︶´¯`︶´`︶´︶´` ^v^  ^v^ ╔┓┏╦━━╦┓╔┓╔━━╗╔╗ ║┗┛║┗━╣┃║┃║╯╰║║║ ║┏┓║┏━╣┗╣┗╣╰╯║╠╣ ╚┛┗╩━━╩━╩━╩━━╝╚╝ ♪♫•*¨*•.¸¸❤¸¸.•*¨*•♫♪ I want to show it on…
Ben Pham
  • 57
  • 7
-3
votes
1 answer

Sampling StringName.SubString(p,1) for paragraph formatting character

please try to specifically answer my question and not offer alternative approaches as I have a very specific problem that needs this ad-hoc solution. Thank you very much. Automatically my code opens Word through VB.NET, opens the document, finds the…
Jimbo
  • 3
  • 5
-3
votes
2 answers

Javascript - Remove space- not breaks

How can i remove space in a string, without removing the breaks inside? $new=$new.replace(/\s+/g,' '); //not working correct this is a test. please remove only the Space not the breaks inside this is a test. please remove only…
dazzafact
  • 2,570
  • 3
  • 30
  • 49
-3
votes
3 answers

VB.Net Paragraph Space

So my code is like this : richtextbox1.text = x1.text + x2.text (x's are labels) And the result is like this : x1x2 Expected Output : x1 x2
Eren
  • 7
  • 3
-3
votes
1 answer

Padding does not work, but margin does

**I got text in a div after 10 the margin works with it but for some reason the padding does not work. So if someone could tell me what is wrong??? It is a html5 taskbar/10 images in a row which i comment out when needed. ** HTML5:
Frosty Tosty
  • 63
  • 1
  • 8
-3
votes
1 answer

how to make a

tag editable with an attribute

I remember that there is an attribute which you can set to a paragraph to make it editable. I've tried to remember what attribute it is, but failed. I must to mention that the attribute doesn't make the

tag an input, just make it possible to…

kfirba
  • 5,231
  • 14
  • 41
  • 70
-3
votes
1 answer

java help! how do i read lines in file as paragraph and count words

i want to read lines in a file as paragraph. for example if there are lines of text without empty space between them it should treat it as 1 paragraph and then i want to count the words. So far it count the words correctly but doesn't recognise…
JD14
  • 39
  • 1
  • 7
-3
votes
1 answer

a href link(s) will not work in

tags

a href links ceased to work while in p tags? they work when I put them in H3 tags, but the layout/style sheet formatting seems to go out the window. This makes me wonder if it has something to do with the sites css or xhtml. Code snippet - link…
magX
  • 15
  • 1
  • 2
  • 5
-5
votes
2 answers

Regex to extract a paragraph

I need a regex to extract a each paragraph and store as a string for additional processing from the text buffer containing many such similar paragraphs. Example: Say, the text buffer is like this: === Jun 11 14:05:39 - Person Details === Person…
-5
votes
1 answer

Center paragraph with background

I would like to know how to center (width) a paragraph with a background. Something like this Thanks a lot :)

Devenez le maitre de vos réseaux !

Bienvenue dans la nouvelle bulle d’échange d’informations…

jhon
  • 129
  • 1
  • 10
1 2 3
53
54