G
George Hester
In previous versions of FrontPage there is color coding for script tags such as:
<script language="JavaScript">
function dumb(){
alert('Nothing...')
}
</script>
This used to show in the color brown or some such color close to it. But in FrontPage 2003 no more. How can I get the color coding for script tags BACK to what I was used to? Thanks.
<script language="JavaScript">
function dumb(){
alert('Nothing...')
}
</script>
This used to show in the color brown or some such color close to it. But in FrontPage 2003 no more. How can I get the color coding for script tags BACK to what I was used to? Thanks.