I know how to put a text next to an image by applying float:left to the img tag, but when I give it a link e.g \[code\]href="http://stackoverflow.com/questions/15485070/#"\[/code\] the text won't stand stick to the image, it falls down. To give more info about the project, my \[code\]<a>\[/code\] tags in the \[code\]<p>\[/code\] tags are display: inline-block; and the css I applied to the img tags is: \[code\]float:left;margin-right: 15px;border:0px;\[/code\]So why is this happening? I want my image to stand just as it does when I don't put it between \[code\]<a>\[/code\] tags.