Navigating Your Application in Layout Editor

Each page in your application is organized into a hierarchy of table/tr/td tags.  When you look at the spreadsheet grid, you are looking at one of the HTML table's on your page.  You can zoom out to look at the outer table, or zoom in to look at an inner table.  Each zoom level is another <table> tag in the HTML page, each row is a <tr> tag and each cell is a <td> tag.

In Layout Editor, there are several ways to navigate your application.

Use the control list

Use the page section dropdown list to quickly jump to the desired zoom level.

Back and Forward buttons

These buttons are similar to the Internet Explorer or Windows Explorer back and forward buttons.  They maintain a history of the zoom level you visited and allow you to return back or move forward in the history.

See Also

Customizing Web Page Layout

Navigating Your Application in Layout Editor

Using the Layout Editor and Toolbox

Customizing Page Contents with the HTML Editor

Configuring Cell, Row and Table Styles

Configuring Master Pages

Placing ASP.NET Directives in Application Pages

Using Frames in Application Pages