CSS

HTML table row click-able with link

You can not make a table row click-able using HTML alone. By click-able, I mean nesting an entire row inside an anchor tag

Setting the display property to inline is an alternative to setting the float property to left.

Using float left is a popular way to make a list horizontal. It tends to have less problems then the alternative, which is using display: inline.

WeBuilder Review

I came across WeBuilder about a year ago I started looking into various code editors. I was using Dreamweaver at the time. While Dreamweaver is a good product, I always felt that there was probably a product out there that was better and more time efficient. I was mainly looking for a PHP Editor and was willing to use Dreamweaver for HTML and CSS, but a combined editor would have been ideal.

CSS for Internet Explorer using Conditional Comments

Ensuring that websites are compatible with all of the major browsers is an important part of any web designer/developers job. But it can be a frustrating and time consuming process. Thankfully, there is a fairly painless technique that you can employee to make the task a lot easier.