Hi
wwwveroniqueknitweardotcom
Printable View
Hi
wwwveroniqueknitweardotcom
on which page(s) is this happening?
Hi Clyde,
On the links page.
I just checked the links category page and All of the links pages and HTML Tidy didn't show this warning anywhere.
The only warning I did see was about using & instead of &.
So I'm not sure where it is coming from.
One place to look would be:
includes/functions/links.php
and check this line of code
$image = '<img src="' . zen_output_string($src) . '" alt="' . zen_output_string($alt) . '"';
Hi Clyde,
Changed this line of code to;
}
// alt is added to the img tag even if it is null to prevent browsers from outputting
// the image filename as default
$image = '<img src="' . zen_output_string($src) . '" alt="' . zen_output_string($alt) . '"';
if (zen_not_null($alt)) {
$image .= ' title=" ' . zen_output_string($alt) . ' "';
}
And everything is fine.
The code that was there on that line was;
}
// alt is added to the img tag even if it is null to prevent browsers from outputting
// the image filename as default
$image = '<img src="' . zen_output_string($src) . '"alt="' . zen_output_string($alt) . '"';
if (zen_not_null($alt)) {
$image .= ' title=" ' . zen_output_string($alt) . ' "';
}
very similar except for spaces. I have no idea why this brought up validation errors but it did using the validator at w3c.
Thanks for the help Clyde
Rottie
Hi
I am looking for install links manager for my site. My purpose is try to do link exchange for my website. Would you please help me to do it.
Very thanks!
download it from here, unzip the file and follow the instructions.
In my site I have some errors in Foxfire, I was told at my template support that the missing closing </div> is in the links sidebox. can you please help me with this. I'm not very good at these codes I don't know where to add it.
weezeesgifts.com