I want to load a responsive html page within page...
Let me explain.
My responsive page will have a column to the left which will have artists name.
Each artist will have a separate page which will just have their paintings and inscriptions on it.
I do not want to have to load the main page every time, I don't want to use a frameset as I think this is outdated now.
Hence when I click on an artist in the left column, I would like the link to contain the link to that artists page (with responsive code to split into two columns) and load it into the right responsive pane.
Obviously there will be no row classes in the artists page so any content will simply overlap to the next line if the browser being used is not wide enough.
How could I achieve a l ink to load a html page into the div.
Many thanks in advance
Terry

