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 4537 posts 6006 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.

  • 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.

Please Sign in or register to post replies