Posted By GaryMinor on 31 Jul 2009 7:30 PM
The DNN documentation describes the use of a [CONTENT] OR [CONTENT:1] token. However the skins that I see in the tutorials don't use these tokens.
Instead you use id="toppane" etc. How are these connected?
Hello,
The methods are basically the same, you can use [CONTENTPANE:1], [CONTENTPANE:2] etc (and then add the details for the content panes in your skin.xml file).
Or you can use the runat="server" id="toppane" method that I outlined in the tutorial.
I prefer the method outlined in the tutorial because you can see at a glance what each pane is called.