WebSite X5Help Center

 
Rajiv S.
Rajiv S.
User

Map a webpage to another site  en

Автор: Rajiv S.
Просмотрено 1291, Подписчики 1, Размещенный 0  

Hi,

I run two websites - actnow.org.in and a subdomain enoindia.actnow.org.in. Both are identical in most of the things, but some elements differ such as color scheme and some elements.

I want some page to be identical.

E.g. I want Gallery page to be same on both sites (so I manage content on only one site), except the color scheme. How can I do this?

Regards

Размещено
3 Ответы
John S.
John S.
User

This is not possible - but

You could ( in one of the projects ) create a page with no template and then make this page "hidden".

You could then in both projects show that page in an iframe.

Читать больше
Размещено От John S.
Rajiv S.
Rajiv S.
User
Автор

Could you please elaborate it, i do not understand iframe (the page I am talking about contains picture galleries)

Читать больше
Размещено От Rajiv S.
John S.
John S.
User

On the page you want the content to be shown, you put an html-object.

In that html-object you put a code like this :

<iframe src="URL_for_the_page_you_want_to_see" width="100%" height="700"></iframe>

See here for more information of iframes : https://www.w3schools.com/tags/tag_iframe.asp

Читать больше
Размещено От John S.