MystoftheOracle.comBOOKSTORE :: Promotion

promotional materials

"If You Could Only See ... A Gnome's Story"

WEBSITE PROMOTION SAMPLES and CODING

Author Profile pictures for authorized professional promotional use

» Christopher Valentine Profile image sets, Print and Web

» Christian von Lähr Profile image sets, Print and Web

 

Promotional ICON links for the books

SAMPLE ONE (1)

ICON promotion with Buy Now link, and purchase hyperlink on image.  This example creates a visible framed table containing four rows that contain various description components, mention of the authors, and one row with an image Icon.  One row contains a BUY NOW link with a programmed in hyperlink.  The image also contains a hyperlink to the shopping cart.

SAMPLE TWO (2)

ICON only with purchase hyperlink on image.  This example creates a visible framed table containing an image icon of the book with a hyperlink to the shopping cart.

SAMPLE THREE (3)

A BUY NOW LINK (often referred to as a TEXT LINK).  This example creates a simple BUY NOW text expression with an underlying hyperlink to the shopping cart.

SAMPLE FOUR (4)

PURCHASE BOOK LINK (fully expressed).  This example is the coding for a direct link to the shopping cart.

SAMPLE FIVE (5)

ICON only display (in table frame).  This example contains an image Icon with underlying hyperlink to shopping cart, and a description of the book.

SAMPLE SIX (6)

ICON only display (no table frame).  This example is the coding showing the link to the image only.

 

PROMOTION SAMPLES

 

SAMPLE ONE (1)

ICON promotion with Buy Now link, and purchase hyperlink on image:

new release
BUY NOW You can order retail copies of "If You Could Only See ... A Gnome's Story" right now.
A Groundbreaking Book written by Gnomes, Elves, Leprechauns, and Faeries with additional information from the authors, Christopher Valentine, MBA and Dr. Christian von Lähr.

 

Coding for above table for web page insert:
<table border="1" width="160" id="table1"><tr><td><b><font face="Trebuchet MS" size="2">new release </font></b></td></tr><tr><td><font face="Trebuchet MS" size="1"><font size="1" face="Arial">&#9658;</font>
<a href="http://secure.ultracart.com/cgi-bin/UCEditor?MERCHANTID=MYSTO&ADD=BOOK|A Gnomes Story">
<font color="#000000">BUY NOW</font></a> You can order retail copies of &quot;If You Could Only See ... A Gnome's Story&quot; right now.</font></td></tr><tr><td><font face="Trebuchet MS" size="1"><a href="http://secure.ultracart.com/cgi-bin/UCEditor?MERCHANTID=MYSTO&ADD=BOOK|A Gnomes Story">
<img border="0" src="http://www.mystoftheoracle.com/images/icon.jpg" width="150" height="219"> </a></font></td></tr><tr><td><font face="Trebuchet MS" size="1">A Groundbreaking Book written by Gnomes, Elves, Leprechauns, and Faeries with additional information from the authors, Christopher Valentine, MBA and Dr. Christian von L</font><font face="Times New Roman" size="1">ä</font><font face="Trebuchet MS" size="1">hr.</font></td></tr></table>

 

SAMPLE TWO (2)

ICON only with purchase hyperlink on image:

Coding for above table for web page insert:
<table border="1" width="160" id="table4"><tr><td><font face="Trebuchet MS" size="1">
<a href="http://secure.ultracart.com/cgi-bin/UCEditor?MERCHANTID=MYSTO&ADD=BOOK|A Gnomes Story">
<img border="0" src="http://www.mystoftheoracle.com/images/icon.jpg" width="150" height="219"></a></font></td></tr></table>


SAMPLE THREE (3)

A BUY NOW LINK (often referred to as a TEXT LINK):

BUY NOW

 

Coding for above BUY NOW web page insert:
<font face="Trebuchet MS" size="1"><font size="1" face="Arial">&#9658;</font>
<a href="http://secure.ultracart.com/cgi-bin/UCEditor?MERCHANTID=MYSTO&ADD=BOOK|A Gnomes Story">
<font color="#000000">BUY NOW</font></a>

 

 

SAMPLE FIVE (5)

ICON only display (in table frame) with description:

A Groundbreaking Book written by Gnomes, Elves, Leprechauns, and Faeries with additional information from the authors, Christopher Valentine, MBA and Dr. Christian von Lähr.

 

Coding for above ICON only display web page insert:
<table border="1" width="160" id="table6"><tr><td><font face="Trebuchet MS" size="1">
<img border="0" src="http://www.mystoftheoracle.com/images/icon.jpg" width="150" height="219"></font></td></tr><tr><td><font face="Trebuchet MS" size="1">A Groundbreaking Book written by
Gnomes, Elves, Leprechauns, and Faeries with additional information from the authors, Christopher Valentine, MBA and Dr. Christian von L</font><font face="Times New Roman" size="1">ä</font><font face="Trebuchet MS" size="1">hr.</font></td></tr></table>

 

SAMPLE SIX (6)

ICON only display (no table frame):

 

Coding for above ICON only display web page insert:
<img border="0" src="http://www.mystoftheoracle.com/images/icon.jpg" width="150" height="219"></font></p>

 

 

adding code to website

These examples provide a view of how the sample will appear on your webpage, and includes within an instruction frame the actual code you will need to PASTE into the .HTML code (ergo, not the Design View) of your web page.