• Resolved papaworx

    (@papaworx)


    actually, it is version 3.01. Good boy, that I am, I wanted to subject my blog to W3C validation. I figured, since I didn’t have to write any code, everything should come out peachy.
    Did I ever get a surprise!

    Line 126, Column 131: & did not start a character reference. (& probably should have been escaped as &.)
    …f=”http://www.papaworx.com/blog/?p=145&page=2″>2</div&gt; </div><!– .entry…

    What should I do?

Viewing 3 replies - 1 through 3 (of 3 total)
  • I added this to my header.php <?php ini_set(‘arg_separator.output’,’&’); ?>
    and then proceeded to change all amperands to & All of those errors are gone. I have one left one each site now and that one was added by Arkayne!

    `<?php ini_set(‘arg_separator.output’,’&’); ?>
    sorry forgot to tell it its code change the amersands to &

    this still doesn’t diplay right change all ampersands to a ampersand with amp after it then a semi colon but first correct the string I posted to reflect what I just said. for some reason this post gets rid of the amp after the ampersand

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

The topic ‘W3C validation troubles’ is closed to new replies.