Month: February 2013

Adding a link to a WordPress image caption

In many blog posts of mine, I am using images and sometimes I even publish posts whose only content is an image. I have been asked by other bloggers, how I add a link to another site within WordPress’ native image-caption. Especially using the WordPress.com network, there doesn’t seem to be an easy way to use a link in an image caption. Though, the riddle’s solution is fairly easy, though.

Sometimes,

« Read more about: Adding a link to a WordPress image caption  »

Giving side by side div same height

I believe that anybody that was involved in developing website at least once, was wondering how you could give two or more DIV containers the same height. Usually this problem occurs if you cannot or do not want to give those containers their height in absolute pixel values. Obviously, there are different approaches for a column layout to achieve this. One of them being the Faux-Column-Technique that uses a vertically repeated background image.

« Read more about: Giving side by side div same height  »