Title: Remove  tag from generated layout
Last modified: August 21, 2016

---

# Remove tag from generated layout

 *  [gluggy](https://wordpress.org/support/users/gluggy/)
 * (@gluggy)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-tag-from-generated-layout/)
 * Hi,
 * Really quick / silly question but when the plugin generates the page the link
   name, description and url are enclosed within a ` tag - is there a way to remove
   this tag as it causing the text to display differently to the themes "main" style?`
 * Many thanks!
 * [http://wordpress.org/extend/plugins/mylinks2/](http://wordpress.org/extend/plugins/mylinks2/)

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

 *  Plugin Author [2020media](https://wordpress.org/support/users/2020media/)
 * (@2020media)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-tag-from-generated-layout/#post-3817601)
 * Hi
 * You could edit the template files, that should do it.
 * I’ll look at making that configurable in a future release.
 *  Thread Starter [gluggy](https://wordpress.org/support/users/gluggy/)
 * (@gluggy)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-tag-from-generated-layout/#post-3817606)
 * Hi,
 * Thanks for the quick reply – I’ve checked the template and can’t see any reference
   to the tag, this is the template I’m using…
 * `<!--link:start--><div class="mylinks_container"><div class="mylinks_left">{image}
   </div><div class="mylinks_right"><b>{link_name}</b><br><br>{link_description}
   <br><br><a href="{link_url}" target="_blank">{link_url}</a></div></div><!--link:
   stop-->`
 * The code tag is being inserted directly after the divs so that its being shown
   in the browser as…
 *     ```
       <!--link:start--><div class="mylinks_container"><div class="mylinks_left"><code>{image}</code></div><div class="mylinks_right"><code><b>{link_name}</b></p>
       <p>{link_description}</p>
       <p><a href="{link_url}">{link_url}</a></code></div></div><!--link:stop-->
       ```
   
 * In all fairness it’s not a major issue, it would just be nice to keep the styling
   of the links page consistent with the rest of the site.
 * *edit* Having a few probs copying the code across but think / hope its displayed
   well enough to make sense.
 * Thanks again
 *  Plugin Author [2020media](https://wordpress.org/support/users/2020media/)
 * (@2020media)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-tag-from-generated-layout/#post-3817617)
 * Hi
 * There is a CSS file in the /templates folder (mylinks.css)
 * There are two temapltes – right and left. There is a bit of variety in how they
   display. This was done deliberately to be a starting point for users to develop
   on into their own style.
 * Which template is the one you are having problems with?
 *  Thread Starter [gluggy](https://wordpress.org/support/users/gluggy/)
 * (@gluggy)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-tag-from-generated-layout/#post-3817619)
 * Hi,
 * I’ve been using the standard / included CSS with the only the width of the div
   that holds the image being altered. The template is the single category / left
   image one with the `<HR>` beneath the image removed but otherwise unchanged. 
   The actual layout is ok but I’m having problems working out where the `<code>`
   tags in the generated page are coming as they are not in the template file or
   CSS – if I could prevent them from being added the text for the link name and
   description would match the rest of the site.
 * Once again thanks for the help and sorry if its something really simple I’m missing
   at this end.

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

The topic ‘Remove tag from generated layout’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [gluggy](https://wordpress.org/support/users/gluggy/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/remove-tag-from-generated-layout/#post-3817619)
 * Status: not resolved