I was working on a web based home automation system. Easy enough. Until I tried accessing a simple web page consisting of a <center><img src=switch_img.gif width=150 height=250 ></center> There is a black block on the page on my mini2440 and a nice little switch on my pc. I've tried gifs jpg and png's. I cut down the color depth to 8bit. the html is being served by a different linux box than either viewer so I dont believe it is a path problem. Is there something I need to do in konqueror to view images? Some external web sites are "perfect" others are broken whats the difference?
Konqueror - Stock Linux install
Well My friend... maybe the image path is broken... Did you put <html> </html> tags in the html file? Maybe put the full path of the image solve this problem also: <center><img src="/home/site/switch_img.gif" width="150" height="250" ></center> With "" Those broken sites seems to me a konqueror problem on parsing html... I know konqueror has some incompatibilities with some html code... Maybe this is happening with you. I will ask you if also can you help me.. I´m trying make konqueror on full screen like a kiosk(quiosk) mode... Can you help me on this? Another question: are you using QT? Thanks in advance and I hope my tips help you. Best regards Markys
Well....lets see. Yes, I'm using QT. I have tried quite a bit of different punctuation around my html tags. It was suggested that I take the "girl.gif" picture and copy her to the webserver and see if she would show up. if she did show up, see what is special about that image. she showed up. i tried scaleing her a few ways. she often showed up. if i used the magnifier on Konq sometimes the images would go black. i tried on a local server and remote server, I tried full image paths and short image paths. In the end the image showing up seemed pretty random.
As to kiosk mode. I too would like a browser in kiosk mode. If I find that little gem i will surely share.