Title: [Plugin: Copygram widget] HTML Rewrite
Last modified: August 20, 2016

---

# [Plugin: Copygram widget] HTML Rewrite

 *  [armahillo](https://wordpress.org/support/users/armahillo/)
 * (@armahillo)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-copygram-widget-html-rewrite/)
 * Would it be possible to re-write the HTML and CSS? It is not very semantic.
 * For one, instead of using nested DIVs, it should really use a UL+LI, then style
   it with CSS. Like this:
 *     ```
       <div id="copygram-widget-2" class="widget widget_copygram-widget">
       <h4 class="widgettitle">My Instagrams</h4>
       <ul><li>
       <a href="...filename.jpg" target="_blank" style="width:150px;height:150px;">						<img src="...filename.jpg" style="width:150px;height:150px;" alt="description"/>
       <p>description</p>
       </a>
       </div>
       </div></div>
       ```
   
 * The CSS could be cleaned up accordingly. This would greatly help semantic readability.
 * Also — the “alt” properties are not escaped correctly, so a double-quote that
   was included in my description ends up prematurely breaking the description.
 * [http://wordpress.org/extend/plugins/copygram-widget/](http://wordpress.org/extend/plugins/copygram-widget/)

The topic ‘[Plugin: Copygram widget] HTML Rewrite’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/copygram-widget_4d324b.svg)
 * [Copygram widget](https://wordpress.org/plugins/copygram-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/copygram-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/copygram-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/copygram-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/copygram-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/copygram-widget/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [html](https://wordpress.org/support/topic-tag/html/)

 * 0 replies
 * 1 participant
 * Last reply from: [armahillo](https://wordpress.org/support/users/armahillo/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-copygram-widget-html-rewrite/)
 * Status: not resolved