Tagged: , , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #276567

    Hello,

    I’m trying to get videos side by side with text using purely HTML. I have a page working with the Avia Layout Builder, but there will be things done down the line that will be restricting me to purely HTML.

    I’ve tried using the <div style float:left>, and that worked for only one video. Anything videos after that I would have formatting issues. Next I tried using HTML tables (this is what is currently being displayed on the link provided to the moderators).

    So far, tables seem to be the easiest solution. However, I’m getting a weird formatting issue where the text does not start at the top and there are large amount of white space. Also, even with border=0, borders are being generated.

    Any advice/solutions? Thank you in advance!

    #276621

    Hi!

    Have you tried putting these custom HTML code inside a Code Block element?

    Regards,
    Josue

    #276692

    Hello,

    I’m trying to get this done without any of the Avia Advance Layout content. If possible, I would like to get all the formatting done through css/HTML.

    On a side note, I tried the code block element and it didn’t work.

    #276745

    Can you post a link to the page where you are trying this? this is returning a 404.

    Best regards,
    Josue

    #276762
    This reply has been marked as private.
    #276764

    Try adding this code to the Quick CSS:

    td {
        vertical-align: top;
        border: 0 !important;
    }

    Cheers! 
    Josue

    #277088

    Perfect! Thanks Josue.

    #277095

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Side-by-side Vdeo/Text’ is closed to new replies.