Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to stop interdev 6 from changing my code?

2 views
Skip to first unread message

wolf...@gmail.com

unread,
Apr 17, 2006, 11:42:07 AM4/17/06
to
I've checked everywhere but found no answer so far.
I love working with Interdev 6 for my ASP pages: debugging, syntax
highlighting, autocomplete, etc. The only problem I'm having is that
it changes my lines of code that go like:
<img src="test.jpg" alt="">
to
<img src="test.jpg" alt>

This doesn't change the appearance of the pages, but when I run HTML
validators, they complain that "alt" should have a value.
I guess I can fix it by using alt=" " (a space between the quotes), but
was wondering if there was some way to tell the editor NOT to change my
code.
Rod

0 new messages