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!
Hi!
Have you tried putting these custom HTML code inside a Code Block element?
Regards,
Josue
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.
Can you post a link to the page where you are trying this? this is returning a 404.
Best regards,
Josue
Try adding this code to the Quick CSS:
td {
vertical-align: top;
border: 0 !important;
}
Cheers!
Josue
Perfect! Thanks Josue.
You are welcome, always glad to help :)
Regards,
Josue