View Single Post
Old 02-09-2010, 04:53 PM   #3
ShellShock
Wizard
ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.
 
ShellShock's Avatar
 
Posts: 1,176
Karma: 2431850
Join Date: Sep 2008
Device: IPad Mini 2 Retina
Thanks, but it made no difference. I currently have this:

Code:
    <style type="text/css">
		@page 
		{ 
			border-color: rgb(0, 0, 0);
			border-style: none;
			border-width: 0;
			color: rgb(0, 0, 0);
			display: none;
			font-size: 10pt; 
			font-weight: normal;
			text-align: left;
			margin: 0;
			text-indent: 0
			widows: 0;
			orphans: 0;
		}
	</style>
And my text is like this:

Code:
<div id="38">
<div>Line 1.</div>
<div>Line 2.</div>
<div>Line 3.</div>
<div>Line 4.</div>
<div>Line 5.</div>
etc
</div>
I have tried many things, but nothing seems to get rid of the bottom margin.
ShellShock is offline   Reply With Quote