Copy link to clipboard
Copied
Code
https://codepen.io/sanya_misharin/pen/bQgjog
Image and place where I want it (div is highlighted)
https://i.ibb.co/txyJdv7/Untitled.png
I have a premade page and I want to place the codes in that page. .
https://www.maxspeedtv.live/mstvtest/index.html (this is the page I want the calendar on). I want the calendar to be in that empty space below "Broadcast Schedule"
I can't for the life of me figure it out!
Copy link to clipboard
Copied
Your news page is 404 not found.
Put the calendar on a separate web page and save it to your local site folder.
Use an <iframe> to bring your calendar page into the content region of your parent page.
https://www.w3schools.com/tags/tag_iframe.ASP
Hope that helps.
Copy link to clipboard
Copied
I fixed the link. I really don't want to use an iframe if i don't have to.
Copy link to clipboard
Copied
Open in Code View.
Scroll down to this:
<div class="featured">
<h4>BROADCAST SCHEDULE</h4> <p></p>
<!-- ADD YOUR EVENT CALENDAR OR IFRAME CODE HERE --> </div>