• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Done

Jeffwo

Platinum Member
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
 
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
 
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
 
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? 😛

-1037-
 
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 😛
 
Back
Top