i would just aks a quick question. If i have a tree like this:
- Home
- About us
- Offer
- Contact Us
- Call me
- Who
Which template should i use for the "Who" sub-page? Do i need a special document type for the this sub-page or can i just use document type for the 2nd level navigation? Because now it show's page but without any css, like this: http://www.simprisk.com/call-me/who.aspx , instead of this: http://www.simprisk.com/home.aspx
It seems that you can use the same template for the 'Who' page as for the the 'Call me' page. Are those 2 docs of the same doc type (It seems when I turn on the trace info)? If so, use the same template! If not, create another template if you need a different layout.
I have the same document type as i do the same template for both of them. But nonetheless "Call me" shows the right way and "Who" page shows unfformated.
Sub page
Hello,
i would just aks a quick question. If i have a tree like this:
- Home
- About us
- Offer
- Contact Us
- Call me
- Who
Which template should i use for the "Who" sub-page? Do i need a special document type for the this sub-page or can i just use document type for the 2nd level navigation? Because now it show's page but without any css, like this: http://www.simprisk.com/call-me/who.aspx , instead of this: http://www.simprisk.com/home.aspx
Thank you.
It seems that you can use the same template for the 'Who' page as for the the 'Call me' page. Are those 2 docs of the same doc type (It seems when I turn on the trace info)? If so, use the same template! If not, create another template if you need a different layout.
Hope this helps.
Regards,
/Dirk
I have the same document type as i do the same template for both of them. But nonetheless "Call me" shows the right way and "Who" page shows unfformated.
Andraz, add a '/' character at the beginning of the file path for the css, eg. "/css/screen.css"
you're stylesheet include is not correct, you should use
instead of
(Mind the leading slash in front of 'css')
Also, do so for the inclusion of scripts
Hope this helps.
Regards,
/Dirk
Damn, both statements should be switched...
/Dirk
Of course, this helped :)
Tnx!
is working on a reply...