On Aug 3, 12:24 am, Sina Y <[email protected]> wrote: > Hi guys, I am using firebug for Firefox and I found a code when I hoover > the mouse on a link. > as you know on the left side is HTML and on the right side is the CSS codes > with the line information. > I can always find the CSS file but how about the HTML codes on the left > side ? > How can I find the location of the HTML root. > > for example inhttp://joomla15.zootemplate.com/zt_jorda/ > when I hoover on Be a fan on Facebook. > it gives me the html but where is that file in my joomla root directory ? > how would I know where to go to change the html file ? Firebug operates on information available in the browser and it doesn't have any information about the server side technology. The only thing Firebug knows is the URL from where the page has been served. There can be a file behind that URL (like a PHP, JSP, ASP, etc.), but there can also be C++ code generating the HTML...
Some effort to approach this problem is here: http://code.google.com/p/fbug/issues/detail?id=5035 Honza -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
