server processing with images in table cells
server processing with images in table cells
Hallo Allan
I tried today the server_processing.php way to make my table and datatable connection. all the basics work fine except the fact that i need my table to have small images in some cells.
I have added a link for my image in a new database field and changed server_processing.php but i cant see the image. Only the alt text i defined in my database. My idea was to send to datatables instead of simple data an image tag in hope that the browser would instead show an image.
Why the image cant be displayed? (example http://www.thelwnamathw.gr/servtest/serv.html )
Is there some other way i can use to make my images appear in a datatable?
I tried today the server_processing.php way to make my table and datatable connection. all the basics work fine except the fact that i need my table to have small images in some cells.
I have added a link for my image in a new database field and changed server_processing.php but i cant see the image. Only the alt text i defined in my database. My idea was to send to datatables instead of simple data an image tag in hope that the browser would instead show an image.
Why the image cant be displayed? (example http://www.thelwnamathw.gr/servtest/serv.html )
Is there some other way i can use to make my images appear in a datatable?
This discussion has been closed.
Replies
There is just a little typo in your image URL:
http//www.thelwnamathw.gr/sparkline-php-0.2/lib/vasi2007200816942287.png
should be:
http://www.thelwnamathw.gr/sparkline-php-0.2/lib/vasi2007200816942287.png
Missing the colon on http :-)
Allan
Some things like that may drive me crazy for hours, but still that was under my nose.
Thanks again Allan!