In my opinion is a very nice addons for Ravennuke and I love it but yesterday when I install it I got 3 Errors, 1 warning(s) from W3C validation.
Code:Warning Line 509, Column 115: character "<" is the first character of a delimiter but occurred as data
… Image" /><label class="contactlabel"><---- Hover your mouse over this for pho…
This message may appear in several cases:
You tried to include the "<" character in your page: you should escape it as "<"
You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&", which is always safe.
Another possibility is that you forgot to close quotes in a previous tag.
|
2nd
Code:Line 340, Column 155: attributes construct error
…="opacity:0.4;filter:alpha(opacity=40)"onmouseover="this.style.opacity=1;this.…
|
3rd
Code:Line 340, Column 155: Couldn't find end of Start Tag img line 340
…="opacity:0.4;filter:alpha(opacity=40)"onmouseover="this.style.opacity=1;this.…
✉
Error Line 509, Column 115: StartTag: invalid element name
… Image" /><label class="contactlabel"><---- Hover your mouse over this for pho…
|
Is it possible to get rid of these warning and errors? The addon is working fine and is a need...
a picture for more understanding
Note: I wanted to upload a picture here which is smaller than 400px and the same warning again.
The Attachment/Image must be less than 400 pixels wide and 400 pixels high
Fix one error and I still to fix the rest
Open slideincontact.php and replace with this one.
Code:echo '<div class="slide-out-div"><a class="handle"></a>
<div align="left"><img id="phoneimg" src="SlideInContact/img/p2.gif" alt="P2 Image" /><label class="contactlabel">Hover your mouse over this for phone information</label></div>
|