Ok, this is a beginner’s question.
I have a main page with a header (with a menu), a right column and a footer. I want these elements to be always present on my site, only the container div to change upon clicking different links in the menu. Until now I have used iframes. Is there any other way to do this without iframes?
Thank you!
Yes of course. But not with only HTML.
If you are using php it is common to do something of the sort:
inc/header.php:
inc/footer.php:
index.php: