emacs has taken my image src text and made it followable. how do I turn that off so I just have plain text.
<img src="index_new_menus_files/menu_bg_2.gif" alt="" border="0" height="55" width="150">
should be
<img src="images/menu_bg_2.gif" alt="" border="0" height="55" width="150">
the first is clickable and opens the image file, the second is the actual text which is what I want to see.
how do I turn this off without turning off html-mode?
edit #1 mlinks-mode is what is doing it, and it was firefox that changed the image paths when I "saved page as"