Tag Archive | "images"

DomPDF images not working

Thursday, January 5, 2012

1 Comment

Are you having problems with images not displaying in DomPDF generated PDFs? The probable reason is because you’re linking your images in HTML with a path from the script or with an absolute URL like this: <img src="images/myimage.jpg" /> OR <img src="http://domain.com/images/myimage.jpg" /> The solution is to change the image SRC to the absolute path [...]

Continue reading...

WordPress Image Gallery

Saturday, November 22, 2008

70 Comments

WordPress Image Gallery

Building WordPress image galleries is a rather painless process and allows you to display a set of photos/images to your users inside posts/pages related to an event or topic.

Continue reading...