Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Normal
The meta tag editor lets you handle different meta tags for each page.Just go to the page you want to edit, load the meta tag editor, and then edit it as follows:[code]META TAGS HERE[COLOR=#ff0000]"> [/COLOR]<link rel="stylesheet" type="text/css" href="http://YOURSERVER.com/customddc/PAGENAME.css" /><script src="http://YOURSERVER.com/customddc/PAGENAME.js" type="text/javascript"></script>[COLOR=#008000]<meta type="author" content="BOGUS CONTENT[/COLOR][/code]What happens then is that DDC loads in your meta tags, closes the meta tag (highlighted in red), then lets you open any meta tags you want and they all get placed into the <head> of your page. Then just make sure you open a new bogus meta tag (highlighted in green) so that the source code still remains compliant (lol - have you seen DDC source code?)
The meta tag editor lets you handle different meta tags for each page.
Just go to the page you want to edit, load the meta tag editor, and then edit it as follows:
[code]
META TAGS HERE
[COLOR=#ff0000]"> [/COLOR]
<link rel="stylesheet" type="text/css" href="http://YOURSERVER.com/customddc/PAGENAME.css" />
<script src="http://YOURSERVER.com/customddc/PAGENAME.js" type="text/javascript"></script>
[COLOR=#008000]<meta type="author" content="BOGUS CONTENT[/COLOR]
[/code]
What happens then is that DDC loads in your meta tags, closes the meta tag (highlighted in red), then lets you open any meta tags you want and they all get placed into the <head> of your page. Then just make sure you open a new bogus meta tag (highlighted in green) so that the source code still remains compliant (lol - have you seen DDC source code?)