By MadTogger on
Hi,
I am slowly working through my Drupal install and tweaking my theme here and there but I have come up against a stumbling block.
For testing purposes I only have 2 buttons on my menu, Home & About Me.
The issue I have is that when I press the About Me button a block appears above the About Me page with a link back to the Home page.
I have uploaded a screenshot here:- http://www.madtogger.co.uk/screenshot/screeny.png
I cannot seem to find out how to remove this extraneous block, I do not want it to show at all.
Thanks in advance for any help.
Regards..,
K
Comments
not a block, that's your
not a block, that's your breadcrumb navigation.
You should be using Firebug to identify elements.
Hi, thanks, I use Google
Hi,
thanks, I use Google Chrome which has a built in inspector but I didn't know what I was looking for in this instance.
Got it now and got it sorted.
Many thanks..,
K
Chrome, not quite as good as Firefox for developing
with firebug, you simply just hover over the item with your mouse, no need to need to know what you're looking for.
there are other Firefox plugins that come in very handy when developing your Drupal site, Drupal for Firebug for example.