HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Valid/Invalid Body attributes
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Tools
View previous topic :: View next topic  
Author Message
ronfalcon



Joined: 10 Jan 2005
Posts: 1
Location: http://www.falconberry.com

PostPosted: Mon Jan 10, 2005 8:18 pm     Valid/Invalid Body attributes Reply with quote

In trying to learn HTML I manually coded most of the web pages on my site. In the BODY tag, I used the attributes such as TOPMARGIN="0" RIGHTMARGIN="0" and so forth in order to have my banner flush with the page margins.

Unfortunately, when I just ran my home page through the W3C Markup Validation Service it told me that "there is no attribute "TOPMARGIN" and the same for LEFTMARGIN, RIGHTMARGIN and others.

The checker found several other errors on the page which I reviewed, understand and will correct but the error with the BODY tag has me confused.

Am I missing something here?

If you want to review the full source code, the web page is located at http://www.falconberry.com

I would appreciate any input. Thanks,

Ron.
degsy



Joined: 23 Feb 2005
Posts: 2440
Location: North East, UK

PostPosted: Sun Apr 03, 2005 6:19 pm     Reply with quote

You need to use CSS to define the body margins

Code:

<style type="text/css">
<!--
body {
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
}
-->
</style>
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Tools All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial