I was wondering if it is possible to reduce the amount of space displayed between paragraphs. For example, in the footer of my website I would like to decrease the amount of space between my logo and the text below. Is this possible and if so how do I do this? website_footer.jpg
using css to target whatever you need the bottom margin adjusted for. Based on your screenshot, you need to apply an inline style on your image tag for a margin-bottom. For all paragraphs, you can overwrite the
tag margin as well, but from the stylesheet. Default bottom margin on the