On Aug 7, 2:53 pm, bonjour <[email protected]> wrote: > hi guys how do i determine what the name of the source html file is? > im trying to compare 2 joomla templates. im trying to figure out the > styles that one of the file has so i can do something similar with the > other one. i've tracked down the portion that im interested in but am > not sure what html file i need to edit to make those changes. on the > right hand side, firebug shows the name of the css file being used. > but how i cna't figure out the name of the html file in question. any > ideas? thanks!
In general, nothing on your machine - not firebug, not Firefox, not the operating system, *nothing* has any knowledge at all about the structure of files on the server. All it knows it what HTTP requests it made. There is no guarantee that there even _are_ files on the server: one could imagine a server where _everything_ came out of a database, and there were no .html files anywhere on the server; but the browser could not tell the difference. -- 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 http://groups.google.com/group/firebug?hl=en.
