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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...