After having followed the C1 setup guidance regarding the event calendar and form renderer - the resulting event entries are cramped on one line and there is no link to the std. sign-up. Maybe take a look at FairNets.dk / events.
Asked
Active
Viewed 40 times
0
-
Can you post a screenshot somewhere describing your problem? – ChrisGPT was on strike Jan 29 '14 at 14:17
1 Answers
0
Edit the ~/App_Data/PageTemplates/MasterLayout.cshtml file and add a xml namespace to the root element:
From:
<!DOCTYPE html> <html lang="en">
To:
<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
That should solve the problem

Inna
- 361
- 1
- 6