How to remove tags only visible in Live Code view?
i have page, order form, working , copied template current page. however, when press live view new form, internalorder.asp, nothing appears in live vew box. in code view, see following @ bottom of code:
</script>
</body>
</html>
if choose live code, see tags @ bottom of code.
</script>
</head><body></body></html>
i have checked , rechecked, html, head , body tags open , closed original page. displays in design view, won't display (i'm assuming because of tags) in live view or in browser. how rid of </head><body> in last line when can't see them in code view , can't edit in live code?
any suggestions? i'm newbie (like can't tell) plain english idea, please.
tatumbili
live code showing code after scripts (javascript, asp, php, etc) have run on page.
if seeing multiple <head> or <body> tags being added scripting somewhere , aren't on actual page editing (as shown in page's source). check include files make sure aren't forgetting strip out html elements.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment