Someone here on the forums recently recommended using Firebug as a tool for web development. I installed it and have messed around with it for a while now. It looks like a very useful tool, however, I'm not able to edit anything.
I've searched around the web for instructions, even downloading the pages from the Firebug site. Everything I can find says to just "click on element" to edit. However, this is not working for me.
Is there any documentation out there, tutorials, anything?
What exactly are you doing? Describe the steps you took up to the point you clicked on something in an attempt to edit it.
A basic walk-through:
1.) Click on the little green tick (check) icon in the bottom right of your screen. (the firebug frame frame opens up)
2.) Click on the "inspect" button in the firebug frame
3.) Click on the element you want to edit. (the Firebug frame splits into two parts where the left of the frame is HTML and the right is CSS)
4.) In the CSS frame, click on the properties of the element you want changed and edit as desired.
5.) Revel in your newly acquired power over the web.
6.) Open up a competitors website and proceed to change the background to lime green and the font to red.
7.) Take a screenshot and post it on your blog. MWAHAHAHAH!
In the code below, the first line cannot be edited via firebug, the next three lines can. Are you saying you can't edit ANY of them? Do you have the latest FF?
5.) Revel in your newly acquired power over the web.
6.) Open up a competitors website and proceed to change the background to lime green and the font to red.
7.) Take a screenshot and post it on your blog. MWAHAHAHAH!
Remind me never to make you angry Gx.
www.ninjoomla.com
- The Ninjoomla Open Source Extension Club
Over 50 open source extensions and 100 videos to you build the site you want.
I dont believe you can save the changes permanently. You will need to FTP into your hosting acct and find the files (FB tells you which files & which line on the top right) and the modify the code as you did while in FB. Save & refresh.
Part of the objective of FB is to allow you to make changes more easily and see real time effects without having to change your code and refresh each time you do so.
Ok I get it now. It's more of a testing platform where one can try out different options, etc. Then when final do it the old fashioned way just one time.