I have included a screenshot. Why is the code highlighted in red? Does it actually affect the website?
That's called syntax highlighting - it lets you see what's text, what's script, etc. It doesn't show on the site.
Hi Lazarous, I'm really interested in your question. I've used to get the same issue with my source code. The pages with highlighted code like that usually work fine on browsers. I ensure that this error causes by Dreamwaver so you don't worry about it. I also tried to duplicate the error by using your code, and here is what I get: I didn't receive any error as your attached pic till I added this line below the inline style <style type="text/css">.....</style>: Then I tried to replace this line code by: The highlight disappeared. So I think the problem is php code inside the <script></script> block. Try looking around to see if any php code similar to my example in your file. Good luck!