Stuart Robinson wrote:
> .......
> On the subject of not knowing how to make a web site, can anyone point
> me, & perhaps others in the direction to go please? I'd just like to
> something basic to my photo's a little text. TIA if you can.
>
Do you have a place to put them? You need web space that you can access.
I use idcsoft.com.
Simply putting up a photo with a little text is rather easy. Here's the
code for one I posted today, slightly modified to show where text and
image name can go, filename Pemaquidlight.htm. The line with "IMG" in it
is where the name of the image goes. bgcolor= and text= set the
background and text colors, in this case, black and white. Here's what
it looks like on the web
<http://moosemystic.net/Gallery/MPhotos/Maine/Pemaquid/PemaquidLight.htm>.
-----------------------------------------------------------------------------
<HTML>
<HEAD>
<TITLE>Pemaquid Point LIghthouse, Maine</TITLE>
</HEAD>
<BODY bgcolor=#000000 text=#FFFFFF align=center>
<P><CENTER><FONT size=4 face=Arial>Pemaquid Point Lighthouse,
Maine</FONT></CENTER></P>
<P><CENTER><IMG NAME=TestPic SRC=myimage.jpg></CENTER></P>
<P><CENTER><FONT size=3 face=Arial>put some text here</FONT></CENTER></P>
<P><CENTER><FONT size=3 face=Arial>or here</FONT></CENTER></P>
<P><CENTER><FONT size=3 face=Arial>or here</FONT></CENTER></P>
</BODY>
</HTML>
-----------------------------------------------------------------------------
You also need a way to get the htm and jpg files onto the site. I use
the free version of Coffecup FTP. Quite simple to use.
Moose
==============================================
List usage info: http://www.zuikoholic.com
List nannies: olympusadmin@xxxxxxxxxx
==============================================
|