I know there are similar threads on this but I can't seem to sort out my problem, basically I want to add 2 more pages to the actinic website. Now presuming you can just add a brochure page easily to Actinic under the 'More pages' tree in the design view.
However my problem is that the Homepage contains some basic intro text and an image, and then under this is the INNERLAYOUT field which contains three best sellers with pictures.
The problem is that all the predefined pages in the brochure (how to find us, Introduction etc etc etc) all have the text from the Homepage (probably due to it being hard coded in the Homepage). All the other pages therefore contain all this hard coded data (apart from the INNERLAYOUT)
I'm thinking in order to create any new pages then the content from my Homepage needs to go inside a variable of some kind (similar to the INNERLAYOUT). Trouble is if I attempt to copy the Homepage text into innerlayout, it repeats 3 times (due to there being three best sellers products on that page).
Sorry if thats not very clear, but it must be a common enough problem ( or i'm being a bit dense).
To some up I need a Homepage that contains content that is ONLY on the Homepage and not the rest of the brochure. I then need to add 2 more pages to the brochure that I can put my own content on...
As for the page links I intend on putting img src links for them as opposed to adding them to the top nav bar
Cheers
M
However my problem is that the Homepage contains some basic intro text and an image, and then under this is the INNERLAYOUT field which contains three best sellers with pictures.
The problem is that all the predefined pages in the brochure (how to find us, Introduction etc etc etc) all have the text from the Homepage (probably due to it being hard coded in the Homepage). All the other pages therefore contain all this hard coded data (apart from the INNERLAYOUT)
I'm thinking in order to create any new pages then the content from my Homepage needs to go inside a variable of some kind (similar to the INNERLAYOUT). Trouble is if I attempt to copy the Homepage text into innerlayout, it repeats 3 times (due to there being three best sellers products on that page).
Sorry if thats not very clear, but it must be a common enough problem ( or i'm being a bit dense).
To some up I need a Homepage that contains content that is ONLY on the Homepage and not the rest of the brochure. I then need to add 2 more pages to the brochure that I can put my own content on...
As for the page links I intend on putting img src links for them as opposed to adding them to the top nav bar
Cheers
M
Comment