• Welcome to Sitemap Generator Forum.
 

Character length limit in img tag?

Started by dculp, December 23, 2018, 11:45:27 AM

Previous topic - Next topic

dculp

Hello --

The following correctly generates an image sitemap link --

<img class="scalable _img_screen_height _img_print_height" src="../../../glossary/_images/horn_flat_tip_30d.png" alt="Replaceable tip for ultrasonic horn" width="337" height="262">
Sitemap Generator creates --
[ External links are visible to forum administrators only ]
Replaceable tip for ultrasonic horn

However, the following does not generate a link --

<img class="scalable _img_screen_height _img_print_height" src="../../../glossary/_images/horn_flat_tip_30d.png" alt="Replaceable tip for ultrasonic liquid processing horn" width="337" height="262">
Sitemap Generator creates -- nothing

The only difference seems to be that the alt string is longer in the second (for which the overall length of the img tag is also longer).

Standalone Sitemap Generator (PHP) v8.0, 2018-05-17

Thanks,
Don C.


dculp

I have sent you a message.

Note - ~300 other image links are generated correctly although one other seems to have this same problem.