---
title: "Problem with image tag."  
description: "Problem with image tag."  
author: "Pravesh Singh"  
published: 2012-07-27  
updated: 2012-07-27  
canonical: https://www.mindstick.com/forum/431/problem-with-image-tag  
category: "html5"  
tags: ["html5"]  
reading_time: 1 minute  

---

# Problem with image tag.

Hello Guys,\
Actually I'm using [image tag](https://www.mindstick.com/articles/327287/what-is-html-and-also-explain-the-some-tags) in [html](https://www.mindstick.com/articles/1530/design-a-simple-stylish-calculator-using-html-css-and-javascript) as follows:\

```
<a href="SomethingURL" target="_blank" title="Test" style="text-decoration: none;">     <img src="MyImage.png" alt="MyImage" /></a>
```

But when I'm displaying it on different [browser](https://www.mindstick.com/blog/155254/which-is-the-best-internet-browser) then at some browser image displays with rectangle border. So could you tell what's the [problem](https://yourviews.mindstick.com/view/81399/tackling-the-problem-of-unemployment-during-corona-pandemic) and how can I [remove](https://yourviews.mindstick.com/story/4554/8-harmful-weeds-to-remove-from-garden) it.\

## Replies

### Reply by Anonymous User

Hi Pravesh Singh,\
Replace your code from the following code:\

```
<a href="SomethingURL" target="_blank" title="Test" style="text-decoration: none;">
     <img src="MyImage.png" alt="MyImage" border="0" /></a>
```

\


---

Original Source: https://www.mindstick.com/forum/431/problem-with-image-tag

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
