Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #649923

    I am trying to include a copy of the newsletter that we send out quarterly in a post page. The HTML gets messed up, showing up in blocks and not spaced or centered correctly (see the link in Private Content). I would like it to look exactly like the newsletter looks in the email and on a regular website. I’ve tried using the Code Block, but it doesn’t work and doesn’t seem to be documented very well. I’ve also tried it using a Text Block, which shows it looking mostly right in the preview, but again is not right on the actual page. Even tried as a regular page (not post) with same results.

    Can I please get some help and input on how to make this work correctly.

    Thanks.

    #650003

    Hi advteksol!

    AS it seems some stuff of the code you are adding are left open and there are mistakes to the code.
    I am sorry but adding or modifying it is outside our support scope.

    We will be happy to help with anything else, related to our theme

    Cheers!
    Basilis

    #650008

    The HTML coding works correctly in emails and as a regular HTML page. Your page is making it off.

    Can you please explain the Code Block and the settings therein.

    #650588

    Hi,

    Could you point out the problems in a screenshot or try to explain a bit further and we’ll try to give you some custom CSS to use?

    Regards,
    Rikard

    #650871

    Here’s some images. It should look like a web page – no boxes, etc.

    View post on imgur.com

    As I mentioned above, you can click on the “open webpage in browser” link to see what it should look like.

    Thanks.

    #651863

    Hi,

    Please try to add this in the Quick CSS field to fix the table styling:

    .single table {
        width: auto;
    }

    Best regards,
    Ismael

    #652138

    That helped some with the formatting, but there’s still boxes around each table. How can those be removed?

    #652146

    Hey!

    Please add following code to Quick CSS as well

    .single-post table * {
        border: none!important;
    }

    Cheers!
    Yigit

    #652159

    Great, got rid of the boxes! Last thing is the spacing between lines is to wide (tall), how can I shrink that?

    #652169

    Hi!

    There are some TR tagged elements with BR tags inside them. Please edit your code and remove them.

    Regards,
    Yigit

    #652175

    Did a visual and page search (Cntrl-F) and could not find any BR tags. It seems to be the height of the lines, not a <br> (line break) between them.

    #652187

    Hey!

    You can see empty tag and br tag in the screenshot in private content field

    Regards,
    Yigit

    #652226

    When you look at the code on the post page, there is nothing like that there. Also, if you inspect the elements on the straight HTML page (click on the “open webpage in browser” link) you’ll not see this either. I’m thinking Enfold (or perhaps WordPress) inserts them.

    #652246

    Hey!

    Please edit your post, go to text tab and remove highlighted section and following TR tag (until closing of it). I removed the first one and space is less now.

    Regards,
    Yigit

    #652262

    I’m not looking to change the spacing between the sections – just the distance between text lines (http://imgur.com/HOWsAPm).

    #652268

    Hey!

    Sorry for the misunderstanding. Please add following code to Quick CSS

    .single-post table p {
        line-height: 20px;
    }

    Best regards,
    Yigit

    #652688

    Thanks for your help! Please close this thread.

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Add HTML Newsletter to be viewed as post’ is closed to new replies.