Thanks for the quick reply!
Unfortunately - that makes no replacements.
is there a setting I'm missing?
Currently my options looks like:
[]Use POSIX extended...
[]Use locale specific collation..
[]Newline separates alternatives
[]'|' is literal unless escaped
[]'+' and '?' is literal unless escaped
[]'(' and ')' is literal unless escaped
[]'{' and '}' is literal unless escaped
[]'\' is literal unless escaped
[]'.' does not match a newline character
[]'.' does not match a null character
...
also - here's a sample file for you to oggle:
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" >
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0.5)">
<meta http-equiv="Page-Exit" content="blendTrans(Duration=0.5)">
<meta http-equiv="Site-Enter" content="blendTrans(Duration=0.5)">
<meta http-equiv="Site-Exit" content="blendTrans(Duration=0.5)">
<title>
CA 3
</title>
<script language="javascript1.2" type="text/javascript" src="../../main.js">
<!--
//-->
</script>
<link href="../../SMD_files/main.css" rel="stylesheet" type="text/css"></link>
</head>
<body>
<div id="content-wrapper">
<!-- header elements -->
<div id="header"><!-- --></div>
<div id="content">
<div class="spacer"><!-- --></div>
<!-- ATP points -->
<div id="ATP" style="display: none">
<a class="switchlink" onClick="ptswitch(SMD)"> Show SMD points </a>
<div class="spacer"><!-- --></div>
<!-- ATP image -->
<img src="ATPmap.gif" usemap="#imgMap" border="0" width="768" height="1056.htm" alt="map">
<map id="imgMap" name="imgMap">
<area href="../ATPdata/FREEL001.htm" alt="FREEL001" title="FREEL001" shape="rect" coords="377,228,393,244">
<area href="../Terridata/CA 3.htm" alt="CA 3" title="CA 3" shape="poly" coords=" >>Too many to list here<< "
<area href="javascript: history.go(-1)" alt="Back" title="Back" shape="rect" coords="0,0,768,1056">
</div>
<!-- SMD points -->
<div id="SMD" style="display: block">
<a class="switchlink" onClick="ptswitch(ATP)"> Show ATP points </a>
<div class="spacer"><!-- --></div>
<!-- SMD image -->
<img src="SMDmap.gif" usemap="#othimgMap" border="0" width="768" height="1056.htm" alt="map">
<map id="othimgMap" name="othimgMap">
<area href="../SMDdata/BAKER001.htm" alt="BAKER001" title="BAKER001" shape="rect" coords="508,601,527,619">
<area href="../SMDdata/FREEL009.htm" alt="FREEL009" title="FREEL009" shape="rect" coords="376,227,395,246">
<area href="../SMDdata/HERBE001.htm" alt="HERBE001" title="HERBE001" shape="rect" coords="447,128,466,147">
<area href="../Terridata/CA 3.htm" alt="CA 3" title="CA 3" shape="poly" coords=" >>Too many to list here<< "
<area href="javascript: history.go(-1)" alt="Back" title="Back" shape="rect" coords="0,0,768,1056">
</map>
</div>
</div>
<!-- footer elements -->
<div id="footer">
<div id="upfooter"><!-- --></div>
<div id="botfooter"><!-- --></div>
</div>
</div>
</body>
</html>
The files differ only ion the following:
- The images,
- The number and position of the clickable points,
- The files the clickable points point to,
- The <area shape="poly"> coordinates also change between files
[/list]
When a clock is hungry, it goes back four seconds.