mutton
01-27-2007, 03:47 AM
Don't worry about all the gibberish below, I am just keeping a record here so I can revert any changes if needed.
css
.l { font-weight: bold; }
p { text-indent: 2em; }
margin: 0; instead of margin-width and -height
search and replace /v2/issues/
replace 3 pairs of [( |/)u] with <u> </u>
fix band links in /august06/: replace in 13 files <a href="../www.([^"]*)" with <a href="http://www.\1"
add 16 missing dots in /may06/'s css link: replace type="text/css" href=".././citysunsetiframe.css"/> with type="text/css" href="../../citysunsetiframe.css"/>
get rid of 17 ending slashes above: replace citysunsetiframe.css"/> with citysunsetiframe.css">
indent: replace <br> with <p> in 185 files
to revert the top labels, replace in 127 files <p>\n<span with <br>\n<span
missed label: replace in 7 files [ ]*(C|c)ontact: with <span class="l">Contact:</span>
format links: replace in 47 files %20" with "
deleted </p> in 187 files
delete:
menu: media
<a href="media.htm" target="myframe"><img src="images/nav/media.jpg" width="93" height="19" border="0"></a>
<br>
menu: home
<p><a href="main.htm" target="myframe"><img src="images/nav/home.jpg" width="93" height="19" border="0"></a><br>
add:
fix clouds
#clouds { position:relative; instead of fixed
<div style="position:absolute;left:0;top:0"> around main table
w3c validation:
<body leftmargin="0" topmargin="0" ALLOWTRANSPARENCY="true">
table height="704" no attribute
css
.l { font-weight: bold; }
p { text-indent: 2em; }
margin: 0; instead of margin-width and -height
search and replace /v2/issues/
replace 3 pairs of [( |/)u] with <u> </u>
fix band links in /august06/: replace in 13 files <a href="../www.([^"]*)" with <a href="http://www.\1"
add 16 missing dots in /may06/'s css link: replace type="text/css" href=".././citysunsetiframe.css"/> with type="text/css" href="../../citysunsetiframe.css"/>
get rid of 17 ending slashes above: replace citysunsetiframe.css"/> with citysunsetiframe.css">
indent: replace <br> with <p> in 185 files
to revert the top labels, replace in 127 files <p>\n<span with <br>\n<span
missed label: replace in 7 files [ ]*(C|c)ontact: with <span class="l">Contact:</span>
format links: replace in 47 files %20" with "
deleted </p> in 187 files
delete:
menu: media
<a href="media.htm" target="myframe"><img src="images/nav/media.jpg" width="93" height="19" border="0"></a>
<br>
menu: home
<p><a href="main.htm" target="myframe"><img src="images/nav/home.jpg" width="93" height="19" border="0"></a><br>
add:
fix clouds
#clouds { position:relative; instead of fixed
<div style="position:absolute;left:0;top:0"> around main table
w3c validation:
<body leftmargin="0" topmargin="0" ALLOWTRANSPARENCY="true">
table height="704" no attribute