Title: missing alt attribute w3c validation error
Last modified: August 30, 2016

---

# missing alt attribute w3c validation error

 *  [edyplazzotta](https://wordpress.org/support/users/edyplazzotta/)
 * (@edyplazzotta)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/missing-alt-attribute-w3c-validation-error/)
 * Hi. I have big problems with validation of my website. W3c Validator find many
   of these errors:
 * _An img element must have an alt attribute, except under certain conditions. 
   For details, consult guidance on providing text alternatives for images._
 * These errors are related to images inserted in tiles. These images have alt attribute
   correctly compiled. Someone can help me please?
 * [https://wordpress.org/plugins/wp-tiles/](https://wordpress.org/plugins/wp-tiles/)

Viewing 1 replies (of 1 total)

 *  [cotestatnt](https://wordpress.org/support/users/cotestatnt/)
 * (@cotestatnt)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/missing-alt-attribute-w3c-validation-error/#post-6720521)
 * I have the same problem!
    You can edit the line #429 in the file **/plugins/wp-
   tiles/src/WPTiles/WPTiles.php** with this code:
 * `<img src='<?php echo $img ?>' alt='<?php echo $byline ?>' class='wp-tiles-img'
   itemprop="image" />`
 * Take a look here:
    **[http://www.lanaebiscotti.it/](http://www.lanaebiscotti.it/)**
 * I have used the $byline variable configured as the title of the post in the plugin
   options. I think is possible also with $title variable.

Viewing 1 replies (of 1 total)

The topic ‘missing alt attribute w3c validation error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-tiles_8f8e84.svg)
 * [WP Tiles](https://wordpress.org/plugins/wp-tiles/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-tiles/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-tiles/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-tiles/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-tiles/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-tiles/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [cotestatnt](https://wordpress.org/support/users/cotestatnt/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/missing-alt-attribute-w3c-validation-error/#post-6720521)
 * Status: not resolved