Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Get rid of the double-spacing. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0d59f40a313d5d3c76b4f2585d271c06 |
User & Date: | drh 2007-12-11 13:49:52.000 |
Context
2007-12-12
| ||
11:14 | Experimental: Attempt yet another method for implementing cross-browser pulldown menus. (Closed-Leaf check-in: 81ab7ec21a user: dan tags: trunk) | |
2007-12-11
| ||
13:49 | Get rid of the double-spacing. (check-in: 0d59f40a31 user: drh tags: trunk) | |
08:29 | Experimental branch: Add a link to "professional support" to the front page. (check-in: 6e7180acaf user: dan tags: trunk) | |
Changes
Changes to wrap.tcl.
︙ | ︙ | |||
53 54 55 56 57 58 59 | puts {<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">} puts {<html><head>} puts "<title>$title</title>" putsin4 {<style type="text/css"> body { margin: auto; font-family: "Verdana" "sans-serif"; | < | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | puts {<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">} puts {<html><head>} puts "<title>$title</title>" putsin4 {<style type="text/css"> body { margin: auto; font-family: "Verdana" "sans-serif"; padding: 8px 1%; } a { color: #45735f } a:visited { color: #734559 } .logo { position:absolute; margin:3px; } |
︙ | ︙ | |||
272 273 274 275 276 277 278 | set in [read $fd] close $fd set outfile [file root [file tail $infile]].html process_infile $in $infile $outfile } process_infile [create_sitemap] [info script] sitemap.html | < | 271 272 273 274 275 276 277 | set in [read $fd] close $fd set outfile [file root [file tail $infile]].html process_infile $in $infile $outfile } process_infile [create_sitemap] [info script] sitemap.html |