2
votes
1answer
103 views
Increase too-tight icon spacing in NSOutlineView
I'm writing a Cocoa application that displays the contents of an archive file in an NSOutlineView. I provide custom icons for an NSBrowserCell in the outline column, but I haven't been able to get the …
2
votes
4answers
71 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
247 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
3answers
1k 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}
…
1
vote
1answer
59 views
How to increase spacing between paragraphs in Crystal Reports PDF
I have a report that I'm exporting to PDF using the VS2008 version of Crystal Reports. There is a field that displays a product description that contains HTML data pulled from my database so I've set …
1
vote
6answers
570 views
LaTeX: Avoid new paragraph?
I use the \todo command from the \todonotes package. I'd like to layout my source to put \todos separately from the previous paragraph:
Some text.
\todo{make note}
But I don't want \todo to start …
1
vote
4answers
507 views
CSS horizontal menu - equally spaced?
Hi all,
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 …
1
vote
4answers
292 views
Why do bottom padding and bottom margins not help to add vertical spacing between these links?
I have a div with links in it. And I'm lining them up one over the other with <br> tags because I couldn't figure out how to add vertical spacingn with CSS. I tried adding a bottom margin and a …
1
vote
2answers
197 views
LaTeX: set custom line spacing except for some document parts
Hi,
I need to have a 1.5 line spacing within my document but without some parts like the TOC, title page etc.
When I use this command to set the line spacing to 1.5:
…
1
vote
4answers
65 views
Spacing Problem
I have a div with margin and padding in it. And I want to hide the content inside the div. I am using js to show, hide process. The problem is when I tried to hide the content, it gets hide but the …
1
vote
0answers
673 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
6answers
384 views
strange border spacing in html/css
I'm trying to create a horizontal menu with a thick border bar that shows over the hovered item. However, for some reason there's a small gap at the right end of the bar in Firefox and Chrome. …
1
vote
3answers
98 views
javascript in html spacing
<SCRIPT LANGUAGE="JavaScript">
DynamicImage1(xx) DynamicImage2(yy) DynamicImage3(zz)
</SCRIPT>
This snippet of JS is in my html.
(Each function will display a different value based …
1
vote
3answers
435 views
Tools for creating text as bitmaps (anti-aliased text, custom spacing, transparent background)
I need to batch create images with text. Requirements:
arbitrary size of bitmap
PNG format
transparent background
black text anti-aliased against transparency
adjustable character spacing
adjustable …
0
votes
2answers
29 views
should nested tables have any horizontal space in between them
i think i have set all padding, margin, border-spacing, etc to 0 but i have a nested table within another table and there is a very tiny (but visible) horizontal space.
I know this as the backcolor …
