test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • emilyho Friend
    #117258

    Hi,

    I’m using JA Regulus Extra and I want to remove the W3C CSS and XHTML button at the footer. How can I do that?

    arcadiomorales Friend
    #210662

    Open you template’s index.php file. At the bottom, you’ll see this code:
    [PHP] <div id=”ja-cert”>
    <a href=”http://jigsaw.w3.org/css-validator/validator?uri=<?php echo $mosConfig_live_site;?>” target=”_blank” title=”Our site is valid CSS” style=”text-decoration: none;”>
    <img src=”<?php echo $ja_template_path;?>/images/but-css.png” alt=”Our site is valid CSS” />
    </a>
    <a href=”http://validator.w3.org/check/referer” target=”_blank” title=”Our site is valid XHTML 1.0 Transitional” style=”text-decoration: none;”>
    <img src=”<?php echo $ja_template_path;?>/images/but-xhtml10.png” alt=”Our site is valid XHTML 1.0 Transitional” />
    </a>
    </div>[/PHP]

    Just delete these lines:
    [PHP]<a href=”http://jigsaw.w3.org/css-validator/validator?uri=<?php echo $mosConfig_live_site;?>” target=”_blank” title=”Our site is valid CSS” style=”text-decoration: none;”>
    <img src=”<?php echo $ja_template_path;?>/images/but-css.png” alt=”Our site is valid CSS” />
    </a>
    <a href=”http://validator.w3.org/check/referer” target=”_blank” title=”Our site is valid XHTML 1.0 Transitional” style=”text-decoration: none;”>
    <img src=”<?php echo $ja_template_path;?>/images/but-xhtml10.png” alt=”Our site is valid XHTML 1.0 Transitional” />
    </a>[/PHP]

    emilyho Friend
    #210663

    Thank you very much

    brandon12 Friend
    #211137

    Thanks, I wanted to know how do do that too for zigel template, it was same

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

This topic contains 4 replies, has 3 voices, and was last updated by  brandon12 18 years, 1 month ago.

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