Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • baronti JATC
    #141433

    Validation 1 Error

    1. Error Line 663, Column 99: required attribute “alt” not specified

    …a_nickel/images/blue/sub-logo.png” />

    The attribute given above is required for an element that you’ve used, but you have omitted it. For instance, in most HTML and XHTML document types the “type” attribute is required on the “script” element and the “alt” attribute is required for the “img” element.

    Typical values for type are type=”text/css” for <style> and type=”text/javascript” for <script>.

    Help please..

    Anonymous Moderator
    #306929

    Hi

    To solve this issue, open templates/ja_nickel/index.php file , at about line 240, find following code:

    <div class="sublogo">
    <img src="<?php echo $tmpTools->templateurl(); ?>/images/<?php echo strtolower ($tmpTools->getParam(JA_TOOL_COLOR)); ?>/sub-logo.png" />
    </div>

    and change to:

    <div class="sublogo">
    <img alt="your slogan" src="<?php echo $tmpTools->templateurl(); ?>/images/<?php echo strtolower ($tmpTools->getParam(JA_TOOL_COLOR)); ?>/sub-logo.png" />
    </div>

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum