Re: [Doxygen-users] Warning: Unexpected html tag <img> found within <a href=...> context
Brought to you by:
dimitri
From: JeeBee <Je...@tr...> - 2006-06-15 13:58:42
|
I see it is a bug fix in version 1.2.6. I'm using version doxygen-1.4.6-3. Is there a bug introduction list somewhere too? ;) On Wed, 14 Jun 2006 11:47:13 +0200, JeeBee wrote: > Is it possible to have an <img> within an <a href=...> ? I have the > following (on a single line): > > <a href="http://link"><img src="http://link.jpg" /></a> > > It raises a warning: > Warning: Unexpected html tag <img> found within <a href=...> context > > And, unfortunately, discards the <img>, the final output is: <a > href="http://link"></a> > > The image does work without the anchor tag around it. > > As far as I understand, in html it should output anchor and image tags, > which is the only format I care about for now. > > Thanks for any help, > J. |