Author |
WAP pages with pictures? |
Coolio787 Joined: Jul 01, 2002 Posts: 62 PM |
im trying to make a wap page and host it from my server. I can succesfully make a wap page in wml with text fine. i have a picture on another server, from a camera server that is updated every minute and i want to be able to see this picture on the phone. i made a tag in the wml file like
<img src="camera.jpg" width=101 height=80"
can the t68i read jpeg's? as soon as i add this line to the wml file, it says "cannot display malformed content"
any help?
thanks
conrad
[ This Message was edited by: laffen on 2002-11-21 01:32 ] |
|
laffen Joined: Aug 07, 2001 Posts: > 500 From: Oslo, Norway PM |
WML is not HTML
Change your image tag with
<img src="camera.jpg" alt="imagename"/>
[ This Message was edited by: laffen on 2002-11-21 08:45 ] |
doubleduh Joined: Mar 21, 2002 Posts: 436 From: Culemborg, The Netherlands PM, WWW
|
the tag you made must be closed with /> and the T68 does not support image width, so make sure the actual image file is not wider than 101px or it will be f**ked up...  |
|