I have webpage that has 5 pages. On every page there are elements that stays exactly the same on every page. How can I avoid the browser to reload these elements everytime I click myself to other of those 5 pages.
I would like those elements to stay still and in view all the time without flickering reloading.
Hi,
Yes, this is easily done in Express or Pro using master pages. Create a new master page or edit an existing one to suit your design and add all of the elements that are common over your five page site (navigation, branding, a footer maybe) now when you create pages based on this master all of the items defined in the master will appear automatically on the ‘child’ page. As long as you don’t break the item connection between the child and the master (by moving the item on the child page, or altering the output settings for example) then all of these items will be exactly the same for each page and will load almost instantly on every other page after the first one because they will be cached by the browser.
have webpage that has 5 pages. On every page there are elements that stays exactly the same on every page. How can I avoid the browser to reload these elements everytime I click myself to other of those 5 pages.
I would like those elements to stay still and in view all the time without flickering reloading.