Click to See Complete Forum and Search --> : Can anyone fix this minor error???


r2d246
08-03-2006, 10:40 AM
Hello,

I just had a new page developed for my site at: www.oilcareer.com/contact.php
However for some strange reason the code of:

<BODY BGCOLOR="black" RIGHTMARGIN="0" LEFTMARGIN="0" TOPMARGIN="0" BOTTOMMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0">

Is not being read which is causing white space to appear around the border and also a white line above where you see the phone number displayed. The template normally looks like this: www.oilcareer.com/contact.htm

Can anyone please go to: www.oilcareer.com/contact.php and do a "view source" and let me know why it's not reading that <body.... area? I couldn't seem to fix it.

Thanks. :eek:

The Little Guy
08-03-2006, 10:44 AM
assuming, you want no padding and margin on the border, use this:
<body bgcolor="#000000" style="margin:0; padding:0;">

Advice:
Don't use uppercase attributes, and tag names.

jalarie
08-03-2006, 11:50 AM
I expect the browser quit the body tag when it hit the first invalid attribute. It's better to use styles to do it, but if you wish to do it the way it's currently done, it should be:

marginheight="0" marginwidth="0" leftmargin="0" topmargin="0"


I hope that you didn't pay much for the development work:

HTML Validation Result
----------------------
http://www.oilcareer.com/contact.php

line 166 column 7 - Warning: <title> isn't allowed in <div> elements
line 166 column 7 - Warning: <link> isn't allowed in <div> elements
line 166 column 7 - Warning: <link> isn't allowed in <div> elements
line 228 column 1 - Warning: <form> shouldn't be nested
line 230 column 3 - Warning: discarding unexpected </input>
line 231 column 3 - Warning: discarding unexpected </input>
line 232 column 3 - Warning: discarding unexpected </input>
line 248 column 11 - Warning: missing <td>
line 254 column 60 - Warning: discarding unexpected </input>
line 268 column 11 - Warning: discarding unexpected </input>
line 281 column 11 - Warning: discarding unexpected </input>
line 291 column 282 - Warning: discarding unexpected </input>
line 302 column 3 - Warning: discarding unexpected </input>
line 304 column 5 - Warning: discarding unexpected </input>
line 305 column 5 - Warning: discarding unexpected </input>
line 307 column 5 - Warning: discarding unexpected </input>
line 308 column 5 - Warning: discarding unexpected </input>
line 310 column 5 - Warning: discarding unexpected </input>
line 313 column 3 - Warning: discarding unexpected </iframe>
line 315 column 9 - Warning: replacing <p> by <br>
line 315 column 9 - Warning: inserting implicit <br>
line 166 column 7 - Warning: missing </div>
line 8 column 1 - Warning: <script> inserting "type" attribute
line 15 column 4 - Warning: <script> inserting "type" attribute
line 16 column 4 - Warning: <body> proprietary attribute "rightmargin"
line 16 column 4 - Warning: <body> proprietary attribute "leftmargin"
line 16 column 4 - Warning: <body> proprietary attribute "topmargin"
line 16 column 4 - Warning: <body> proprietary attribute "bottommargin"
line 16 column 4 - Warning: <body> proprietary attribute "marginheight"
line 16 column 4 - Warning: <body> proprietary attribute "marginwidth"
line 17 column 1 - Warning: <table> proprietary attribute "height"
line 20 column 5 - Warning: <td> proprietary attribute "background"
line 21 column 55 - Warning: <img> lacks "alt" attribute
line 25 column 51 - Warning: <img> lacks "alt" attribute
line 37 column 31 - Warning: <img> lacks "alt" attribute
line 42 column 26 - Warning: <img> lacks "alt" attribute
line 48 column 31 - Warning: <img> lacks "alt" attribute
line 53 column 26 - Warning: <img> lacks "alt" attribute
line 57 column 26 - Warning: <img> lacks "alt" attribute
line 62 column 15 - Warning: <img> lacks "alt" attribute
line 67 column 33 - Warning: <img> lacks "alt" attribute
line 73 column 15 - Warning: <img> lacks "alt" attribute
line 77 column 15 - Warning: <img> lacks "alt" attribute
line 81 column 26 - Warning: <img> lacks "alt" attribute
line 85 column 26 - Warning: <img> lacks "alt" attribute
line 89 column 26 - Warning: <img> lacks "alt" attribute
line 94 column 26 - Warning: <img> lacks "alt" attribute
line 98 column 15 - Warning: <img> lacks "alt" attribute
line 102 column 26 - Warning: <img> lacks "alt" attribute
line 108 column 49 - Warning: <img> proprietary attribute "bgcolor"
line 108 column 49 - Warning: <img> lacks "alt" attribute
line 110 column 26 - Warning: <img> lacks "alt" attribute
line 113 column 7 - Warning: <table> proprietary attribute "height"
line 122 column 11 - Warning: <td> proprietary attribute "background"
line 122 column 87 - Warning: <img> lacks "alt" attribute
line 181 column 34 - Warning: <img> lacks "alt" attribute
line 184 column 28 - Warning: <img> lacks "alt" attribute
line 189 column 47 - Warning: <img> lacks "alt" attribute
line 190 column 105 - Warning: <img> lacks "alt" attribute
line 192 column 121 - Warning: <img> lacks "alt" attribute
line 199 column 34 - Warning: <img> lacks "alt" attribute
line 217 column 35 - Warning: <img> lacks "alt" attribute
line 219 column 52 - Warning: <img> lacks "alt" attribute
line 306 column 5 - Warning: <input> proprietary attribute "redirection"
line 314 column 11 - Warning: <script> inserting "type" attribute
line 186 column 38 - Warning: trimming empty <font>
line 185 column 210 - Warning: trimming empty <font>
line 319 column 13 - Warning: trimming empty <p>
line 320 column 11 - Warning: trimming empty <p>
line 348 column 1 - Warning: trimming empty <p>

0 errors / 70 warnings