Broken Image Icon and Adjusting Line Spacing

Request Type: 
General Assistance
Author: 
Stavroula Hatzios
Issue/Request: 

Hello,

I would be grateful for your feedback on 2 questions:

1) A broken image icon appears at the top of all of my pages (except for the home page), but I’m not sure why. Could you please advise me on how to remove or fix it?

2) Is there a way to alter the line spacing of basic text? The text on the new pages I have created defaults to double spacing and I can’t figure out how to adjust it in the toolbar.

Thanks!

Hello Stavroula,

I managed to remove the broken image icon from the site. This is appears when the logo is selected in the Theme Settings (Appearance > Settings > Your-Theme).

For your Second request, Can you provide a URL of the page having the double-spacing issue?

Josue

Hi Josue,

Thanks for your help.

Here is the URL showing an example of the double-spacing issue: http://dev.hatzioslab.yale.edu/contact. The spacing here is much wider than in the text that appears on the home page. I am actually encountering this issue on all the new pages I have created.

Thanks,

Stavroula

Hello Stavroula,

That is because the homepage content is a paragraph all within a <p> tag. The Contact page has line breaks and each line uses its own <p> tag. Those are used to break paragraphs up and have a default spacing between them. You’d need to add the content and use <br> tags within your HTML code to break up the lines without putting the lines into their own <p> tags.

Josue