ironhide1975
Programmer
Is there anyway in a CCS style sheet to tell it not to put a space at the end of the paragraph?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<p style="margin-bottom: 0; padding-bottom: 0;">blah</p>
p {
margin-bottom: 0;
padding-bottom: 0;
}