View Single Post
Old 04-06-2015, 09:43 AM   #1
oiver55
Enthusiast
oiver55 format shifts faster than booting Windowsoiver55 format shifts faster than booting Windowsoiver55 format shifts faster than booting Windowsoiver55 format shifts faster than booting Windowsoiver55 format shifts faster than booting Windowsoiver55 format shifts faster than booting Windowsoiver55 format shifts faster than booting Windowsoiver55 format shifts faster than booting Windowsoiver55 format shifts faster than booting Windowsoiver55 format shifts faster than booting Windowsoiver55 format shifts faster than booting Windows
 
Posts: 43
Karma: 120648
Join Date: Feb 2015
Device: kindle
Unhappy Errors Galore! Validator

I have searched through the site in hopes of finding something similar to my problem and I have but just not my exact type of error, and what I did read I did not know how to apply it so here is my first of many errors.

attribute 'align' is not declared for element 'p'

Code:
 <p align="center"><b>INTRODUCTION</b></p>
It seems like its not understanding the <p> tag, isn't that basic code? Alos there is not just one of these errors but hundreds like....

attribute 'align' is not declared for element 'img'
attribute 'border' is not declared for element 'img'
attribute 'border' is not declared for element 'img'

Code:
<p align="center"><img align="bottom" alt="" border="1%" height="0" id="image003" src="../Images/line.jpg" width="80%" /></p>


no declaration found for element 'u'

Code:
 <h2 id="chapter01" style="text-align: center;"><u>PART ONE</u></h2>

Under each error is the corresponding code. The second code has three
oiver55 is offline   Reply With Quote