|
If you want to carry out some template modifications by yourself, or if you're hunting down a nasty script error, we can advise you to use Firefox and install the Firebug extension. With Firebug you can easily search for css classes (or script errors) to modify them as you like. More info: |
![]() |
- Install or open Firefox
- Navigate to Firebug for more information
- Or you can download the extension from here: Download Firebug extension.
- After installation of the extension in Firefox, you can analyse the HTML code of each page, en check for errors and bugs.
- Let's assume you're trying to modify a certain module for example. Place your mouse pointer in the module and hit your right mouse button. Select 'Inspect element' in the tab.
- At the bottom of your browser window, you'll get to see the HTML code of the location where you've clicked, which can be very useful to search for css classes used in the template.





