Hi… so I have kind of a weird request. I was given .htm files with code… that have functions and information in them… and I would like the code to function within a webpage… the same way as the file would function when opened in a browser.
I tried copying and pasting the code into a code block within a page. It sort of worked, but most of it ended up getting cut off and additional elements go above it. I can probably extend the page down with whitespace… but that seems more like a hack than a fix. .
Here is a link: https://www.bonjiglass.com/6472-2/
Is there a way to get this to work?
Cheers,
-Daniel
Hey Daniel,
Please try the following in Quick CSS under Enfold->General Styling:
#block_menu {
position: inherit;
}
Best regards,
Rikard
Link: https://www.bonjiglass.com/6472-2/
Didnt seem to work… still being cut off. Not sure why.
Hi,
Try this instead:
#block_menu {
position: inherit !important;
}
Best regards,
Rikard
Thank you so much, appreciate the support! This seemed to have worked all the way through… except for one page within the script.
When you click through on “Show Entries” within any of the names, you get to a page with Heat 678 and Heat 679. When you click on “Show Scoresheet” for the top one (678)… it almost fully works… but the bottom part with the Final Summary results are still cut off.
Can you please advise?