web blazonry web development scripts and tutorials
 
Web blazonry.com
   Home       PHP       Name Generators       Perl       CSS       Javascript       Java       devTips       Resources   

devTips Home

Free Linux Books
  Programming for Linux (new)
  Sys & Network Admin (new)
  On the Desktop (new)

Tech Tips for Picking a Web Host

Database Tutorial (PHP & MySQL)

How to Instal Apache + PHP + MySQL

PHP vs. ASP vs. JSP

Introduction to Debugging

MySQL JDBC Drivers

Overview of Client Side

Margins Flush with Edges of Browser

Specifying Alternate Document to Print

Web App Security
  Who Submit That?
  Cookie Security
  Passwords
  Secure Web Development





Margins Flush With Edges of Browser

This page is a basic reference on how to make your web page margins flush with the edges of the browser.


Using Style Sheets:

    <body style="margin: 0px">


For Netscape:

    <body topmargin="0" leftmargin="0">


For Internet Explorer

    <body marginwidth="0" marginheight="0">


Almost Guaranteed to work (All-of-the-Above)

    <body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" style="margin: 0px">


If anyone really cares about earlier versions, the above does not work for Netscape 3.x and below. You cannot set the outer margins for those older Netscape browsers. I believe, but can not test, that the IE 3.x does allow the margins to be set using the above code.

 

Newest Pages
Test Google Ads Part 2
Free Linux Admin Books
Free Linux Books for Programmers
Free Books for Linux on the Desktop
Free PHP Books
Free JavaScript Books
Free Java Books - Advanced
Free Java Books - Basic
Free Perl Books
Free Python Books
Quote of the Day (PHP)
Debugging Part 2
How to Test Google Ads
Most Popular Pages
U.S. Name Generator
Baby Name Generator
Wu Name Generator
Popup Windows (JavaScript)
Intro to Web Databases (PHP, MySQL)
Upload and Resize an Image (PHP)
How To Install Apache + PHP + MySQL

Least Popular Pages
iNews Aplet (Java)
Java Resources)
Site Monitor (Perl)
Load Order of Images(Javascript)
 
 

  © 1997-2008. astonishinc.com   All Rights Reserved.