4

I have hidden the Site Actions dropdown for a default.aspx page using CSS.

Is there a way I can edit this page, either by clicking around somewhere in /_layouts/viewlsts.aspx or some other back page or by typing in a specific URL?

I notice default.aspx doesn't appear in Shared Documents unlike other Basic Pages can.

going
  • 201
  • 1
  • 8

1 Answers1

4

You've two options:

  • Use the following string (just paste it into your Webbrowser address bar) while you have the default.aspx page open:

    javascript:MSOLayout_ToggleLayoutMode();

You can also add this script to your Webbrowser favorites and use it as bookmarklet.

Sig Weber
  • 3,116
  • 2
  • 20
  • 29