Img tag in xml

Hi I have my xml set up so each node is represented by a style sheet. So the node name is also the same name in the css file. Now I wanted to add in an image to the mix it messes everything up.

here is my xml


<signature>Tim wallnut</signature> 
<title>Chairman and Chief Executive Officer <img src='shareholders/paulson.jpg' width='221' height='55'/></title>

The xml works fine without the img tag. When I load the xml with the img tag it messe up my scroll system and also the image does not show up.
Can anyone tell me what is happening here.

Thanks