Dreamweaver is telling me I have a syntax error here, but not telling me what it is or exactly where.
I am including a javascript file and a css file in my html document, so I’m assuming I wrote something wrong in the code.
<link rel="stylesheet" type="text/css" href="pizza0-1style.css" />
<script src="pizza0-1displayscript.js" />
EDIT: They are in the head of my document..is that where they should be?
Try closing the script tag this way: