View Single Post
  #7   Report Post  
Old 21-04-2009, 08:34 PM posted to uk.rec.gardening
Rusty_Hinge[_2_] Rusty_Hinge[_2_] is offline
external usenet poster
 
First recorded activity by GardenBanter: Nov 2008
Posts: 1,097
Default Ping:- Judith and Ophelia

The message
from soup contains these words:

Judith, Opelhia, as promised here is the web page of my GreenHouse.


http://www.cheesesoup.myby.co.uk/GH1.html


Sorry it is so quick and dirty but I do not have an HTML editor on this
machine so this was written in raw HTML in Notepad.


OK - here's a template to play with...

I take it you have your browser open as you edit?

__________________________________________________ _____________


!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.1 TRANSITIONAL//EN"

html
head
titleTEXT/title
meta http-equiv="description" content="text"
meta http-equiv="keywords" content="text"
meta http-equiv="generator" content="mps htmlgate free"
meta http-equiv="author" content="Yourname"
/head


body bgcolor="#e1f2f2"

centerfont face="verdana, arial, sans-serif" color="#800080"

script type="text/javascript"writeDateModified (false);
function writeDateModified (time) {

var days = new Array; // Array to hold day names
var months = new Array; // Array to hold up month names

// Load up day names
days[0] = "Last updated Sunday";
days[1] = "Last updated Monday";
days[2] = "Last updated Tuesday";
days[3] = "Last updated Wednesday";
days[4] = "Last updated Thursday";
days[5] = "Last updated Friday";
days[6] = "Last updated Saturday";

// Load up month names
months[0] = "January";
months[1] = "February";
months[2] = "March";
months[3] = "April";
months[4] = "May";
months[5] = "June";
months[6] = "July";
months[7] = "August";
months[8] = "September";
months[9] = "October";
months[10] = "November";
months[11] = "December";

// Assign date variables with document.lastModified
var modDate = new Date(Date.parse(document.lastModified));

// If we have a valid date reformat it.
if (modDate != 0 && modDate != "Invalid Date") {

// Set up day variable to hold the name of the day
var day = days[modDate.getDay()];

// ndate variable holds day of month
var ndate = modDate.getDate();

// Set up month variable to hold the name of the month
var month = months[modDate.getMonth()];

// Get the year and if it is less than 1000 add 1900 to it.
var year = modDate.getYear();
if (year 1000) year = year + 1900;

// Display date and time document was last updated.
document.write(day + " " + ndate + " " + month + " " + year+ " ");
if (time) {
document.write(hour + ":" + minute + ":" + second);
}
}
else document.write("not available");
}
/script



/font
/center
br
br
centerfont face="verdana, arial, sans-serif" size="+1" color="#000000"




h1HEADING/h1

/body
/html

--
Rusty
Growing old is mandatory; growing up is optional.
Direct reply to: horrid dot squeak snailything zetnet point co period uk