Just a quick ones really.
When I am coding in HTML mode and I copy a piece of code eg:
<input type="submit" value="Save">
When I paste it, ID & NAME tags get added, ie:
<input type="submit" value="Save" id="Submit1" name="Submit1">
I know Microsoft has gone to great lengths to make html editing easier. But I can find anywhere in the options where I can turn this off.
It
When I am coding in HTML mode and I copy a piece of code eg:
<input type="submit" value="Save">
When I paste it, ID & NAME tags get added, ie:
<input type="submit" value="Save" id="Submit1" name="Submit1">
I know Microsoft has gone to great lengths to make html editing easier. But I can find anywhere in the options where I can turn this off.
It