i developed a .net mobile web page and i changed the colors and the style sheets but when i run it on a sony ericsson cell phone it doesnt affect it at all.is there any way to adapt that so it can show the images i know it a simple a question but the design is essential and please get back at me as soon as possible and thanks in advance
.net mobile webforms
Collapse
X
-
Tags: None
-
I'm confused by your question...You have a image problem or a style sheet problem? Do you have a link or source we could have a look at?Originally posted by mohammadraghebi developed a .net mobile web page and i changed the colors and the style sheets but when i run it on a sony ericsson cell phone it doesnt affect it at all.is there any way to adapt that so it can show the images i know it a simple a question but the design is essential and please get back at me as soon as possible and thanks in advance -
i have problem with images here is a sample codeOriginally posted by kestrelI'm confused by your question...You have a image problem or a style sheet problem? Do you have a link or source we could have a look at?
the default image only appears on the design not when i run the emulator or on the device ,Code:<mobile:image id=image1 runat="server" imageurl="//images//product//default.gif"> </mobile:image>
Comment
-
wouldn't it beOriginally posted by mohammadraghebi have problem with images here is a sample code
the default image only appears on the design not when i run the emulator or on the device ,Code:<mobile:image id=image1 runat="server" imageurl="//images//product//default.gif"> </mobile:image>
?Code:/images/product/default.gif
im not how to use .net mobile, but it should be only one slash /
not two
heres a page on .net mobile images
http://www.w3schools.c om/dotnetmobile/mobile_images.a spComment
Comment