cssplay.co.uk
Submitted by: The Dude

How to style inline links as blocks.

Have you ever wanted to style your inline links as if they were blocks? Well it will be possible when all browsers include the style ‘inline-block’, but until then this is one way to do it.

No messing around with ‘display:block;’ / ‘display:inline; / float:left; etc. this method, seen above, uses nothing more than a ‘textarea’ which is basically an inline block.

direct link