Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Thijs 97 posts 117 karma points
    Oct 11, 2011 @ 10:22
    Thijs
    0

    Changing the html doctype

    Hi

    I would like to change the html doctype of the masterpage. Where can I do this?

     

    Thijs

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Oct 11, 2011 @ 10:31
    Dirk De Grave
    1

    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

  • Thijs 97 posts 117 karma points
    Oct 11, 2011 @ 10:35
    Thijs
    0

    Ok thanks.. Can't believe I looked over that.

Please Sign in or register to post replies

Write your reply to:

Draft