Text wrapping inside a table

Sometimes I have a long continuing string inside a table that messes up my table width. For example, SDFSDFDGFHDGREFGFGSDFGFGHGDSFGHJTYRGHTYYEGHJTRTWEGRTYEGFHERGHRETERHRTTWERHGEWGERGW That will give you a very wide column… Just how to squeeze the column to the width we specify? “Easy,” you might say, “just set the td width!” SDFSDFDGFHDGREFGFGSDFGFGHGDSFGHJTYRGHTYYEGHJTRTWEGRTYEGFHERGHRETERHRTTWERHGEWGERGW Nope. It turns out the same, one long continuous string. The root problem here is that, the table width is determined by the content, but not the width we specify! ...

July 20, 2012 · 1 min · birdchan

PSD to CSS

I found this nice video tutorial recently. Say you hire someone or somehow you have a website design on a psd file, now you need to convert that to actual webpages. You can actually do that yourself without getting other people to do it. It might be much easier than you think! I am assuming you already have some knowledge in HTML and CSS… if not… it’s a good idea to learn them! ;) ...

June 10, 2010 · 1 min · birdchan