I need help for some different result.
1. in my localhost using windows 7 the icon image on a button is show up, but when I upload to web server using ubuntu server the icon image is not show.
this from my localhost result Attachment 40098
and this from my ubuntu server Attachment 40099
2. And second problem is between IE and Firefox. I load a php page to panel, when I view on IE there is a space (large space), but on Firefox there is normal.
result from IE ie_result.png
And here is for php content
<img src="wysiwyg/Upload/pics/news/filename.jpg" /><br />
<br />
Sumber : Media Indonesia, 29 Juli 2011<br />
<br />
<br />
<img src="wysiwyg/FileUpload/pics/news/filename.jpg" alt="" width="328" height="572" /><br />
<br />
Sumber : Investor Daily, 29 Juli 2011
Is it possible html tags <'br'> affecting the panel layout in IE?
Because when I wrote just <'img src="wysiwyg/Upload/pics/news/filename.jpg" '/> the results is normal in IE.