Questions tagged [spacing]

Refers to the blank space (page or screen) between two objects or entities.

Refers to the blank space (page or screen) between two objects or entities.

1104 questions
-4
votes
1 answer

What is with the space in between these divs

There is a space in between the two divs at the bottom of my website. How can I get them to get back together using CSS? The source code is here.
ca1c
  • 1,111
  • 10
  • 23
-4
votes
1 answer

How to space at end of program c++

"MATH IS FUN LETS.. A. CALCULATE THE AREA OF A CIRCLE B. CALCULATE THE AREA OF A TRIANGLE C. CALCULATE THE VOLUME OF A CUBE Enter A, B, C A What is the radius? 5 Area of circle is: 78.5397Program ended with exit code:…
-4
votes
1 answer

Is this meshgrid evenly spaced?

I am using the meshgrid function in Matlab (v. R2011b) to plot uneven thicknesses data (z) onto a long (x) and lat (y) grid before interpolating and taking an average. (i) I have defined the spacing for meshgrid but do not know if this is evenly…
user2663548
  • 7
  • 1
  • 3
-4
votes
1 answer

CSS causing problems

I bought a wordpress theme. I have installed it and have done everything. The problem is that some CSS is creating problem in the spacing of the content. See this image https://i.stack.imgur.com/qTUAO.jpg The content should be inside the "yellow…
-4
votes
2 answers

What code in CSS and/or HTML makes no spaces in text?

How do you make no spaces between top and bottom text... For example:

Hi

Bye

Like, how do you put no space in the middle of that? I could use a CSS of HTML code... Thanks!
OwenCraddock
  • 63
  • 1
  • 2
  • 6
-4
votes
1 answer

HTML line spacing is too big?

I've tried changing the line-height to 0, and that made the spacing considerably smaller, but there's still about one cm between each line.... When I wrote the HTML in htmledit(DOT)squarefree(DOT)com/ it looked very…
user2626586
  • 1
  • 1
  • 1
  • 2
-5
votes
1 answer

Tips on putting spacing between cells

How do i add spacing between each cell here - for i in 0...50 { let cell = UIView() cell.backgroundColor = .lightGray cell.frame = CGRect(x: Double(i) * Double(32.52), y: 90, width: 350, height: 500) …
bernan
  • 15
  • 2
-5
votes
1 answer

Automatically insert a space between characters in TextField

I am trying to automatically add a space between character groups in a TextTield. When user enters 8 digits I want to insert a space between the first- and last four digits: 12345678 => 1234 5678
1 2 3
73
74