Java Script
"Susan Penter" <[email protected]>
| Newsgroups | gmane.comp.kde.devel.quanta.user |
|---|---|
| Message-ID | <[email protected]> |
Today I have moved over to Quanta after finding Kompozer and other sites I
have tried as an amateur not up to scratch as I am now moving in to full
time web designing.
For some reason My Java date applet has stopped working though, I uploaded
my page up to the site with File Zilla just as before so unless for some
reason Quanta has disabled the code I don't know how it could be working
yesterday and not today. Thanks
Here is my code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=us-ascii" http-equiv=
"Content-Type">
<title>Penterprises Creative Solutions</title>
<meta content="text/html; charset=us-ascii" http-equiv=
"content-type">
<meta content="Home Page" name="description">
<script type="text/javascript" src="brand">
</script>
<link rel="stylesheet" type="text/css" href="mainstyles.css">
<meta content="Susan Penter" name="author">
<meta content="web design, creativity" name="description">
</head>
<body>
<div id="navigation">
<script type="JavaScript">
<!--
var now = new Date();
var days = new Array(
'Sunday','Monday','Tuesday',
'Wednesday','Thursday','Friday','Saturday');
var months = new Array(
'January','February','March','April','May',
'June','July','August','September','October',
'November','December');
var date = ((now.getDate()<10) ? "0" : "")+ now.getDate();
function fourdigits(number) {
return (number < 1000) ? number + 1900 : number;}
today = days[now.getDay()] + ", " +
months[now.getMonth()] + " " +
date + ", " +
(fourdigits(now.getYear()));
document.write(today);
//-->
</script><br>
<br>
<img style="width: 200px; height: 105px;" alt="Site Logo"
src="images/logo.jpg"> <?php include('mainmenu.php'); ?><br>
<a href=
"mailto:[email protected]">Request
Quote</a><br>
Tel. 0113 2392034<br>
Mob. 0798 411 9231
</div>
<div id="content">
<h2>Penterprises Creative Solutions for ...</h2>
<div id="business">
<h2>Business</h2>
<p>Are you looking for a way to advertise your business
online but don't want to pay hundreds of pounds or don't
have the skills to do it yourself? Penterprises Creative
Solutions provides websites to suit every budget ranging
from one off single pages hosted for free to a
comprehensive site with ongoing maintenance.</p>
</div>
<div id="schools">
<h2>Schools</h2>
<p>Are you struggling to meet the drama elements of the
literacy strategy? Would you like assistance embedding
drama across the curriculum or help with organizing a whole
school arts day?</p>
</div>
<div id="occasions">
<h2>Weddings</h2>
<p>Are you planning a wedding on a budget and would like
your own individual theme? Penterprises Creative Solutions
for weddings include hand crafted or printed stationary and
wedding websites complete with interactive gift list - no
longer tying you to one department store.</p>
</div>
</div>
</div>
</body>
</html>
--
OPC for Lanteglos-by-Fowey
http://www.cornwall-opc.org/Par_new/l_m/lanteglos_fowey.php
OPC coordinator for Wiltshire
http://www.rootsweb.ancestry.com/~engwopcp/
Secretary to the PCC St. Michael's Headingley
http://www.st-michaels-headingley.org.uk/
_______________________________________________
Quanta mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/quanta