Image
Hi azgard
this is my sample
<zk> <image src="img.jpg"/> </zk>
it worked well
ok, but isn't necessary put http://localhost/img.jpg?
no
what location did you put?
I create a folder into my project (the name is image) and into that folder I put my images, the source is :
<image src="C:\Users\Alvaro\workspace\Practicando\src\logo.gif" />
I can see in the preview of the eclipse but when I execute in a web browser I can't see
I create a folder into my project (the name is image) and into that folder I put my images, the source is :
<image src="C:\Users\Alvaro\workspace\Practicando\src\logo.gif" />
I can see in the preview of the eclipse but when I execute in a web browser I can't see
thank for you answers : )
You cannot use absolute path
i have a same problem please help me ...thx
You can set the url of image with relative path
i am not understand ....please to explain me...
You have put the image files in WebContent
EX:
WebContent/img/item1.jpg
<image src="img/item1.jpg" />
merciii
@alaoua2
merciii << mean ?
ZK - Open Source Ajax Java Framework
I have a problem, when I want insert a image, I can see in the Zul visual editor but when I execute the application, I can't see