FOUND OUT THE ANSWER: IT”S DISPLAY:BLOCK;. PLEASE DO NOT DOWN VOTE THIS ANY MORE
If you put an image in a page (using<img src="" />) it always pulls input’s and button and some other things to it’s right, like it’s floating left. What’s a simple way to stop this?
Here’s samples of what I mean with an img and a button (none work though)
<img src="5.gif" /><button style=""></button>
I’ve tried clear:both;, making them float different ways and switching them but nothing seems to work. Is<br />the only way?
set the image to display: block