Title: [Plugin: AZIndex] CSS validation errors
Last modified: August 19, 2016

---

# [Plugin: AZIndex] CSS validation errors

 *  Anonymous User
 * (@anonymized-473288)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-azindex-css-validation-errors/)
 * First off thank you for a wonderful plugin.
 * Just some debugging.
 * The W3X XHTML validator came up with the following errors:
 * 1. In: az-index-content.php
 *     ```
       $output .= '<span class="azlink"><a href="'.$pg.'#char_'.ord($indexchars[$i]['char']).'">'.$indexchars[$i]['char'].'</a></style>';
       ```
   
 * has different beginning and ending tags.
 * Changing it to
 *     ```
       $output .= '<span class="azlink"><a href="'.$pg.'#char_'.ord($indexchars[$i]['char']).'">'.$indexchars[$i]['char'].'</a></span>';
       ```
   
 * makes it validate. (I think it occurs twice in the file, but not sure)
 * 2. Also am getting a “<style type=”text/css”>” validation error for the css from
   the plugin. Not sure how to fix this.
 * [http://wordpress.org/extend/plugins/azindex/](http://wordpress.org/extend/plugins/azindex/)

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

 *  [misstee](https://wordpress.org/support/users/misstee/)
 * (@misstee)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-azindex-css-validation-errors/#post-864589)
 * This is still in error with the current release and will cause validation errors.
   The tag is around line 326 — change “style” to “span”.
 *  [Laura J](https://wordpress.org/support/users/rainfrog/)
 * (@rainfrog)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-azindex-css-validation-errors/#post-864600)
 * Thanks for posting this information!
 *  [EnglishMike](https://wordpress.org/support/users/stringfold/)
 * (@stringfold)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-azindex-css-validation-errors/#post-864608)
 * The problem was fixed in AZIndex v0.7.5. Thanks.

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

The topic ‘[Plugin: AZIndex] CSS validation errors’ is closed to new replies.

 * 3 replies
 * 4 participants
 * Last reply from: [EnglishMike](https://wordpress.org/support/users/stringfold/)
 * Last activity: [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-azindex-css-validation-errors/#post-864608)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
