Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • instantinlaw Friend
    #119565

    After I changed the web 2.0 badge to my own graphic the XHTML validator is throwing errors.
    <a href="http://www.photonutz.net/index.php?option=com_wrapper&Itemid=8" id="ja-bigicon" title="Photonutz Photography Network Webring">
    <?php
    if ($supported_browsers) { ?>
    <img src="<?php echo $ja_template_path;?>/images/bigstar.png" alt="" onmouseover="this.src='<?php echo $ja_template_path;?>/images/bigstar-on.png';" onmouseout="this.src='<?php echo $ja_template_path;?>/images/bigstar.png';" />
    <?php }else{ ?>
    <img src="<?php echo $ja_template_path;?>/images/blank.gif" alt="" style="width:107px;height:110px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $ja_template_path;?>/images/bigstar.png', sizingMethod=scale);" onmouseover="this.style.filter='progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $ja_template_path;?>/images/bigstar-on.png', sizingMethod=scale)';" onmouseout="this.style.filter='progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $ja_template_path;?>/images/bigstar.png', sizingMethod=scale)';" />
    <?php } ?>
    </a>

    Actually its this line that is the error.
    (a href=”http://www.photonutz.net/index.php?option=com_wrapper&Itemid=8” id=”ja-bigicon” title=”Photonutz Photography Network Webring”>)

    I did change the name of the graphic and reflected it in the template.

    What could be causing the error? The URL is http://www.photonutz.net
    Thanks for the help

    ShannonN Friend
    #217411

    instantinlaw;11992After I changed the web 2.0 badge to my own graphic the XHTML validator is throwing errors.
    <a href="http://www.photonutz.net/index.php?option=com_wrapper&Itemid=8" id="ja-bigicon" title="Photonutz Photography Network Webring">
    <?php
    if ($supported_browsers) { ?>
    <img src="<?php echo $ja_template_path;?>/images/bigstar.png" alt="" onmouseover="this.src='<?php echo $ja_template_path;?>/images/bigstar-on.png';" onmouseout="this.src='<?php echo $ja_template_path;?>/images/bigstar.png';" />
    <?php }else{ ?>
    <img src="<?php echo $ja_template_path;?>/images/blank.gif" alt="" style="width:107px;height:110px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $ja_template_path;?>/images/bigstar.png', sizingMethod=scale);" onmouseover="this.style.filter='progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $ja_template_path;?>/images/bigstar-on.png', sizingMethod=scale)';" onmouseout="this.style.filter='progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $ja_template_path;?>/images/bigstar.png', sizingMethod=scale)';" />
    <?php } ?>
    </a>

    Actually its this line that is the error.
    (a href=”http://www.photonutz.net/index.php?option=com_wrapper&Itemid=8” id=”ja-bigicon” title=”Photonutz Photography Network Webring”>)

    I did change the name of the graphic and reflected it in the template.

    What could be causing the error? The URL is http://www.photonutz.net
    Thanks for the help

    try it again without the graphic name change or template change that is rename your graphic to the default name for the icon

    instantinlaw Friend
    #217415

    Hi ShannonN
    That was going to be my next move. I’ll post the results before closing this thread.
    Thanks!

    instantinlaw Friend
    #217416

    Hi ShannonN,
    The problem was the link attached to the bigstar graphic. The original link was
    <blockquote>http://www.photonutz.net/index.php?option=com_wrapper&Itemid=8</blockquote>
    The part that made the page not validate was
    <blockquote>&Itemid=8</blockquote>
    I fixed the problem by getting rid of
    <blockquote>&Itemid=8</blockquote>
    Now the link is
    <blockquote>http://www.photonutz.net/index.php?option=com_wrapper</blockquote>
    which still brings up the correct page, but does not throw errors.
    Thanks:D

    ShannonN Friend
    #217454

    instantinlaw;12001Hi ShannonN,
    The problem was the link attached to the bigstar graphic. The original link was

    The part that made the page not validate was

    I fixed the problem by getting rid of

    Now the link is

    which still brings up the correct page, but does not throw errors.
    Thanks:D

    Its always the LAST place you’d think to look isn’t it 🙂 I was focussed on the graphic not the link, guess i should shut up and let those that know what there talking about solve the problems 🙂

    instantinlaw Friend
    #217455

    LOL:D
    Well, actually it was your suggestion that made me take a second look at the problem and deduce it was the link.
    Keep up the great work!

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

This topic contains 6 replies, has 2 voices, and was last updated by  instantinlaw 17 years, 7 months ago.

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