>
New Topic
>
Reply<
Esato Forum Index
>
General discussions >
General
> WAP pages with pictures?
Bookmark topic
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 ]
--
Posted: 2002-11-21 02:08:00
Edit :
Quote
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 ]
--
Posted: 2002-11-21 02:35:00
Edit :
Quote
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...
--
Posted: 2002-11-21 03:24:00
Edit :
Quote
New Topic
Reply