Web page on the edge of the screen??

liunx

Guest
As you can see from my site, <!-- m --><a class="postlink" href="http://fikshun.digitalitcc.com">http://fikshun.digitalitcc.com</a><!-- m --> , the page images and tables are not against the edge of the screen. There is always an invisible border on the side. This other site, <!-- m --><a class="postlink" href="http://www.nmebase.com">http://www.nmebase.com</a><!-- m --> , as it's tables and images right up against the edge of the screen. How can I do this for my site?<!--content--><body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"><!--content-->In your <body> tag use: leftmargin="0" andmarginwidth="0" to eliminate the margin at the top of the page use topmargin="0" and marginheight="0" You must use both because one is for Netscape and the other is for Explorer. I forget which command goes with which browser. i think it is topmargin and leftmargin are the Explorer commands and the other ones are for Netscape. Hope this helps.<!--content--><body topmargin="0" marginheight="0" leftmargin="0" marginwidth="0"> this will eliminate the left and top margin.<!--content-->Does anyone know how to do this with syles? <br />
More specifically, I'd like to validate this as XHTML and have no margin in Netscape. IE isn't a problem.<!--content-->Validate XHTML at <!-- m --><a class="postlink" href="http://validator.w3.org/">http://validator.w3.org/</a><!-- m --><!--content-->
 
Back
Top