J F <[EMAIL PROTECTED]> writes: > < <td align=left valign=bottom background="index.html"><img > src="images/blank.gif" width="320" height="7" border=0 alt="" align=bottom><a > href="index.html#top" title="Go To Top"><img src="images/fluxbox_top.gif" > width="104" height="55" border=0 title="Go to Top"></a></td> > --- >> <td align=left valign=bottom background=""><img > src="blank000.gif" width="320" height="7" border=0 alt="" align=bottom><a > href="#top" title="Go To Top"><img src="fluxbox_.gif" width="104" height="55" > border=0 title="Go to Top"></a></td> > ...snip... > > As you can see, background="" gets converted to > background="index.html",
Wasn't background="" wrong in the source HTML to begin with? As far as I know, empty string expands to the current resource, in this case "index.html". An easy fix to that would be to make link conversion not change empty references.
