dd tag

  • Thread starter Thread starter Douglas F.
  • Start date Start date
D

Douglas F.

in order to insert an image bullet, html utilizes the dd tag.
<dd><img src="someimage.gif">Some Satement</dd>

this works on firefox, but ie6 shows an image blank.

Is there another way to accomplish this with ie?
 
Douglas said:
in order to insert an image bullet, html utilizes the dd tag.
<dd><img src="someimage.gif">Some Satement</dd>
this works on firefox, but ie6 shows an image blank.
Is there another way to accomplish this with ie?

This should work and does on my system. Do you have your image filename
correct, including the exact upper/lower CaSe name of the extension? You
could undoubtedly also use a CSS-based solution using a style for the
image definition.
 
If I right click the image box and click 'Show Picture', all of the bullets
show. Can the 'Show Picture' be coded somehow in js or html?
 
Back
Top