On Feb 7, 12:20 pm, lasse <[email protected]> wrote: > Hi > > This is probably a beginners mistake, but i have started using firebug > and onhttp://www.sobbing-news.com/produkter.html > > I am trying to remove the 2 "$" in the right bottom corner at the > subtotal and total amount, when i use Firebug i easily find it, but i > cant find it anywhere in the files on my server. > > Is there a way to se the complete path for which file i need changed?
No. The browser (and therefore Firebug) has no knowledge of how your HTML is being generated on your server. It does not know if you are downloading fixed files, generating HTML by a CGI program, or have a monkey typing the HTML in as the browser requests it (well, that possiblity would probably time out, but ...) Colin -- 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.
