Is anyone aware of a way to remove the 1" print margins from a page? I have done the following, but when I go print, the 1" margin is still present. <html> <head> <style> body { margin: 0; } </style> </head> <body> this is my text </body> </html>
hello? "James Geurts" wrote: > Is anyone aware of a way to remove the 1" print margins from a page? I have > done the following, but when I go print, the 1" margin is still present. > > <html> > <head> > <style> > body > { > margin: 0; > } > </style> > </head> > <body> > this is my text > </body> > </html>