Code: Select all
<div style=" z-index : 100; height:225px; width:420px" id=ctl00_ctl00> <IMG GALLERYIMG="no" SRC="/Charts/GetChart?Chart=ctl00_ctl00127001633533698533363664jpg" id="ctl00_ctl00img" Name="ctl00_ctl00img" Border=0></div>
Code: Select all
<div class="webChart" id="ctl00_ctl00"><img src="/Charts/GetChart?Chart=ctl00_ctl00127001633533698533363664jpg" id="ctl00_ctl00img" name="ctl00_ctl00img" alt="My Web Chart" /></div>
-tags & attributes must be lowercase
-img tag must be closed
-alt attribute in image tag
-div using a class attribute instead of style
-attribute values must be in quotes
Thanks,
Bill