How would i remove large empty spaces between paragraphs? iM using the <p></p> for my paragraphs in text
#overflowTest {
background: #4CAF50;
color: white;
padding: 5px;
width: 900px;
height: 650px;
overflow: auto;
border: 1px solid #ccc;
}
p {
text-indent: 40px;
}
but i get things like
3 or 4 line spaces till the next paragraph, i would like just one line of nothing between each paragraph.
Also how do i show pictures or images on the forum?