Tagged Questions
The spacing tag has no wiki summary.
13
votes
7answers
37k views
LaTeX Double Spacing
I am using the acm LaTeX template and I have trouble making my paper double spaced.
My LaTeX document looks like the following:
\documentclass{acm_proc_article-sp}
\usepackage{setspace}
...
9
votes
1answer
2k views
Remove extra button spacing/padding in Firefox
See this code example: http://jsfiddle.net/Z2BMK/
Chrome/IE8 look like this Firefox looks like this
My CSS is
button {
padding:0;
background:#080;
color:white;
border:solid 2px;
...
8
votes
3answers
9k views
How to change an UILabel/UIFont's letter spacing?
I've searched loads already and couldn't find an answer.
I have a normal UILabel, defined this way:
UILabel *totalColors = [[[UILabel alloc] initWithFrame:CGRectMake(5, 7, 120, 69)] ...
7
votes
5answers
4k views
Android: TextView: Remove spacing and padding on top and bottom
When I have a TextView with a \n in the text,, on the right I have two singleLine TextViews, one below the other with no spacing in between. I have set the following for all three TextViews.
...
6
votes
4answers
708 views
Sentence Spacing
What is the best way to present the additional spacing that should come between sentences (using [X]HTML+CSS)?
<p>Lorem ipsum. Dolor sit amet.</p>
^^ wider than word ...
5
votes
1answer
121 views
RestructuredText - Hyperlinks without leading and trailing spaces
Is it possible to create hyperlinks without leading and trailing spaces? The following doesn't work:
re`Structured`_Text
.. _`Structured`: ...
5
votes
2answers
1k views
How to reduce the seperation from other text using LaTeX minted?
I want to use the minted package to give me syntax highlighting but it has a spacing of more than a centimeter.
Setting:
\setlength{\parskip}{0pt}
\setlength{\parsep}{0pt}
\setlength{\headsep}{0pt}
...
4
votes
2answers
2k views
How to adjust text kerning in Android TextView?
Is there a way to adjust the spacing between characters in an Android TextView? I believe this is typically called "kerning".
I'm aware of the android:textScaleX attribute, but that compresses the ...
4
votes
5answers
5k views
CSS horizontal menu - equally spaced?
I guess this is a common question but haven't found any good answer about it, and questions around here are not exactly my case. Also, this is my first question so please don't be too harsh on me. lol
...
3
votes
3answers
442 views
Swing: checkbox spacing as compared to labels
How do you remove/reduce the spacing between checkboxes with MigLayout?
import java.util.Arrays;
import javax.swing.JCheckBox;
import javax.swing.JFrame;
import javax.swing.JPanel;
import ...
3
votes
4answers
175 views
CSS: Padding issue. Need help please
I'm experiencing a strange CSS spacing issue in Chrome (but not in Firefox and/or IE)
My site is here.
The vertical spacing in Firefox between the "Real Estate Search" (H2 tag) and the form input ...
3
votes
1answer
288 views
How do I force footnotes to the very bottom of the page when the page is not full?
In my thesis, I'm finding footnotes get placed just below the lowest text on the page. This means that the footnotes won't necessarily be placed at the end of the text box (of height \textheight) but ...
3
votes
4answers
146 views
Good table practice - best way to do headers in a table?
I basically have a table of data and I want to set the spacing so it's not all cramped together. However I want the title bar of the table (first row) to ignore the cell padding rules.
Is there a ...
2
votes
2answers
110 views
Vertical Div Spacing
How do you horizontally distribute 3 divs with the least amount of code?
I have 3 divs that have the same class, and I need to distribute them horizontally, with 19 pixels of space between each div.
...
2
votes
3answers
141 views
CSS 100% - 200px?
I'm trying to use <div> objects and CSS to emulate the appearance of frames for a project that I'm working on. Using the following code I was able to properly stretch the list on the left with a ...
2
votes
2answers
351 views
How to change character spacing in XAML in a textbox?
How do I change the character spacing in a WPF application within a textblock. Also known as kerning or tracking for characters.
2
votes
1answer
122 views
How to remove 4 pixel padding after a word?
In the above picture there is a 4 pixel padding after the word Contact and when not selected it looks like there is a 5 pixel padding between the divider and feedback and a 9 pixel padding between ...
2
votes
3answers
111 views
styling p tags but not when they have a tags
My first post here and unfortunately it won't be that exciting and I need an answer that includes IE6.
To get space between paragraphs, I'm styling my <p> tags like this:
div.content_cms p {
...
2
votes
2answers
243 views
Webkit spacing behaviour - corrected by Web Inspector
I've encountered a random issue in Webkit based browsers (tested in Chrome and Safari). On a website I maintain I've been updating the artwork we use for our error messages, and it looks great in all ...
2
votes
1answer
157 views
How many spaces to a tab on this tty
I have a perl script that is writing to stdout which is a tty. Is there a way to determine how many spaces to a tab on that tty?
2
votes
2answers
490 views
ksh - passing parameter with space
am trying to pass a parameter with a space in ksh via variables.
Here is some sample code to demonstrate the issue. As you will see the parameter with the space is later handled as two variables - ...
2
votes
3answers
309 views
R: Add extra spacing between a subset of plots
I'm trying to output 6 figures into one image, in a 3x2 layout. I'd like to place extra space between the top row and the bottom two rows. Is this possible using R? I've looked through the ...
2
votes
4answers
779 views
CSS block elements creating gaps between div elements
I'm having difficulties with spaces between div blocks:
<div id="maincontentwrapper" >
<img src="images/content-top.png" alt="main content border image" border="1" />
<div ...
2
votes
1answer
1k views
WPF tab control spacing between headers
The default behavior of the WPF Tabcontrol is to place the Tab Headers adjacent to each other, without any empty space in between. What if I wanted to specify a gap between the headers? Do I have to ...
2
votes
3answers
2k views
How do I change the amount of whitespace between sections in Latex?
How do I modify the distance between the end of a section and the header of the next section in a Latex document?
2
votes
0answers
5k views
iText cell borders cutting through text
I am writing a program that generates a pdf or rtf file with a table in it, using iText. I used the iText class table and cell, rather than the more specific RtfTable or pdfTable so that either file ...
1
vote
2answers
56 views
How could i divide a table row into three exact parts?
here is the xml code for the button part for my table row in a table layout
<TableRow
android:id="@+id/tableRow8"
android:layout_width="wrap_content"
...
1
vote
3answers
40 views
is it possible to make one element the same width as another withour js?
I'm building a navigation with has a drop down unordered list within an unordered list. I'd like to make the list items as wide as at least the "head" list item so that the drop down menu looks right. ...
1
vote
2answers
103 views
jquery mobile navbar padding issues?
I am adding navbar in my header, trying to have it look like the tab system found here:
http://jquerymobile.com/demos/1.0/docs/toolbars/docs-navbar.html
however when I add this code below to my app, ...
1
vote
5answers
68 views
<pre> tag VS. <br> tag for spacing
I'm interested in seeing the results of this.
If you want to have multiple spaces in text, you could do it in a few ways.
One way:
<p> </p>
<p> </p>
The ...
1
vote
1answer
57 views
How to control line height in <p> styled as inline
Hopefully this is pretty straight forward, just can't work it out.
I need to style a paragraph as 'inline' but i also need to make the line spacing of the para very tight ... using css i seem to be ...
1
vote
1answer
94 views
NSAttributedString / NSTextTab Alignment Issue
GOAL:
I'm attempting to use NSAttributedStrings (in conjunction with NSTextTabs) to create the following layout:
[ Title # ] <-- Useable in NSTableViews, NSMenuItems, etc.
[ Another ...
1
vote
0answers
166 views
Prevent Gallery images from overlapping without using setSpacing
Is there a way to prevent gallery images from overlapping without using setSpacing?
My gallery uses auto rotation made with g.onKeyDown(KeyEvent.KEYCODE_DPAD_RIGHT, null); which is apparently is the ...
1
vote
6answers
76 views
How do I add spacing within an ul li
Please see the fiddle (http://jsfiddle.net/Jk6Bk/5/)
I would like to add some spacing between 'Leonard' and the 'X' (delete button).
I tried margin-left in the css for ul li a element, but that does ...
1
vote
2answers
66 views
C# - Formatting .txt Document Problem
Here is the text file that I am loading in:
ORIGINAL FILE
10 BARE PCB
20 T C40
B C5, C45, C48
30 B C25
40 B C17, C18
50 B C15
60 T C20, C23,
B C6, C7, C8, C9, C10, C11, C12,
C31, C32, C33, C34, C35, ...
1
vote
0answers
32 views
How to manage char spacing in GraphicsPath.AddString?
I need to change distance between characters when adding string in GraphicsPath. What is the best way to do this?
1
vote
2answers
184 views
How can I get three divs with equal spacing between them using variable width?
I am designing a webpage with a contact form that you can see here.
As you can see the page is designed to be variable width. I would like there to be equal spacing between the images, the form, and ...
1
vote
2answers
52 views
Spacing between displayed query result
I am new to php and MySQL.
I am making a script on my website, that deals with mobile downloads.
I have 3 tables set up that I am dealing with here.
downloads (contains info about a specific ...
1
vote
1answer
468 views
Image bottom alignment inside DIV container
I have a DIV container with a fixed height (higher than all images).
Most of the images have the same size, only one images will be slightly bigger (for highlighting it).
I wanted to align the ...
1
vote
0answers
121 views
Report Builder Spacing DBMemo Delphi
I am using a DBMemo (TPPDBMemo) component in reportbuilder within delphi. The Stretch property is true but the control doesn't always stretch itself out correctly within the region.
For example ...
1
vote
1answer
354 views
Adding spaces between WPF controls
I have created two buttons using the following XAML code.
<Button x:Name="Button1" Width="100" Content="Button1" HorizontalAlignment="Left" VerticalAlignment="Top" ></Button>
...
1
vote
0answers
352 views
C# changing font metrics (especially line spacing)
In C# I would like to programmatically change the font metrics of a font that I load.
Font myFont = new Font("arial", 14, FontStyle.Regular)
For a font family I can request the font metrics, like ...
1
vote
2answers
78 views
Limit underline to the text
I'd like to have the underline for the text only and at the same keep the image part of the link:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ...
1
vote
1answer
75 views
Modifying column with in a table (CSS)
middle += "<tr class='tRow'>"
+ "<td>"
+ "<a href='" + output.get(i).get("itemURL") + "'>"
+ gallery
+ ...
1
vote
1answer
211 views
Spacing problems in a ListView control
I have a standard ListView control in a VB.Net Windows Forms project. The view is set to Tile. Users report that they see the following:
Do you know how I could fix the problem? All the design work ...
1
vote
2answers
1k views
css table cell padding, spacing
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/1998/REC-html40-19980424/strict.dtd">
<html>
<head>
<style type="text/css">
table {
...
1
vote
2answers
547 views
WP7 PivotControl Spacing
How to set spacing between PivotItems headers in PivotControl? I'm working on tabbed design, I was able to customize pivotItems headers
with icons but I don't know how to set spacing between them.
...
1
vote
1answer
205 views
HTML character spacing and spans
Why are the following 2 times of day not displayed the same and what can I do to make the second time look like the first?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
1
vote
6answers
237 views
CSS space lines between spans
I have this structure:
<div class="gBigPage">
<span class="gBigMonthShort">FEB</span><br />
<span class="gBigDayShort">23</span><br />
<span ...
1
vote
2answers
75 views
CSS margin spacing differently for top and sides
I hope someone can help me, as I feel rather dumb for asking such a question here. I am not a web designer, but have been stuck with a task of creating a basic layout. The layout will be used on an ...