**************************************************************************************************************Blue Host******************************************************

********************************Basic sign up form for Blue Host:

<h1> Title of Form Page </h1>
<form action="http://bluehost.com/bluemail" enctype="multipart/form-data" method="POST">

<table align="left" cellpadding="5" cellspacing="3" style="width: 60%">
		<tr>
		<td>Name:</td>
		<td><input type="text" name="Name" style="width: 344px"><br /></td>
	</tr>
	<tr>
		<td>Email:</td>
		<td><input type="text" name="mailfrom" style="width: 345px"></td>
	<tr>
		<td>Street Address</td>
		<td><input type="text" name="StreetAddress" style="width: 389px"></td>
	</tr>
	<tr>
		<td>City</td>
		<td><input type="text" name="City" style="width: 453px"></td>
	</tr>
	<tr>
		<td>State:</td>
		<td><input type="text" name="State" style="width: 446px"></td>
	</tr>
	<tr>
		<td>Zip</td>
		<td><input type="text" name="Zip" style="width: 450px"></td>
	</tr>
	<tr>
		<td>Phone</td>
		<td><input type="text" name="Phone" style="width: 450px"></td>
	</tr>
	<tr>
		<td><input type="submit" value="Send Email"></td>
	</tr>

</table>
<br />
<input type="hidden" name="required" value="Name,Email,StreetAddress,City,State,Zip,Phone">
<input type="hidden" name="sendtoemail" value="webmaster@whitegothicstudios.com"><br />
<input type="hidden" name="recipient" value="fairy111@bellsouth.net, redmonds33064@bellsouth.net">
<input type="hidden" value="missing_fields_redirect" value="http://www.whitegothic.com">
<input type="hidden" name="redirect" value="http://www.whitegothicstudios.com/cherrydealsthankyou.htm">

</form>
***************************************************************************

****************************** Additional Info re Blue Host Forms - This gives all the info you need for a form?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta content="text/html; charset=windows-1252" http-equiv="Content-Type" />
<title>Untitled 1</title>
</head>

<body>
Information about Forms with Blue Host:<p>&nbsp;</p>
&nbsp;<p>&nbsp;</p>
<p>Notes:&nbsp; The </p>
<p>&nbsp;</p>


<h1> Sample - Title of Form Page </h1>
<form action="http://bluehost.com/bluemail" enctype="multipart/form-data" method="POST">

<table align="left" cellpadding="5" cellspacing="3" style="width: 60%">
		<tr>
		<td>Name:</td>
		<td><input type="text" name="Name" style="width: 344px"><br /></td>
	</tr>
	<tr>
		<td>Email:</td>
		<td><input type="text" name="mailfrom" style="width: 345px"></td>
	<tr>
		<td>Street Address</td>
		<td><input type="text" name="StreetAddress" style="width: 389px"></td>
	</tr>
	<tr>
		<td>City</td>
		<td><input type="text" name="City" style="width: 453px"></td>
	</tr>
	<tr>
		<td>State:</td>
		<td><input type="text" name="State" style="width: 446px"></td>
	</tr>
	<tr>
		<td>Zip</td>
		<td><input type="text" name="Zip" style="width: 450px"></td>
	</tr>
	<tr>
		<td>Phone</td>
		<td><input type="text" name="Phone" style="width: 450px"></td>
	</tr>
	<tr>
		<td><input type="submit" value="Send Email"></td>
	</tr>

</table>

<br />
<input type="hidden" name="required" value="Name,Email,StreetAddress,City,State,Zip,Phone">
<input type="hidden" name="sendtoemail" value="webmaster@whitegothicstudios.com"><br />
<input type="hidden" name="recipient" value="webmaster@whitegothic.com">
<input type="hidden" value="missing_fields_redirect" value="http://www.whitegothic.com">
<input type="hidden" name="redirect" value="http://www.whitegothic.com">

</form>
******************************************************************************

************************ Blue Host Forms Continued:  With a long form, you need to start the form with the first line:

<form action="http://bluehost.com/bluemail" enctype="multipart/form-data" method="POST">
Then start the table with the input lines.
Expression Web puts in weird coding.  

the coding has to look like this:
Name:  <input type="text" name="personsname"> //this is for a name field
Email:  <input type="text" name="mailfrom"> //this is the coding to capture the person's email who is senidng you the form.

//This is the code to send the email to yourself after they hit the submit button.  It has to be an email from blue host account:
<input type="hidden" name="sendtoemail" value="webmaster@whitegothic.com">

//to redirect the person to another web address after submission of the form:
<input type="hidden" name="redirect" value="http://www.whitegothic.com">

//for the subject:
<input type="hidden" name="subject" value="Form from Webpage">

//this coding makes the email sent say "email from:  and then the name you want"
<input type="text" name="mailfrom">

//The last few codes have to be put in the proper table areas.  Here is a copy of 
a longer form that did work after 100 tries:

<tr><td colspan="2">
		<input type="hidden" name="sendtoemail" value="webmaster@whitegothicstudios.com">
		<input type="hidden" name="redirect" value="http://www.olomdeerfield.org/details.htm">
		</td></tr>
			
<tr><td>
		<input type="submit" value="Send Email"></td><td></td></tr>
</form>
</table>


Note:  If you are using expression web, it throws up weird coding for almost everything.  You have to rewrite all the codes for the text and hidden fields.
you also have to strip out all of the opening and closing form tags from radio buttons and check boxes.  
there is a long form in the newolom site that finally worked after hours of working.  

</body>

</html>



**************************************************************************



**************************************************************************************************************Table HTML*****************************************************

Plain Table:
<table>
<tr>
<td>
</td>
</tr>
</table>

***************************************************************************

Button Table with 2 cells:

<table width="50%" border="1px" color="#FFFFFF">
	<td width="50%" border="1px" color="#FFFFFF"></td>
		<td width="50%" border="1px" color="#FFFFFF"><!-- Begin Cart Button for Item WG-DHM, Dollhouse Mother Mold -->
</font>
<FORM METHOD="post" ACTION="http://emartcart.com/cart/odb/cart.odb">
<font color="#FFFFFF">
<INPUT TYPE="hidden" NAME="CartCfg" VALUE="2284">
<INPUT TYPE="hidden" NAME="PayPalEmail" VALUE="fairy111~at~bellsouth~dot~net">
<INPUT TYPE="hidden" NAME="bName" VALUE="Creative Originals by Regina">
<INPUT TYPE="hidden" NAME="taxRegion1" VALUE="Florida">
<INPUT TYPE="hidden" NAME="taxRate1" VALUE="7">
<INPUT TYPE="hidden" NAME="return" VALUE="http://www.whitegothic.com/whatsnew.htm">
<INPUT TYPE="hidden" NAME=thankYouUrl" 
VALUE="http://www.angelfire.com/co/dollmakerinflorida/thankyou.html">
<INPUT TYPE="hidden" NAME="shipOpt1" VALUE="USPS Priority Mail">
<INPUT TYPE="hidden" NAME="OrigPostal" VALUE="33064">
<INPUT TYPE="hidden" NAME="USPSOpts" VALUE="0010000">
<INPUT TYPE="hidden" NAME="AuthNetId" VALUE="RF34FL">
<INPUT TYPE="hidden" NAME="getCCinfo" VALUE="1100">
<INPUT TYPE="hidden" NAME="EmailFor" VALUE="fairy111@bellsouth.net,Money Orders, Cashier's Check">
<INPUT TYPE="hidden" NAME="cn" VALUE="Special Instructions:">
<INPUT TYPE="hidden" NAME="qty" VALUE="1">
<INPUT TYPE="hidden" NAME="taxable" VALUE="1">
<INPUT TYPE="hidden" NAME="item_number" VALUE="WG-DHM">
<INPUT TYPE="hidden" NAME="product" VALUE="Dollhouse Mother Mold">
<INPUT TYPE="hidden" NAME="amount" VALUE="59.99">
<INPUT TYPE="hidden" NAME="Weight" VALUE="2.5">
<INPUT TYPE="hidden" NAME="ship1" VALUE="3.00">
<INPUT TYPE="hidden" NAME="shipAdd1" VALUE="4.00">
<INPUT TYPE="hidden" NAME="shipAdd2" VALUE="3.50">
<INPUT NAME="NoGiftCerts" TYPE="hidden" VALUE="1">
</font>
<P align="center">
<font color="#FFFFFF">
<INPUT TYPE="image" SRC="http://emartcart.com/cart/images/order4.gif" ALT="Order This Item">
<br>
</font>
</FORM>
<p align="center">
<font color="#FFFFFF">
<!-- End Cart Button for Item WG=DHM, Dollhouse Mother -->
<!-- Checkout button -->
</font>
<A HREF="http://emartcart.com/cart/odb/cart.odb?CartCfg=2284&logoUrl=">
<font color="#FFFFFF">
<IMG SRC="http://emartcart.com/cart/images/checkout4.gif" BORDER=0 ALT="Check Out Now"></font></a><font color="#FFFFFF">
<!-- End Checkout button -->
</td>
	</td></tr></table>

**************************************************************************

*********************************2 cell table:

<div align="center">
	<table border="1" align="center" "width="85%" class="tdwhiteborder" >
		<tr>
		<td>
		picture </td>
		<td> picture </td>
		</tr>
	</table>
</div>

*****************************************************************************

*************************************Cell Table:

<div align="center">
	<table border="1" align="center" "width="85%" class="tdwhiteborder" >
		<tr>
		<td>
		picture </td>
		<td> picture </td>
		<td> picture</td>
		</tr>
	</table>
</div>

*******************************************************************************



**************************************************************************************************************Emartcart ButtonHTML*****************************************************
Button Code:
<!-- Begin Cart Button for Item |WG-DHM, Dollhouse Mother Mold| -->
</font>
<FORM METHOD="post" ACTION="http://emartcart.com/cart/odb/cart.odb">
<font color="#FFFFFF">
<INPUT TYPE="hidden" NAME="CartCfg" VALUE="2284">
<INPUT TYPE="hidden" NAME="PayPalEmail" VALUE="fairy111~at~bellsouth~dot~net">
<INPUT TYPE="hidden" NAME="bName" VALUE="Creative Originals by Regina">
<INPUT TYPE="hidden" NAME="taxRegion1" VALUE="Florida">
<INPUT TYPE="hidden" NAME="taxRate1" VALUE="7">
<INPUT TYPE="hidden" NAME="return" VALUE="|http://www.whitegothic.com/whatsnew.htm|">
<INPUT TYPE="hidden" NAME=thankYouUrl" 
VALUE="http://www.angelfire.com/co/dollmakerinflorida/thankyou.html">
<INPUT TYPE="hidden" NAME="shipOpt1" VALUE="USPS Priority Mail">
<INPUT TYPE="hidden" NAME="OrigPostal" VALUE="33064">
<INPUT TYPE="hidden" NAME="USPSOpts" VALUE="0010000">
<INPUT TYPE="hidden" NAME="AuthNetId" VALUE="RF34FL">
<INPUT TYPE="hidden" NAME="getCCinfo" VALUE="1100">
<INPUT TYPE="hidden" NAME="EmailFor" VALUE="fairy111@bellsouth.net,Money Orders, Cashier's Check">
<INPUT TYPE="hidden" NAME="cn" VALUE="Special Instructions:">
<INPUT TYPE="hidden" NAME="qty" VALUE="1">
<INPUT TYPE="hidden" NAME="taxable" VALUE="1">
<INPUT TYPE="hidden" NAME="item_number" VALUE="|WG-DHM|">
<INPUT TYPE="hidden" NAME="product" VALUE="|Dollhouse Mother Mold|">
<INPUT TYPE="hidden" NAME="amount" VALUE="|59.99|">
<INPUT TYPE="hidden" NAME="Weight" VALUE="2.5">
<INPUT TYPE="hidden" NAME="ship1" VALUE="3.00">
<INPUT TYPE="hidden" NAME="shipAdd1" VALUE="7.00">
<INPUT TYPE="hidden" NAME="shipAdd2" VALUE="1.50">
<INPUT NAME="NoGiftCerts" TYPE="hidden" VALUE="1">
</font>
<P align="center">
<font color="#FFFFFF">
<INPUT TYPE="image" SRC="http://emartcart.com/cart/images/order4.gif" ALT="Order This Item">
<br>
</font>
</FORM>
<p align="center">
<font color="#FFFFFF">
<!-- End Cart Button for Item |WG=DHM|, |Dollhouse Mother| -->
<!-- Checkout button -->
</font>
<A HREF="http://emartcart.com/cart/odb/cart.odb?CartCfg=2284&logoUrl=">
<font color="#FFFFFF">
<IMG SRC="http://emartcart.com/cart/images/checkout4.gif" BORDER=0 ALT="Check Out Now"></font></a><font color="#FFFFFF">
<!-- End Checkout button -->

***************************
View Cart Button:

<FORM method="post" action="https://secureinput.myunitedconnect.com">
<input type="hidden" name="StoreNumber" value="311396">
<input type="hidden" name="Method" value="viewcart">
<input type="image" 
src="http://www.green-ceramics.com/gcimages/viewcartbutton.gif"
border="0">
</FORM>

*******************






**************************************************************************************************************Forms HTML*****************************************************





**************************************************************************************************************GoogleAds Codes************************************************
HTML FOR GOOGLE ADS:

<script type="text/javascript"><!--
google_ad_client = "pub-8697132776035782";
/* bottomofpages234x60, created 9/13/10 */
google_ad_slot = "2407954680";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

***************************************************************************


**************************************************************************************************************Javascript*****************************************************************
*****************Javascript countdown with no seconds:

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Countdown Timer</title>
<style type="text/css">
.countbox {
	color: #000000;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: large;
	background-color: #C0C0C0;
	border-style: solid;
	border-width: 3px;
	position: absolute;
	vertical-align: middle;
	text-align: center;
}
</style>
</head>

<body>

<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
<!--

dateFuture = new Date(2010,9,9,12,00,0);

function GetCount(){

        dateNow = new Date();                                                                        //grab current date
        amount = dateFuture.getTime() - dateNow.getTime();                //calc milliseconds between dates
        delete dateNow;

        // time is already past
        if(amount < 0){
                document.getElementById('countbox').innerHTML="Now!";
        }
        // date is still good
        else{
                days=0;hours=0;mins=0;out="";

                amount = Math.floor(amount/1000);//kill the "milliseconds" so just secs

                days=Math.floor(amount/86400);//days
                amount=amount%86400;

                hours=Math.floor(amount/3600);//hours
                amount=amount%3600;

                mins=Math.floor(amount/60);//minutes
                amount=amount%60;

                if(days != 0){out += days +" day"+((days!=1)?"s":"")+", ";}
                if(days != 0 || hours != 0){out += hours +" hour"+((hours!=1)?"s":"")+", ";}
                if(days != 0 || hours != 0 || mins != 0){out += mins +" minute"+((mins!=1)?"s":"");}
                
                document.getElementById('countbox').innerHTML=out;

                setTimeout("GetCount()", 1000);
        }
}

window.onload=function(){GetCount();}//call when everything has loaded

//-->
</script>
<div id="countbox" class="countbox" style="left: 10px; top: 15px; width: 216px; height: 44px"></div>

***************************************************************************

*******************Javascript date counter:

Countdown:<br />
<SCRIPT LANGUAGE="JAVASCRIPT"><!-- hide this script tag's contents from old browsers

today = new Date();

BigDay = new Date("October 13, 2010")
msPerDay = 24 * 60 * 60 * 1000 ;
timeLeft = (BigDay.getTime() - today.getTime());
e_daysLeft = timeLeft / msPerDay;
daysLeft = Math.floor(e_daysLeft);
e_hrsLeft = (e_daysLeft - daysLeft)*24;
hrsLeft = Math.floor(e_hrsLeft);
minsLeft = Math.floor((e_hrsLeft - hrsLeft)*60);
document.write(+ daysLeft + " days " + hrsLeft +" hours and " + minsLeft + " minutes");

// -- done hiding from old browsers --></SCRIPT>

*************************************************************************

*******************************************Javascript countdown page:

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Countdown Timer</title>
<style type="text/css">
.countbox {
	color: #000000;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: large;
	background-color: #C0C0C0;
	border-style: solid;
	border-width: 3px;
	position: absolute;
}
</style>
</head>

<body>

<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
<!--

dateFuture = new Date(2010,9,9,12,00,0);

function GetCount(){

        dateNow = new Date();                                                                        //grab current date
        amount = dateFuture.getTime() - dateNow.getTime();                //calc milliseconds between dates
        delete dateNow;

        // time is already past
        if(amount < 0){
                document.getElementById('countbox').innerHTML="Now!";
        }
        // date is still good
        else{
                days=0;hours=0;mins=0;secs=0;out="";

                amount = Math.floor(amount/1000);//kill the "milliseconds" so just secs

                days=Math.floor(amount/86400);//days
                amount=amount%86400;

                hours=Math.floor(amount/3600);//hours
                amount=amount%3600;

                mins=Math.floor(amount/60);//minutes
                amount=amount%60;

                secs=Math.floor(amount);//seconds

                if(days != 0){out += days +" day"+((days!=1)?"s":"")+", ";}
                if(days != 0 || hours != 0){out += hours +" hour"+((hours!=1)?"s":"")+", ";}
                if(days != 0 || hours != 0 || mins != 0){out += mins +" minute"+((mins!=1)?"s":"")+", ";}
                out += secs +" seconds";
                document.getElementById('countbox').innerHTML=out;

                setTimeout("GetCount()", 1000);
        }
}

window.onload=function(){GetCount();}//call when everything has loaded

//-->
</script>
<div id="countbox" class="countbox" style="left: 10px; top: 15px; width: 216px; height: 95px"></div>






</body>

**********************************************************************************


**************************************************************************************************************EMBED VIDEO****************************************************

*************************How to Embed SVF (Flash) Player:

<center>
			<embed src="mediaplayer.swf" width="320" height="240" allowscriptaccess="always" allowfullscreen="true"   flashvars="autostart=true&file=|http://web7.streamhoster.com/9292129/FashionDollsIntro.flv" /|>
			</center>

*************************************************************************

*************************How to Embed video from streamhoster:

<object id="media1" height="350" type="video/x-ms-wmv" width="350">
					<param name="filename" value="http://wms27.streamhoster.com/9292129/realestatvideo.wmv"/>
				</object>


************************************************************************

*************************How to Embed video from streamhoster that begins automatically:

<object type="application/x-shockwave-flash" data="http://public.streamhoster.com/Resources/Flash/JWFLVMediaPlayer/mediaplayer.swf" width="480" height="360"><param name="movie"  value="http://public.streamhoster.com/Resources/Flash/JWFLVMediaPlayer/mediaplayer.swf"><param name="allowscriptaccess"  value="always"><param name="allowfullscreen" value="True"><param name="flashvars" value="file=%2fFashionDollsIntro.flv&streamer=rtmp%3a%2f%2ffss27.streamhoster.com%2f9292129&type=rtmp&width=480&height=360&autostart=true"></object><br />

**************************************************************************

*************************How to Embed video from you tube that starts automatically:

<object width="560" height="315">
<param name="movie" value="http://www.youtube.com/v/Dw5suuo1Cns?version=3&amp;hl=en_US"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/v/Dw5suuo1Cns?version=3&amp;hl=en_US&autoplay=1" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>

*************************************************************************************

***************************How to Embed video from you tube that does not start automatically:

<iframe width="560" height="315" 
src="http://www.youtube.com/embed/Dw5suuo1Cns" frameborder="0" allowfullscreen></iframe>

***************************************************************************************




************************************************************************************************************** META TAGS*****************************************************
***************************************Page meta tags:

<meta name="description" content="describe page"/>
<meta name="keywords" content=" Example words, polymer clay dolls"/>
<meta name="author" content="reginaedmonds@whitegothic.com"/>
<meta name="distribution" content="Global"/>
<meta name="rating" content="General"/>
<meta name="robots" contents="INDEX,FOLLOW"/>

<meta name="revisit-after" content="7 Days"/>
<meta name="expires" content="never"/>

********************************************************************************************


**************************************************************************************************************PHP & MYSQL****************************************************

**************************Blue Host Connect to Database:

<?php
//connect

$dbh = mysql_connect("localhost","whitegot_regina","R13E02g08~"); 
if(!$dbh)
{
die('I cannot connect to the database' . mysql_error());
}
mysql_select_db ("whitegot_OSDLOGIN"); 
?>

***********************************************************************



********************************MY SQL FORM WITH EMAIL VALIDATION:

<html>
<head>
<script type="text/javascript">
function validate_email(field,alerttxt)
{
with (field)
  {
  apos=value.indexOf("@");
  dotpos=value.lastIndexOf(".");
  if (apos<1||dotpos-apos<2)
    {alert(alerttxt);return false;}
  else {return true;}
  }
}

function validate_form(thisform)
{
with (thisform)
  {
  if (validate_email(email,"Not a valid e-mail address!")==false)
    {email.focus();return false;}
  }
}
</script>
<style type="text/css">
.FormDiv {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	vertical-align: top;
	border: 3px solid #FFFFFF;
	padding: 5px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	height: 400px;
	position: relative;
}
</style>
</head>

<body>
<div class="FormDiv">
<form action="insert.php" onsubmit="return validate_form(this);" method="post">
<br />
<center><h2>Sign Up for Newsletters - Sales - <br>Video Uploads!</h2><br />
First Name:  <input type="text" name="firstname" size="30"><br><br />
Last Name:  <input type="text" name="lastname" size="30"><br><br />
Email: <input type="text" name="email" size="36"><br><br />
<input type="submit" value="Submit"> <br>
</center>
</form>
</div>
</body>

</html>

********************************************************************************

*****************************PHP - INSERT INTO TABLE:

<?php
$dbh = mysql_connect("localhost","whitegot_regina","R13E02g08~");
if (!$dbh)
  {
  die('Could not connect: ' . mysql_error());
  }

mysql_select_db("whitegot_OSDLOGIN", $dbh);

$sql="INSERT INTO Testing1 (firstname, lastname, email)
VALUES
('$_POST[firstname]','$_POST[lastname]','$_POST[email]')";

if (!mysql_query($sql,$dbh))
  {
  die('Error: ' . mysql_error());
  }
echo "1 record added";

mysql_close($dbh)
?>

***********************************************************************************

***********************For To insert Data Into Table?

<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Sign Up for Newsletter - Sales - Video Uploads at White Gothic Studios</title>
</head>
<body>
<form action="insert.php" enctype="multipart/form-data" method="post">
<table align="center">
<tr><td colspan="2"><center>
	<h2>White Gothic Studios Sign Up</h2>
	</center></td></tr>
<tr><td colspan="2"><br />
	Sign up below to be receive Newsletters (6 to 12 per year), Private Sales for Past Customers, and Video Uploads to the Website or to You Tube.<br />
	</td></tr>
<tr><td>firstname</td><td style="width: 200px">
	<input type="text" name="firstname" style="width: 304px" /></td></tr>
<tr><td>lastname</td><td style="width: 211px">
	<input type="text" name="lastname" style="width: 304px"/></td></tr>
<tr><td>email</td><td style="width: 211px">
	<input type="text" name="email" style="width: 304px"/></td></tr>
<tr><td>Received</td><td style="width: 211px">
	<input type="text" name="hearofus" style="width: 304px"/></td></tr>
<tr><td></td><td style="width: 211px"><input type="submit" name="submit"/></td></tr>
</table>
</form>
<p>&nbsp;</p>
</body>
</html>

*********************************************************************************************



**************************************************************************************************************Ebay HTML******************************************************
Basic HTML for Ebay Pages:

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>New Page 1</title>
</head>

<body>

<div align="center">
	<table border="2" width="100%" cellspacing="5" cellpadding="5" bgcolor="#C0C0C0" 
	background="gcimages/navgradient.jpg" style="border-collapse: collapse" bordercolor="#FF0000" id="table1">
		<tr>
			<td>
			<h1 align="center"><font face="Wellsley">H1 Title</font></h1>
			</td>
			<td><font face="Tahoma">Regular Text</font></td>
		</tr>
		<tr>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
		</tr>
	</table>
</div>

</body>

</html>


*************************************************************************************************



**************************************************************************************************************Table HTML*****************************************************
**************************************************************************************************************Table HTML*****************************************************
**************************************************************************************************************Table HTML*****************************************************