Link to home
Start Free TrialLog in
Avatar of stepcoopcfc
stepcoopcfc

asked on

How do I add the site actions dropdown to a blank .aspx page created in Sharepoint Designer 2007

Hi experts,
I have created a new blank .aspx page in Sharepoint Designer 2007 and need your expertise as I would like to add on the top of the blank page the SITE ACTIONS drop down tab so I can still edit these pages and have the options fot adding webparts to the page from within the Browser. This means I will still need the main content for me to add to. The server I connect to from within sharepoint designer is using MOSS  2007.  I want to just have the options from the site actions tab and do not need all the other placeholders, title, etc.. that comes if i simply do a create from masterpage etc..  Please Help. Thanks Steve.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ Page Language="C#" %>
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">

<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>blank_page</title>
</head>

<body>

<form id="form1" runat="server">

</form>

</body>

</html>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of chapmanjw
chapmanjw
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of stepcoopcfc
stepcoopcfc

ASKER

Hi chapmanjw, can you give me an example of how to hide things.  I'm new to Sharepoint.
I was not told how to hide the placeholders I did not want, this could of been added to the solution.