• Resolved MichaelDean

    (@michaeldean)


    Hi,

    I have an issue, it’s not a theme problem, it’s from editing the code on this page:
    https://feenphone.com/?page_id=308

    I think I deleted a <div> open or close tag. Now most of the paragraph breaks on the page are gone.

    FYI, I am using a hack on this page to force paragraph breaks, a white period, using this:
    <span style=”color: #ffffff;”>.</span>

    but the page was displaying fine before I messed something up while deleting some DIV open or close tags that looked unneeded.

    Can anyone help?

    Thanks!
    Michael

Viewing 4 replies - 1 through 4 (of 4 total)
  • This might give a hint, a few errors came up for the site –

    https://validator.w3.org/

    Thread Starter MichaelDean

    (@michaeldean)

    Thank you host. Yeah, none of them are related.

    Peace,

    MWD

    Have you looked at the HTML? You’re missing p tags which is causing that problem –

    <img class="alignnone size-full wp-image-1295" width="379" alt="Require-Auth" src="https://feenphone.com/wp-content/uploads/2014/12/Require-Auth.jpg">
    <span style="color: #ffffff;">.</span>
    <span style="color: #ffffff;">.</span>
    <span style="color: #ffffff;">.</span>
    You will receive a prompt to set a password:

    I’d suggest using p tags rather than white commas – as that will force the subsequent text to a new line below the image.

    Thread Starter MichaelDean

    (@michaeldean)

    That worked. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘broke formating on my page with div tags’ is closed to new replies.