Menu

STYLE attribute not parsed for <IMG>

Help
Anonymous
2003-11-05
2003-11-06
  • Anonymous

    Anonymous - 2003-11-05

    I'm parsing an HTML page with the following image defintion:
    <img src="dot_blue.gif" width="3" height="3" alt="" style="margin-top: 6px; margin-left: 3px;">

    When accessing the tag's attributes with tag.getAttributes() the result is
    {$<TAGNAME>$=IMG, ALT=, WIDTH=3, SRC=dot_blue.gif, HEIGHT=3}

    The STYLE attribute is missing. Anyone an idea ahy?

    Thanks in advance for any kind of hint!

    cheers
    wolfgang

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.