Using .a .b:last-child .c:last-child won't work in this case because of the last div.b which is empty.
.a .b:last-child .c:last-child
div.b
I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...
No comments:
Post a Comment