Look at the source:
CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0051)http://photoframe.sourceforge.net/photoframe.source -->
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 5.50.4807.2300" name=GENERATOR></HEAD>
<BODY><XMP><HTML>
<HEAD>
<TITLE>Mark's Photo Album</TITLE>
<META NAME="Description" CONTENT="Made with PhotoFrame 6.7,
http://photoframe.sourceforge.net"> <LINK REL="SHORTCUT ICON" HREF="http://photoframe.sourceforge.net/pf.ico">
</HEAD>
<FRAMESET COLS="150,*" BORDER=1>
<FRAME NAME=imargin SRC="index.php?margin=150" FRAMEBORDER=0
marginwidth="0" marginheight="0" noresize SCROLLING=AUTO>
<FRAME NAME=imain SRC="index.php?intro=1" FRAMEBORDER=0 SCROLLING=AUTO>
<NOFRAMES>
This site works best with frames, which your browser doesn't support.
You can still browse this photo album, though, by starting
<A HREF="index.php?margin=150">here</A>
</NOFRAMES>
</FRAMESET>
</HTML>
</XMP></BODY></HTML>
The XMP tags are like CODE tags, they output the code just the way it is without processing. Remove the top header and bottom bit so just this is in your file:
CODE
<HEAD>
<TITLE>Mark's Photo Album</TITLE>
<META NAME="Description" CONTENT="Made with PhotoFrame 6.7,
http://photoframe.sourceforge.net"> <LINK REL="SHORTCUT ICON" HREF="http://photoframe.sourceforge.net/pf.ico">
</HEAD>
<FRAMESET COLS="150,*" BORDER=1>
<FRAME NAME=imargin SRC="index.php?margin=150" FRAMEBORDER=0
marginwidth="0" marginheight="0" noresize SCROLLING=AUTO>
<FRAME NAME=imain SRC="index.php?intro=1" FRAMEBORDER=0 SCROLLING=AUTO>
<NOFRAMES>
This site works best with frames, which your browser doesn't support.
You can still browse this photo album, though, by starting
<A HREF="index.php?margin=150">here</A>
</NOFRAMES>
</FRAMESET>
</HTML>