On Aug 11, 8:59 pm, mlevy <[email protected]> wrote:
> I'm not a programmer, so I'm struggling anyway with the code on my Web
> site (really a WordPress theme, albeit a bad one). Firebug has been a
> help, but I can't seem to find where it says what file I should look
> in for code I need to change. For instance, I can always find the line
> to revise within style.css, but I'm trying to change code that
> *should* be in my sidebar.php file, *if* this stupid theme followed
> the mentioned-in-all-the-manuals tradition of having a sidebar.php
> file. Instead the code is some other mysterious place and, although I
> can see it and work with it in Firebug, I can't find it to alter it
> permanently outside of Firebug.
>
> Can anyone help?
>
Unfortunately all the browser (and hence Firebug) has is 'here is a
chunk of html/js/css/whatever that the server has sent me'. It has no
knowledge of where the text comes from, or how it is generated. (If it
has sent a request itself, for example when interpreting a <script
src='...'> tag, often this will correspond to a particular file on the
server, but not necessarily: the script could in principle have been
generated on the fly by a CGI program). #

> Sorry if this is a stupid question; I fully recognize that I'm
> probably missing something very obvious.
The only stupid question is the one that you're too embarassed to ask.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to