Top "Space" questions

DO NOT USE THIS TAG!

How to create string with multiple spaces in JavaScript

By creating a variable var a = 'something' + ' ' + 'something' I get this value: 'something something'. How can I create …

javascript html whitespace space html-entities
CSS: how to add white space before element's content?

None of the following code works : p:before { content: " "; } p:before { content: " "; } How do I add white space …

css unicode space css-content
Removing body margin in CSS

I'm new to web development, and met a problem when removing margin of body. There's space between the very top …

html css margin space
How do I add space between two variables after a print in Python

I'm fairly new to Python, so I'm trying my hand at some simple code. However, in one of the practices …

python variables printing space punctuation
Adding whitespace in Java

There is a class trim() to remove white spaces, how about adding/padding? Note: " " is not the solution.

java whitespace space trim spaces
Space between two divs

My issue is that I have two (or more) divs of the same class, that need to be spaced from …

html css space
How do I make Java register a string input with spaces?

Here is my code: public static void main(String[] args) { Scanner in = new Scanner(System.in); String question; question = in.…

java string space
UL has margin on the left

For some reason in my footer there's a space to the left of my ul so it isn't lined up …

css html-lists space
Reading text file with multiple space as delimiter in R

I have big data set which consist of around 94 columns and 3 Million rows. This file have single as well as …

r file space delimited
Regular Expression to Find Spaces

I have the following text = "superilustrado e de capa dura?", and I want to find all the spaces between words …

regex space