Title: HTML 5 validation &#8211; border attribute obsolete
Last modified: October 5, 2018

---

# HTML 5 validation – border attribute obsolete

 *  [Malae](https://wordpress.org/support/users/malae/)
 * (@malae)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/html-5-validation-border-attribute-obsolete/)
 * Hi,
    When trying to validate HTML 5, I am getting a warning: The border attribute
   is obsolete.
 * It is coded into easy-social-icons\easy-social-icons.php
 *     ```
       Line 442:   <table width="100%" border="0">
       Line 709:   <table width="100%" border="0" cellspacing="0" cellpadding="0">
       Line 782:   $icon_output_html = '<img src="'.cnss_get_img_url($url).'" border="0" width="'.$width.'" height="'.$height.'" alt="'.$title.'" title="'.$title.'" style="'.$imgStyle.'" />';
       Line 958:   <img id="logoimg" style="vertical-align:top" src="<?php echo cnss_is_image_icon($image_url)?$image_url:$blank_img; ?>" border="0" width="<?php //echo $cnss_width; ?>"  height="<?php //echo $cnss_height; ?>" alt="<?php echo $title; ?>" />
       Line 1165:  echo '<table class="cnss-social-icon" style="width:'.$table_width.'px" border="0" cellspacing="0" cellpadding="0">';
       Line 1372:  <table width="100%" border="0">
       Line 1382:  <table width="100%" border="0">
       Line 1407:  <table style="margin-bottom:15px;" width="100%" border="0">
       ```
   
 * Can you update the code so that it can be validated?
 * Also please update the deprecated PHP code that I asked about and posted a fix
   for more than 5 months ago.

The topic ‘HTML 5 validation – border attribute obsolete’ is closed to new replies.

 * ![](https://ps.w.org/easy-social-icons/assets/icon-256×256.png?rev=3319598)
 * [Easy Social Icons](https://wordpress.org/plugins/easy-social-icons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-social-icons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-social-icons/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-social-icons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-social-icons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-social-icons/reviews/)

## Tags

 * [deprecated.php](https://wordpress.org/support/topic-tag/deprecated-php/)

 * 0 replies
 * 1 participant
 * Last reply from: [Malae](https://wordpress.org/support/users/malae/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/html-5-validation-border-attribute-obsolete/)
 * Status: not resolved