By bserem on
When adding a block in the footer or in the header at the end of it Drupal draws an horintal line.
I'm trying to remove this but with no luck up to now.
In my theme the header region is (going to be) used to draw an icon that corresponds to the article the user is reading at the moment.
It works ok except for the fact that it draws this line...
Any ideas are most welcomed :)
Comments
The Firefox extension firebug
The Firefox extension firebug is useful for this. You can use the inspect feature to determine the source of the line (possibly a border) and you can then add css rules to the end of your themes style.css file to override the rule that produces the line.
I have tried with dragonfly
I have tried with dragonfly (opera user here..!) but not with firebug. I've tried to locate the line from in there but with no luck until now.
I'll try firebug, thanks!
UPDATE: problem solved, and I have to admit that firebug is a MUST :)
--
http://srm.gr - Drupal Implementor
What did you do? I have
What did you do?
I have installed the firebug, but it doesn't really help me.
tried that
me too ... =(