Note: To protect the privacy of our members, e-mail addresses have been removed from the archived messages. As a result, some links may be broken.
The script below will give you a very simple image gallery. Copy and paste
it into your word processor and save it as a text or better, .htm or .html
file and open it in your browser. Change only the lines that are at the
left--the indented lines should not be changed--unless you know what you are
doing <G> Copy and paste the individual image sections as many times as
needed. There are many HTML tutorials on the web--some of them are for
beginners <G>
Don't be afraid to try making a simple web page--its all very simple and
logical. Now a complicated page can get--well, complicated, but getting
started is easy--and a great way to get your students' work published!
Another approach is to use student work as screen savers or wallpaper....Or
have students prepare a portfolio of their work for conference time or to
show at a PTA meeting.....Lots of possibilities!
<HTML>
<HEAD>
<TITLE>
Grade 3 Gallery
</TITLE>
<HEAD>
<BODY>
<CENTER><H2>
Grade 3 Gallery
</H2></CENTER>
<!--Copy and paste this section as many times as needed
for your gallery-->
< IMG SRC="
image filename <!--(e.g. hand.gif)-->
"> </A>
Name_____ Teacher_____
<!--end of individual image section-->
<P><IMG SRC="
image filename <!--(e.g. hand.gif)-->
" >nbsp;
Name_____ Teacher_____
</BODY>
</HTML>