View Source:
editions.html



<HTML>
<HEAD>
<TITLE>The Book: Creating Cool HTML 4 Web Pages: Editions</TITLE>
<META NAME="keyword" CONTENT="www,html,web page,html 4,javascript,java,page,page design,front page,homepage,taylor,dave taylor,cool web,cool web pages,hypertext,markup">
<META NAME="description" CONTENT="Central site for the best-selling book 'Creating Cool HTML 4 Web Pages', including sample chapters, software, FAQs, and a discussion area!">

<SCRIPT LANGUAGE="JavaScript">


<!--

if (parseInt(navigator.appVersion.substring(0,1))>=3) { // 3.0 or greater.
viewsource_on = new Image();   // each image has an 'on' and 'off' version
viewsource_off = new Image();
viewsource_on.src = 'Graphics/viewsource-on.gif';      // all of these image
viewsource_off.src = 'Graphics/viewsource-off.gif';    // source files are
}

function activate(image) {
  if (parseInt(navigator.appVersion.substring(0,1))>=3) { // 3.0 or greater.
      imagesrc = eval(image + '_on.src');
      document[image].src = imagesrc;
  }
}

function deactivate(image) {
  if (parseInt(navigator.appVersion.substring(0,1))>=3) { // 3.0 or greater.
      imagesrc = eval(image + "_off.src");
      document[image].src = imagesrc;
  }
}
// end of script         -->


</SCRIPT>
</HEAD>

<BODY BACKGROUND=Graphics/spiral-background.gif BGCOLOR=#FFFFFF LINK=#000000 VLINK=#000000>

<CENTER>
    <IMG WIDTH=527 HEIGHT=80 SRC=Graphics/ccwp-title.gif
  ALT="Creating Cool HTML 4 Web Pages">
<P>
    <IMG WIDTH=318 HEIGHT=45 SRC=Graphics/editions-title.gif
  ALT="Different Editions...">
</CENTER>

<BLOCKQUOTE>
<font face="Courier">
It seems like "Creating Cool Web Pages" has been around as
long as there have been Web browsers! In the lifetime 
of this book it's shown up in a number of different
versions, translated into many different languages, and
even aimed specifically at a particular platform or two.
Here are some covers I've seen, for you to enjoy...
</font>
<P>
<CENTER>
<TABLE BORDER=0 CELLPADDING=5 WIDTH=80%>
<TR><TD ALIGN=center>
<IMG WIDTH=148 HEIGHT=181 src=Covers/mw-ccwp-3e.gif 
 ALT="MacWorld 3rd Edition"></TD><TD ALIGN=center>
<IMG WIDTH=147 HEIGHT=164 src=Covers/ccwp.gif 
 ALT="Original Edition"></TD><TD ALIGN=center>
<IMG WIDTH=141 HEIGHT=158 src=Covers/greatweb.gif 
 ALT="GreatWeb: cover prototype"></TD>
</TR><TR>
<TD ALIGN=center><IMG WIDTH=119 HEIGHT=162 src=Covers/hebrew.gif 
 ALT="Hebrew/Israeli Edition"></TD><TD ALIGN=center>
<IMG WIDTH=135 HEIGHT=166 src=Covers/japanese.gif 
 ALT="Japanese Edition"></TD><TD ALIGN=center>
<IMG WIDTH=129 HEIGHT=163 src=Covers/mw-ccwp.gif 
 ALT="MacWorld 1st Edition">
 </TD>
</TR></TABLE>
</CENTER>
</BLOCKQUOTE>
<P>
<CENTER>
    <IMG WIDTH=480 HEIGHT=22 SRC=Graphics/rough-rule.gif ALT="---">
<P>

    <IMG WIDTH=475 HEIGHT=98 SRC=Graphics/navbar.gif ALT="navigational options" 
 USEMAP="#navbar-map" BORDER=0>
</CENTER>

<MAP NAME="navbar-map">
<AREA SHAPE="rect" COORDS="22,64,401,97" HREF="http://www.askdavetaylor.com/">
<AREA SHAPE="rect" COORDS="240,33,359,66" HREF="software.html">
<AREA SHAPE="rect" COORDS="180,33,241,63" HREF="FAQ">
<AREA SHAPE="rect" COORDS="60,34,180,62"
      HREF="http://www.intuitive.com/taylor/">
<AREA SHAPE="rect" COORDS="358,-5,471,41" HREF="http://www.amazon.com/exec/obidos/ASIN/076453484X/ref=nosim/davetaylor/">
<AREA SHAPE="rect" COORDS="244,0,355,35" HREF="samples.html">
<AREA SHAPE="rect" COORDS="178,1,245,33" HREF="toc.html">
<AREA SHAPE="rect" COORDS="74,1,178,35" HREF="reviews.html">
<AREA SHAPE="rect" COORDS="-13,-6,75,36" HREF="index.shtml">
</MAP>

<P ALIGN=right>
<a href="viewsource.cgi?editions.html" onMouseOver="activate('viewsource');return true;"
   onMouseOut="deactivate('viewsource');return true;"><IMG 
   WIDTH=92 HEIGHT=35 src=Graphics/viewsource-off.gif name=viewsource 
   ALT="View Source" border=0></a>
</P>
</BODY></HTML>


Back