Categories
Programming

Fixing the comment widths in drupal 6

So I finally fixed the comment widths, using the following in the style.css:

#edit-comment{
 width: 430px;
}
#comments {
 width: 430px;
}
#comment-form {
 width: 430px;
}

It’s the only thing I’ve been able to fix today. I still can’t make the fckeditor stop centering while also showing the custom styles. It’s very insane making.

Categories
Programming

Yay FireBug!

I found it! The problem that’s been making me crazy for three weeks has finally been solved, thanks to FireBug! Woot!

Note for the future: When there’s a mysterious horizontal line appearing at the top of a table, in Drupal, in Firefox, go to modules/system/system.css and change the damned tbody border that’s hiding in there.

Woot! No more horizontal line!