I'm just looking through the Dreamweaver options now, and it looks to me like you can turn things off. Under preferences, Code Hints looks the most likely - things such as turning off the automatic closing of tags, and code hints.
Nice! I bet my comp teacher will yell at me for doing that but o well. She yells at me for making the web site in HTML that i'm suposed to follow some directions for!!
<script type="text/javascript">alert("remember when scripting attacks worked?");</script>
Preferences in DW is under Edit, if you didn't know. Always trips me up, that - I expect Preferences and Options to be under Tools or Options, not under Edit.
yes. I did it in the library at my school. Now my life is better.
I have now started siriosly writing html and when i went to inser javascript it didn't work.
This is what i typed and can ne1 tell me what is rong here??
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<script src="functions.js" type="text/javascript">
<!--
function printDate() {document.write("today's date is: " +Date());}
//-->
</script>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>dsfasdfadfs</title>
</head>
<body>
<h1>Welcome!</h1>
<p>
<script type="text/javascript">
<!--
function printDate()
//-->
</script></p>
</body>
</html>
<script type="text/javascript">alert("remember when scripting attacks worked?");</script>