I wanted to make a picture link, but after the picture there is such a little thing like "_" as underscore. Where could she come from?
<a href="#" ><img src="img/menu1.gif" width="130" height="40"/></a>
I wanted to make a picture link, but after the picture there is such a little thing like "_" as underscore. Where could she come from?
<a href="#" ><img src="img/menu1.gif" width="130" height="40"/></a>
Well, remove the underscore if it is not needed. Here is an example via css .
Source: https://ru.stackoverflow.com/questions/195670/
All Articles