Files 디렉토리에 html과, 이미지를 넣어주고
html의 내용 읽어와서 Webview에 뿌리거덩욤~~
WebView.loadData(str, str);

html의 내용은 이렇게 있어염...
<html>
 <body>
  <table width="300px" style="background-color:#000000">
   <tr>
    <td width="64px">
    <img src="/data/data/com.ex/files/aim.png">  <==요부분은 안나와염.. 첨에 경로를 ./aim.png 이렇게 했었거덩요...ㅠㅠ 둘다 안나오는데
어떻게 해야 하죵??ㅠ_ㅠ 
    </td>
      </tr>
  </table>
  
  <table width="300px">
   <tr>
    <td align="center">
    <img src="http://image.inews24.com/image_joy/201003/126719564488_1.jpg"> //이부분은 잘나오는데욤
    </td>
   </tr>
  </table>
  </body>
</html>