Errr - I’m afraid I don’t know where the body tag is…
my buttons have:
on (release) {
// customize the window that gets opened
// 0 equals NO.
// 1 equals YES.
address = “http://www.urbanscrawl.com/artist/snug/snug1.jpg”;
target_winName = “snug1”;
width = 640;
height = 480;
toolbar = 0;
location = 0;
directories = 0;
status = 0;
menubar = 0;
scrollbars = 0;
resizable = 0;
// sends data back to the function
openWinCentre(address, target_winName, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable);
}
in them - as per the tutorial - the width and height are the same size as the photos but for that border.
Where would I include the text there - is it dreamweaver?