My application is just a modified ImageViewer with the options of zooming and dragging. Containing that modified Imageviewer there is a RelativeLayout (that I want to use as an AbsoluteLayout).
I am trying to make an infinite footer to the sides, and even though it\'s infinite, there is a small margin to the left and right of the footer. I don\'t have any margins set to my body, html, or any
I am trying to obtain column sums & row sums by aggregating with previous row sums & column sums.
I am having trouble for some reason with getting the bottom of my page to have some padding. I have a content box that goes to the end of the page and hits the bottom and doesn\'t look the greatest. I
I need to make sure that two elements always 100 pixels apart. There are no errors with my code, but for some reason the margin-bottom on the the P tag is set to 50 pixels and the margin-top on a DIV
This question already has answers here: Set margins in a LinearLayout programmatically (11 answers) 开发者_如何学C
I want a webpage so in different screen resolutions the webpage contents have a scroll bar on the side instead of overlapping eachother. This is what i have for css
I used pdftk to uncompress a PDF and then opened it as a text file. I want to edit the /MediaBox field, which is in my case
I have a jasper report set to portrait letter, which, in pixel terms, translates to 612 x 792 in iReport.I have the left margin set to 17 pixels and the right set to 10.That leaves the single column w
I\'d like to know how to remove the margins between my JtabbedPane and my JFrame content pane and between my JTabbedPane a开发者_StackOverflow中文版nd its internal JPanel.