Hi there,
I have just started using Kentico and ASP.Net so apologies for what is probably a simple question.
I have the issue above where I am unable to view the design tab for the Master Page, and looking at the Master Page it does indeed have some code contained within <% ... %>
However I'm not entirely too sure how I should be amending the code to use the correct approach.
The current code I have is:
<div id="wrapper" class="<%=CMS.CMSHelper.CMSContext.CurrentDocument.DocumentName == "Home"?"index-body":"inner-body"%>">
If someone can explain how I should amend it, I would be very grateful.
Thanks,
Bev