Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • airwork Friend
    #118185

    I have used FlexLogin to make the Joomla login horizontal, and placed it in the footer of the Zibal template (user 3 position). That looks great.

    But now the two CSS and XHMTL validation images are in the way, butcssblack.gif and butxhtmlblack.gif. I deleted the image files, but that doesn’t help very much, because it now shows two ’empty’ images.

    I looked in all the css templates, the one in my colour (Black) and the other ones, but I can’t find any reference to these two images. I deleted the references to the images in the XML file (have no idea what it does, but apparently it doesn’t hurt) but… no results.

    Anyone any ideas what to do or where to look?

    Diana

    cssyeah Moderator
    #212960

    Hi Airwork,

    If you want to delete it (CSS and XHTML images), you delete this PHP source code section in index.php file of template.


    <div id="ja-cert">
    <?php if ($ja_menutype != 3){ ?>
    <a href="http://jigsaw.w3.org/css-validator/validator?uri=<?php echo $mosConfig_live_site;?>" target="_blank" title="Our site is valid CSS">
    <img src="<?php echo $ja_template_path;?>/images/butcss<?php echo $ja_color; ?>.gif" alt="Our site is valid CSS" />
    </a>
    <?php } ?>
    <a href="http://validator.w3.org/check/referer" target="_blank" title="Our site is valid XHTML 1.0 Transitional">
    <img src="<?php echo $ja_template_path;?>/images/butxhtml<?php echo $ja_color; ?>.gif" alt="Our site is valid XHTML 1.0 Transitional" />
    </a>
    </div>

    airwork Friend
    #212973

    That’s it! Looks a lot better now, thanks for your help!

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

This topic contains 3 replies, has 2 voices, and was last updated by  airwork 17 years, 10 months ago.

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