Computing
IE: HTML form tag and whitespace
Submitted by Karin on Wed, 2007-09-05 17:42One of many of IE's irritations, is the whitespace it produces when using
Thankfully, solving this is simple. Just add:
form {
margin: 0;
}
to your stylesheet or between
One of those stupid things
Submitted by Karin on Thu, 2006-01-05 15:57Ever 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.
