Hi Boni, Boniolopez wrote: How can I say the IE that if it meets a tag "Transistor" to take a picture "transistor.gif" You actually don't say it to IE. Yes, you are supposed to use XSLT. What XSLT do? You have some XML document, and in XSLT you say how to transform it. Result of transformation is usually another XML document, but not allways. You can have XSLT transformation which will output CSV, plain text or whatever. So you will have XLST which will transform XML tag "Transistor" into tag "<img src='transistor.gif' />" The point of use CSS is in absolute positioning, which allow you to arrange images on page. Example: <img src='transistor.gif' style='position:absolute;left:5px;top:5px'> will render image with upper-left corner 5 pixels from top of the page and 5 pixels from left border . btw I've learnt XSLT from (MSDN[^]) I think it's good for u to learn it too (whereever), cuz I think XSLT is very powerful and useful technology... It's not so difficult as it might look ;) I hope these information are helpfull... I don't want to write it all, a) it would be so loong post ;) b) I want to leave something for u :) David Never forget: "Stay kul and happy" (I.A.)