Aptana Studio ヘルプ > はじめに > Inspecting and Debugging with Firebug

Editing a web page

This page describes how to edit a web page in Firebug.

Introduction

You can edit the HTML or CSS on any web page and view a real time preview using the editor functionality in Firebug.

Instructions

To edit the HTML or CSS of a web page in Firebug:

  1. In the lower right corner of Firefox, click the Firebug button Image:iconFirebug.png to start Firebug.
  2. Click the appropriate tab for the content that you want to edit--either Image:iconFirebugHTML.png for HTML or Image:iconFirebugCSS.png for CSS.
  3. Click the editor area (under the tab) to edit the content.
    • For the HTML editor, click the tag that you want to edit, and then edit the attributes, their values, or text content.
    • For the CSS editor, click the property, attribute, or value that you want to edit, and then type your changes. You can also click the toggle icon Image:iconToggle.png that appears when you hover over a property to see what effect toggling certain CSS properties on or off has on a page. (See image below.)

Image:iconFirebugCSStoggle.png

As you type your changes, the page should instantly update to reflect your changes.


Related Topics