| 
Author: R.Watkins2   (27 Sep 14 5:34pm)
 Is there any way of fixing this please 
 
Here is the message from http://validator.w3.org/check 
 
http://s15.postimg.org/3t9hipxkb/screenshot_157.jpg 
 
In case of not seeing the screenshot 
 
Validation Output: 2 Errors 
 
    Error Line 1910, Column 127: Bad value 35px for attribute height on element img: Expected a digit but saw p instead. 
 
    … height="35px" width="92px" alt="Stop Spam Harvesters, Join Project Honey Pot"> 
 
    Syntax of non-negative integer: 
        One or more digits (0–9). For example: 42 and 0 are valid, but -273 is not.  
 
    Error Line 1910, Column 127: Bad value 92px for attribute width on element img: Expected a digit but saw p instead. 
 
    … height="35px" width="92px" alt="Stop Spam Harvesters, Join Project Honey Pot"> 
 
    Syntax of non-negative integer: 
        One or more digits (0–9). For example: 42 and 0 are valid, but -273 is not.  
 
Thanks in advance 
 
Post Edited (28 Sep 14 1:08pm) 
 |