This is a little picky, but would be helpful. The generated header code by MB has single quotes around the stylesheet links and double quotes around the javascript links.
<link rel='stylesheet' type='text/css' href='nav_parkerdds/stylesheets/style.css'/>
<script type="text/javascript" src="nav_parkerdds/js/jquery-1.8.2.min.js"></script>
Sometimes I use the code in php script. Since the quotes are inconsistent, I have to escape them.
$head_mb_links = '
<link rel=\'stylesheet\' type=\'text/css\' href=\'nav_parkerdds/stylesheets/style.css\'/>
<script type="text/javascript" src="nav_parkerdds/js/jquery-1.8.2.min.js"></script>
';
If all the quotes were either single or double, it would save having to escape them for use in scripts.
Personal & Specialized Help for Coffeecup Users including training for Site Designer, Form Designer and Web Form Builder via Zoom
Email me at cchelp@uscni.org or call 865-687-7698
How-To Instructions for Coffeecup Users (tutorials, examples, and downloads)
http://usconsumernet.net/help-for-coffe … -users.php