On Jun 27, 6:51 pm, Wael <[email protected]> wrote:
> Hi,
>
> I am new to Firebug , and to Joomla also.
> One of the difficulties that I encounter always is how to know which
> file to edit.
>
> I mean, when I use Inspet by Firebug, and want to change for example
> Font Size for some text , and I can do that on Firebug, and I see the
> result, but how can I save what I have just modified to the right file
> in my template. Sometimes , I cannot know where this code that I
> changed or added is exist.
>
> How can I do that or know??
>
We really ought to have a FAQ on this.

The fact is that nothing on your client - not Firefox, not Firebug,
not any other extension, knows or can possibly know what the structure
of files is on your server, or even if your server has such a thing as
a file.

What Firebug can tell you is which <link rel-stylesheet> a particular
CSS rule came from, and these often correspond to real files on your
server. But not necessarily: they could link to a script on your
server which generates the rules dynamically, for example.

So, the "file" listed in the CSS panel by Firebug might well be a hint
where to look; but if not, you'll need to ask somebody who knows
Joomla or your server.

> Thank you

-- 
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