All Questions
2 questions
0
votes
1
answer
172
views
HTML/JS end of line punctuation wrongly aligns to the left
I encountered a strange display of punctuation within DIV elements. In my HTML the text is something like:
This is just some
random text...!!
But in the browser window, it systematically becomes:
...
0
votes
1
answer
85
views
How to replace one punctuation with and or & randomly using javascript
am trying to remove the punctuations which are followed by punctuations and I have done it but I need to replace the last but second punctuation mark in sentence with and or & randomly.
Here is ...