|
|
|||||||
|
If you can remove some of those <p> tags it will remove almost all of your errors. You have <p></p> that are not doing anything. The other errors are simple ALT errors again. When using images, it is wise to give the ALT and title tags within the image Code: <img src="myimage" width="50" height="50" alt="nameofmyimage" title="this is my image of something" /> |