]> code.citadel.org Git - citadel.git/commitdiff
* reduced margins
authorArt Cancro <ajc@citadel.org>
Wed, 26 Jul 2000 13:08:43 +0000 (13:08 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 26 Jul 2000 13:08:43 +0000 (13:08 +0000)
webcit/webcit.c

index 00e5ac45aabfab9e8058da927f7607ac2da0ed21..1a2776102bb89972e60401a9cbc06bd5c690452b 100644 (file)
@@ -341,7 +341,7 @@ void output_headers(int controlcode)
                 * were finished
                 */
 
-               wprintf("<BODY ");
+               wprintf("<BODY MARGINWIDTH=0 MARGINHEIGHT=0 ");
                if (!suppress_check) if (WC->HaveExpressMessages) {
                        wprintf("onload=\"launch_page_popup()\" ");
                        WC->HaveExpressMessages = 0;