Skip to content

Commit

Permalink
final printing tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmeloni committed Oct 11, 2017
1 parent b637790 commit c83ce45
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 02/secondpage.html
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<title>About BAWSI: The History, continued</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<link rel="stylesheet" type="text/css" href="styles.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion 03/layout.html
Expand Up @@ -8,7 +8,7 @@

<body>
<header><img src="acmewidgets.jpg" alt="ACME Widgets
LLC"/></header>
LLC"></header>
<div id="wrapper">
<div id="content_area">
<h1>Welcome to ACME Widgets!</h1>
Expand Down
4 changes: 2 additions & 2 deletions 06/hideshow.html
Expand Up @@ -22,10 +22,10 @@ <h1 id="heading2">This is the second heading</h1>
the headings on this page using the checkboxes below.</p>
<form name="checkboxform">
<input type="checkbox" name="checkbox1"
onclick="showHide();" checked="checked" />
onclick="showHide();" checked="checked">
<span style="font-weight:bold">Show first heading</span><br>
<input type="checkbox" name="checkbox2"
onclick="showHide();" checked="checked" />
onclick="showHide();" checked="checked">
<span style="font-weight:bold">Show second heading</span><br>
</form>
</body>
Expand Down
2 changes: 1 addition & 1 deletion 06/swapimgs.html
Expand Up @@ -13,7 +13,7 @@ <h1>Swapping Images</h1>
id="large_photo"
style="border: 1px solid black; margin-right: 13px;"
src="mariposa_large_1.jpg"
alt="large photo" />
alt="large photo">
</div>

<div id="the_text" style="height: 500px;">
Expand Down
2 changes: 1 addition & 1 deletion 13/testwhile.php
@@ -1,7 +1,7 @@
<?php
$counter = 1;
while ($counter <= 12) {
echo $counter." times 2 is ".($counter * 2)."<br/>";
echo $counter." times 2 is ".($counter * 2)."<br>";
$counter++;
}
?>
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,6 +14,6 @@ This foundation is provided by example; this book scaffolds your understanding o

This book is not intended as the be-all and end-all of your education in this matter: it’s a **first step**, which will hopefully illuminate the pathways of all the other steps you will need to take to become an expert in these areas.

The book's ISBN is 0672337703, and will be published by Sams in late 2017.
The book's ISBN is 0672337703, and was published by Sams on October 8, 2017.

More information forthcoming at http://www.thickbook.com/ when printing is complete.
More information forthcoming at http://www.thickbook.com/.

0 comments on commit c83ce45

Please sign in to comment.