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
0
votes
8 answers

beginner java - printing a right triangle backwards

last time i was on here, the only question i needed help with in my computer science homework involved making a right triangle on 100 lines, here was the code for that: public class PrintTriangle { public static void main(String[] args) { …
Evan Lemmons
  • 807
  • 3
  • 11
  • 27
0
votes
4 answers

Can I make spaces between HTML tags not screw up relative positioning?

There is a line break between two tags, and they are indented in the document for nice-formatting. But I'm using relative positioning and z-order to place one image (part of the layout) overtop of another. I have something like this
Carson Myers
  • 37,678
  • 39
  • 126
  • 176
0
votes
1 answer

Extra Space in Nested ul in Firefox, but not Chrome

I am attempting to make a vertical sidebar for a website. There are several main items in the ul, and if those items have subcategories, then a new ul gets nested within the main ul underneath its parent li (this is more obvious from the code…
Scroot
  • 27
  • 2
  • 6
0
votes
1 answer

Why do I have vertical whitespace around my divs in one place but not the other with the same CSS?

I have horizontally stacked divs using the following code below: .basic { width:100px; position:relative; display:inline-block; border: 1px solid red; text-align:center; margin:0; padding:0; } #container { …
PhD
  • 11,202
  • 14
  • 64
  • 112
0
votes
1 answer

Dynamically space out divs base don size of parent

I have a container div. Inside that container div are a number of smaller divs that I would like to space out the width of the parent div while adding a gap between each. The number of inner divs will change. I'm using this formula…
Layne
  • 642
  • 1
  • 13
  • 32
0
votes
1 answer

OpenOffice.org Writer

I want to write text on the OenOffice.org Writer with 1.15 line spacing but I don't know how to change line spacing .From Format > Paragraph > Indents & Spacing > Line Spacing I couldn't found 1.15.Please help me.
0
votes
1 answer

Spacing views evenly across multiple screen sizes

I'm trying to create a league table but I am struggling to align things evenly if the number goes into double figures it pushes the next one on also on different phones the table is completely out of line etc. so does any one know how I can align…
Luke Batley
  • 2,384
  • 10
  • 44
  • 76
0
votes
2 answers

Spacing between divs

Consectetur adipiscing elit. Suspendisse potenti. Maecenas at nulla velit, quis bibendum ligula. Donec neque purus, porttitor et tempor non, molestie nec sem.

#content{ …
mikker
  • 5
  • 4
0
votes
1 answer

Sticky Footer Issue (wordpress)

Hello i'm trying to implement a footer that sticks to the bottom of the page no matter the content size here 22twenty.com/wordpress and its not working the footer is for some reason sitting at the bottom of the gradient wrap not the page, i used…
Denver
  • 105
  • 3
  • 10
0
votes
1 answer

Weird Spacing Issue

Hello im trying to figure out a weird spacing issue here: http://22twenty.com/wordpress and if you go to any page other then the home you will see that all the data below the header is pushed down. hope someone can help, Denver
Denver
  • 105
  • 3
  • 10
0
votes
2 answers

Android Gridview No Spacing

Good Evening Everyone, I have a gridview of images, but I want them flush against each other (without the border that appears when tapped). I've set vertical and horizontal spacing to zero along with the padding. However, when tapped, the gridview…
Mitchell
  • 929
  • 2
  • 11
  • 34
0
votes
3 answers

CSS, HTML issue. How would I get the main body of the document to be a certain way down from the top?

Basically I have a navbar and a title, that both have the properties, position: fixed; top: (VALUE I INSERTED); My problem is that obviously when I write the main body of the document the text is underneath the title/navbar. I need to get…
orano10000
  • 211
  • 1
  • 2
  • 9
0
votes
2 answers

How to make spacing this code

Simple and newbie question about spacing, how to make spacing before $tag ? $key[rand(0, count($ey)-1)] . $tag Thanks for your help.
alyasabrina
  • 2,977
  • 3
  • 16
  • 7
0
votes
0 answers

How to avoid back end space in Android Gallery

The thing is, I want to avoid the extra space that normally Gallery view is displaying at the end of the Gallery; like in (Figure 1) I need to adjust it like Figure 2 How can I achieve that with out using HorizontalListView describe in here or…
AnujAroshA
  • 4,623
  • 8
  • 56
  • 99
0
votes
1 answer

How do you get rid of open space at the bottom of a page?

I have been working on a little project and I have run into a problem. When I view my website in a browser there is a very large open space at the bottom of all of the content. Can anyone help me locate what the problem is? I have been trying to…