Jeffwo

Platinum Member
Mar 2, 2001
2,759
0
76
I have been given space on a server but have no idea how to start.

Is there something simple I could use to get started with a page.

I really just want to keep uhh..family photos there. I would like just a parent
directory that I could add to.

Thanks for your advice in advance.







Jeff
 

Superwormy

Golden Member
Feb 7, 2001
1,637
0
0
Find some simple HTML tutorials, or get Dreamweaver or Frontpage, that'll make it easy.
 

emjem

Golden Member
Apr 7, 2000
1,516
0
0
Before you spend money for Front Page, or whatever you should take a look at this freeware: 1st Page for free.
 

bigrash

Lifer
Feb 20, 2001
17,648
28
91
emjem, I've been using Frontpage and DW for a while now. I've never heard of 1st Page. How is the program? I like their site and all the stuff that it comes with. but can you tell me if it's good before I try it out. thanks
 

Bleep

Diamond Member
Oct 9, 1999
3,972
0
0
I like arachnophilia, it is free. You can generate a page with wordpad and save it as a RTF file, move it into arachnophlia and it will turn it into html for you.
Bleep
 

stndn

Golden Member
Mar 10, 2001
1,886
0
0
in response to your edit ... i don't have paypal, but i'll be glad to accept cash or money order ;)

don't need to spend money if you just want to copy/paste the source code...
if what you mean is just to copy the html file that you can edit every time you add a picture (or edit it to link to your pictures), you can go to some websites and just look at their source code (msie: view > source, or ctrl+u, netscape: same thing)..... best examples would be uuuhhh.... **cough*pr*0n*cough** websites ;)

after you get their source code, just copy the part in between <BODY> at the beginning and </BODY> at the end (to reduce the likelyhood of some popups). to insert your own images, use or edit this tag
<IMG SRC="pic1.jpg"> this is me
<IMG SRC="pic2.jpg">this is not me

something along that line .....

unless i misunderstood your question, that's the way to go ....
or you can try below (i have page with pics on my site)

sooo... how much do i get? :p

-1037-
 

joinT

Lifer
Jan 19, 2001
11,172
0
0
html is so easy, you should be able to learn to do anything in a day...


<html>
<head><title>Put Title for blue bar here</title></head>
<body>

<img src="pic.jpg" width=xx height=xx>

<a href="pic_fullsized.jpg"><img src="pic_thumb.jpg" height=xx width=xx border=0></a>

<a href="mailto:insert_email_addy_here"><b>Mail me</b></a>

<table cellpadding=0 cellspacing=0 border=0>
<tr>
<td align="right" valign="bottom"><i>Put Code Here to display inside table.</i></td>
<td align="left" valign="top"><i>Put More Code Here to display inside table.</i></td>
</tr>
</table>

</body>
</html>


paypal: t_mckerracher@hotmail.com :p