Computing

IE: HTML form tag and whitespace

One of many of IE's irritations, is the whitespace it produces when using

tags in your HTML.
has nothing to do with layout, so why the whitespace? I guess they thought you would want that by default. Well, I don't!

Thankfully, solving this is simple. Just add:

form {
margin: 0;
}

to your stylesheet or between

One of those stupid things

Ever have that? You think something is not working right and you spend hours trying to find out why, digging into source code, only to find in the end you just missed an option in the screen somewhere?

I've been trying out project management software the last couple of days. First there was phpGroupWare. All very well but when I hit add project, there was no form, just a title. Maybe something wrong in my config but it was a little too frustrating to figure it out. The way the whole thing worked was just not exactly what I was looking for in the first place. I don't need groupware, I needed project management. I know, closely related, but I needed something mainly to get an overview for myself, not in a group.

Syndicate content