• Firebug displays two panels – an HTML panel on the left and a CSS on the right. You can make changes in the HTML or CSS displayed file and see the result immediately. However, how do you find the actual HTML file so you can make said edit a permanent change?

    Thanks, in advance, for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • In WordPress, the actual HTML file could be generated dynamically, so you won’t find the ‘actual’ one here. The server code (PHP program) can generate HTML content that does not exist physically on the server.

    I’m using Firebug very heavily too, it is a very good companion for developer and designer. But, it works only on the client (browsers), not on the server.

    Thread Starter dapster

    (@dapster)

    Thanks, Agus!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Firebug HTML file’ is closed to new replies.