Jump to content

Need a free program


SnakeEyeSS

Recommended Posts

Posted

need a free program that will quickly make a basic webpage with pics. I have webspace, and need to put pics "on" something so I can post them on forums. does anything like this exist?

Posted

Who is your webhost?

 

I host my pics with Cox.

 

You don't need a web page. Just the space to upload the pics to.

Posted
Who is your webhost?

 

I host my pics with Cox.

 

You don't need a web page. Just the space to upload the pics to.

when I do that, it doesn't work correctly, he site only gives me a temporary way to view pic only files

Posted

Here is a template I just made that you can use. Just save it into Notepad as index.htm. Make sure the pictures are in the same directory as this page and you will be set. Do a copy and paste of the img src's for each picture, then change the name of the picture as well as height and width. Change the title to what ever you want it to say in the title bar, like My Truck Pics

 

<!DOCTYPE html

PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>

<title>My Truck Pictures</title>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />

</head>

<body>

<h3>My Truck Pictures</h3>

<img src="truck1.jpeg" width="640" height="480" />

<img src="truck2.jpeg" width="640" height="480" />

</body>

</html>

 

That's all you gotta do...I know, I make it sound easy...hope this helps.

Bob

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...