Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
I would like to change the html doctype of the masterpage. Where can I do this?
Thijs
Create your own masterpage (no need to set masterpage) and add your html doc type in your own master template
<%@ Master Language="C#" MasterPageFile="~/umbraco/masterpages/default.master" AutoEventWireup="true" %><asp:Content ContentPlaceHolderID="ContentPlaceHolderDefault" runat="server"><!doctype html ...><html>...</html></asp:Content>
Cheers,
/Dirk
Ok thanks.. Can't believe I looked over that.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Changing the html doctype
Hi
I would like to change the html doctype of the masterpage. Where can I do this?
Thijs
Create your own masterpage (no need to set masterpage) and add your html doc type in your own master template
Cheers,
/Dirk
Ok thanks.. Can't believe I looked over that.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.