Ui-template changes page dropdown

I consider the template node crucial to further my development efforts.
Using google font examples https://developers.google.com/fonts/docs/getting_started

<!--- https://developers.google.com/fonts/docs/getting_started --->
<html>
  <head>
    <meta charset="utf-8">
    <link rel="stylesheet"
          href="https://fonts.googleapis.com/css?family=Tangerine">
    <style>
      body {
        font-family: 'Tangerine', serif;
        font-size: 48px;
      }
    </style>
  </head>
  <body>
    <div>Making the Web too Beautiful!</div>
  </body>
</html>

I added it to my test page. The dashboard dropdown for that page changed.
So, this is a 2 part question. 1. What went wrong? and 2. What is the best development platform to use for a newbie?.


Can you point me to my error(s)?
Thanks

An aside. If you are mostly already having to resort to the ui-template node, I'd have to question whether Dashboard is the correct tool to use. It adds a lot of complexity which, while it simplifies getting started perhaps, may result in you constantly fighting the framework.

If you don't need all that Dashboard brings, perhaps have a look at UIBUILDER as an alternative.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.