Extreme Newbie Question .. Buttons

Hello all … thanks for having me here.

I have just begun trying to make my own site with absolutely no preior knowledge of how to do it … coding wise or anything.

I am using Macromedia Studio MX. I want to create a Photo Gallery as I am a student in the art.

I have made the various pages, yet I cannot get the buttons to link to the pages.

On home page I have made 5 buttons for various pages. I want, if pressed for the button titled Galleries to take me to the Galleries section in the site, but open in the same window.

I have tried to link it from the properties section of the button but all I get is a page not found error in IE, when the site is previewed. I created the site in DreamWeaver MX. The button is in the home directory and the galleries folder is also there. In the galleries folder are 5 other folders for various genre of photographs, but the main gallery page has 5 buttons for each genre.

What do I have to do to make my original button actually open up the galleries page, as I just cant get it to happen.

Sorry if the above makes no sense, but I am a complete novice in this, and stumbled across this forum via the tutorials after a google search.

Many thanks in advance.

Right click on your button and go to “Actions”

Put this in there…

on (release){
getURL("yourfile.html","_self");
}