I have two websites that are hosted in their own sub-domain of the main domain site
some pages I would like the content to be matching with only having to edit one site
currently I am doing this using iframe to link the content so I edit a file on the main-domain and the changes are reflected on both sub domains
how ever I would prefer to use something like
$body="main-domain.com/edits/test.html
so that I am not given additional scrolls
I don't want to hide the scrolls on the iframe as this hides content, and I dont want to set page height as this ends up with pages with dead space
any advice please