View Single Post
  #8  
Old 06-11-2008, 03:37 PM
bobby317 bobby317 is offline
Corporal
 
Join Date: Feb 2008
Posts: 12
Default Re: Getting Error Can't seem to figure out

Ok I put that code in the beging of the body saved and republished still getting save error this is the new html for the Thankyou page

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Raid Thanks</title>
<meta name="GENERATOR" content="Created by BlueVoda">
</head>
<body background="guild_logo.bmp" bgcolor="#FFFFFF" text="#000000">
<?PHP
$mailto = "robert317********.com.com";
$email = $HTTP_POST_VARS['email'];
if ($email == "") {
$email = $mailto;
}
$mailsubj = "Raid sign up";
$mailhead = "From: $email\n";
reset ($HTTP_POST_VARS);
$mailbody = "Values submitted from web site form :\n";
while (list ($key, $val) = each ($HTTP_POST_VARS))
{
if ($key!="submit")
{
$mailbody .= "$key : $val\n";
}
}
mail($mailto, $mailsubj, $mailbody, $mailhead);
?>
<div id="bv_Text2" style="position:absolute;left:335px;top:37px;width :328px;height:57px;z-index:0" align="center">
<font style="font-size:48px" color="#FF0000" face="Monotype Corsiva"><b>Warriors Elite</b></font></div>
<div id="bv_Text1" style="position:absolute;left:336px;top:177px;widt h:329px;height:160px;background-color:#FFFFE0;z-index:1" align="center">
<font style="font-size:27px" color="#000000" face="Arial">Thank you for your interest in running this raid. A group coordinator will be getting in contact with you soon</font></div>
<div id="bv_NavigationBar2" style="position:absolute;left:186px;top:117px;widt h:630px;height:31px;z-index:2" align="left">
<table border="0" cellpadding="0" cellspacing="0" id="NavigationBar2">
<tr>
<td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/home.php"><img id="bv01141" src="bv01141.gif" alt="Home" title="Home" align="top" border="0" width="118" height="31"></a></td>
<td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/pics.html"><img id="bv01142" src="bv01142.gif" alt="Guild Pictures" title="Guild Pictures" align="top" border="0" width="118" height="31"></a></td>
<td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/rules.html"><img id="bv01143" src="bv01143.gif" alt="Guild Rules" title="Guild Rules" align="top" border="0" width="118" height="31"></a></td>
<td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/downloads.html"><img id="bv01144" src="bv01144.gif" alt="Downloads" title="Downloads" align="top" border="0" width="118" height="31"></a></td>
<td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/index.php"><img id="bv01145" src="bv01145.gif" alt="Forums" title="Forums" align="top" border="0" width="118" height="31"></a></td>
</tr>
</table>
</div>
</body>
</html>


also like i said i am using the ty page for other page this is one of my other page's and it works fin but it is using the old way of makeing forums

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Kara Run</title>
<meta name="GENERATOR" content="Created by BlueVoda">
<script language="JavaScript" type="text/javascript">
<!--
function ValidateKaraRun(theForm)
{
if (theForm.Editbox1.value == "")
{
alert("Please enter a value for the \"Editbox1\" field.");
theForm.Editbox1.focus();
return false;
}
if (theForm.Editbox1.value.length < 2)
{
alert("Please enter at least 2 characters in the \"Editbox1\" field.");
theForm.Editbox1.focus();
return false;
}
if (theForm.Editbox1.value.length > 25)
{
alert("Please enter at most 25 characters in the \"Editbox1\" field.");
theForm.Editbox1.focus();
return false;
}
var strValue = theForm.Editbox2.value;
var strFilter = /^([0-9a-z]([-.\w]*[0-9a-z])*@(([0-9a-z])+([-\w]*[0-9a-z])*\.)+[a-z]{2,6})$/i;
if (!strFilter.test(strValue))
{
alert("Please enter a valid email address.");
return false;
}
if (theForm.Editbox2.value == "")
{
alert("Please enter a value for the \"Editbox2\" field.");
theForm.Editbox2.focus();
return false;
}
if (theForm.Editbox2.value.length < 1)
{
alert("Please enter at least 1 characters in the \"Editbox2\" field.");
theForm.Editbox2.focus();
return false;
}
if (theForm.Editbox2.value.length > 50)
{
alert("Please enter at most 50 characters in the \"Editbox2\" field.");
theForm.Editbox2.focus();
return false;
}
if (theForm.Editbox3.value == "")
{
alert("Please enter a value for the \"Editbox3\" field.");
theForm.Editbox3.focus();
return false;
}
if (theForm.Editbox3.value.length < 1)
{
alert("Please enter at least 1 characters in the \"Editbox3\" field.");
theForm.Editbox3.focus();
return false;
}
if (theForm.Editbox3.value.length > 25)
{
alert("Please enter at most 25 characters in the \"Editbox3\" field.");
theForm.Editbox3.focus();
return false;
}
if (theForm.Editbox5.value == "")
{
alert("Please enter a value for the \"Editbox5\" field.");
theForm.Editbox5.focus();
return false;
}
if (theForm.Editbox5.value.length < 1)
{
alert("Please enter at least 1 characters in the \"Editbox5\" field.");
theForm.Editbox5.focus();
return false;
}
if (theForm.Editbox5.value.length > 500)
{
alert("Please enter at most 500 characters in the \"Editbox5\" field.");
theForm.Editbox5.focus();
return false;
}
if (theForm.Editbox6.value == "")
{
alert("Please enter a value for the \"Editbox6\" field.");
theForm.Editbox6.focus();
return false;
}
if (theForm.Editbox6.value.length < 1)
{
alert("Please enter at least 1 characters in the \"Editbox6\" field.");
theForm.Editbox6.focus();
return false;
}
if (theForm.Editbox6.value.length > 500)
{
alert("Please enter at most 500 characters in the \"Editbox6\" field.");
theForm.Editbox6.focus();
return false;
}
return true;
}
//-->
</script>
</head>
<body background="guild_logo.bmp" bgcolor="#FFFFFF" text="#000000">
<div id="bv_Text2" style="position:absolute;left:335px;top:37px;width :328px;height:57px;z-index:30" align="center">
<font style="font-size:48px" color="#FF0000" face="Monotype Corsiva"><b>Warriors Elite</b></font></div>
<div id="bv_NavigationBar1" style="position:absolute;left:187px;top:89px;width :630px;height:31px;z-index:31" align="left">
<table border="0" cellpadding="0" cellspacing="0" id="NavigationBar1">
<tr>
<td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/home.php"><img id="bv01136" src="bv01136.gif" alt="Home" title="Home" align="top" border="0" width="118" height="31"></a></td>
<td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/pics.html"><img id="bv01137" src="bv01137.gif" alt="Guild Pictures" title="Guild Pictures" align="top" border="0" width="118" height="31"></a></td>
<td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/rules.html"><img id="bv01138" src="bv01138.gif" alt="Guild Rules" title="Guild Rules" align="top" border="0" width="118" height="31"></a></td>
<td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/downloads.html"><img id="bv01139" src="bv01139.gif" alt="Downloads" title="Downloads" align="top" border="0" width="118" height="31"></a></td>
<td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/index.php"><img id="bv01140" src="bv01140.gif" alt="Forums" title="Forums" align="top" border="0" width="118" height="31"></a></td>
</tr>
</table>
</div>
<div id="bv_Form1" style="position:absolute;left:196px;top:1827px;wid th:610px;height:607px;background-color:#FFFFE0;z-index:32" align="left">
<form name="KaraRun" method="POST" action="<? echo($_SERVER['PHP_SELF']);?>" enctype="multipart/form-data" id="Form1" onsubmit="return ValidateKaraRun(this)">
<div id="bv_Text1" style="position:absolute;left:248px;top:25px;width :111px;height:16px;z-index:0" align="center">
<font style="font-size:13px" color="#000000" face="Arial">Character Name</font></div>
<div id="bv_Text3" style="position:absolute;left:285px;top:79px;width :39px;height:16px;z-index:1" align="left">
<font style="font-size:13px" color="#000000" face="Arial">e-mail</font></div>
<div id="bv_Text4" style="position:absolute;left:285px;top:126px;widt h:39px;height:16px;z-index:2" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Class</font></div>
<div id="bv_Text5" style="position:absolute;left:266px;top:173px;widt h:75px;height:16px;z-index:3" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Talent Spec</font></div>
<div id="bv_Text6" style="position:absolute;left:233px;top:424px;widt h:140px;height:16px;z-index:4" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Time &amp; Day's Available</font></div>
<div id="bv_Text7" style="position:absolute;left:168px;top:498px;widt h:268px;height:16px;z-index:5" align="left">
<font style="font-size:13px" color="#000000" face="Arial">A brief description of why you wanna run kara </font></div>
<div id="bv_Text8" style="position:absolute;left:230px;top:236px;widt h:150px;height:16px;z-index:6" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Do you have voice chat</font></div>
<div id="bv_Text9" style="position:absolute;left:209px;top:368px;widt h:186px;height:16px;z-index:7" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Do you have omen threat meter</font></div>
<div id="bv_Text10" style="position:absolute;left:218px;top:300px;widt h:171px;height:16px;z-index:8" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Do you have vent voice chat</font></div>
<input type="text" id="Editbox1" style="position:absolute;left:221px;top:49px;width :162px;font-family:Courier;font-size:19px;z-index:9" size="18" name="Character Name" value="">
<input type="text" id="Editbox2" style="position:absolute;left:221px;top:96px;width :162px;font-family:Courier;font-size:19px;z-index:10" size="18" name="email" value="">
<input type="text" id="Editbox3" style="position:absolute;left:221px;top:145px;widt h:162px;font-family:Courier;font-size:19px;z-index:11" size="18" name="Class" value="">
<input type="text" id="Editbox4" style="position:absolute;left:221px;top:197px;widt h:162px;font-family:Courier;font-size:19px;z-index:12" size="18" name="Editbox4" value="">
<div id="bv_Text11" style="position:absolute;left:407px;top:202px;widt h:140px;height:16px;z-index:13" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Example--Protect,Tank</font></div>
<input type="radio" id="RadioButton1"" name="Yes I have voice chat" value="" style="position:absolute;left:271px;top:271px;z-index:14">
<input type="radio" id="RadioButton2"" name="No I don't have Voice" value="" style="position:absolute;left:348px;top:270px;z-index:15">
<div id="bv_Text12" style="position:absolute;left:221px;top:271px;widt h:32px;height:16px;z-index:16" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Yes</font></div>
<div id="bv_Text13" style="position:absolute;left:308px;top:271px;widt h:26px;height:16px;z-index:17" align="left">
<font style="font-size:13px" color="#000000" face="Arial">No</font></div>
<input type="radio" id="RadioButton4"" name="Yes I have Vent" value="" style="position:absolute;left:265px;top:333px;z-index:18">
<input type="radio" id="RadioButton5"" name="No I don't have vent" value="" style="position:absolute;left:349px;top:332px;z-index:19">
<div id="bv_Text15" style="position:absolute;left:307px;top:334px;widt h:27px;height:16px;z-index:20" align="left">
<font style="font-size:13px" color="#000000" face="Arial">No</font></div>
<div id="bv_Text14" style="position:absolute;left:222px;top:334px;widt h:28px;height:16px;z-index:21" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Yes</font></div>
<input type="radio" id="RadioButton6"" name="Yes I have omen" value="" style="position:absolute;left:264px;top:395px;z-index:22">
<input type="radio" id="RadioButton3"" name="No I don't have omen" value="" style="position:absolute;left:349px;top:393px;z-index:23">
<div id="bv_Text16" style="position:absolute;left:220px;top:395px;widt h:28px;height:16px;z-index:24" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Yes</font></div>
<div id="bv_Text17" style="position:absolute;left:308px;top:395px;widt h:27px;height:16px;z-index:25" align="left">
<font style="font-size:13px" color="#000000" face="Arial">No</font></div>
<input type="text" id="Editbox5" style="position:absolute;left:200px;top:455px;widt h:198px;font-family:Courier;font-size:19px;z-index:26" size="22" name="Date's & Time's Avalable" value="">
<div id="bv_Text18" style="position:absolute;left:419px;top:455px;widt h:150px;height:16px;z-index:27" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Please use server time's</font></div>
<input type="text" id="Editbox6" style="position:absolute;left:139px;top:529px;widt h:324px;font-family:Courier;font-size:19px;z-index:28" size="36" name="Why I want to run Kara" value="">
<input type="submit" id="Button1"" name="Submit" value="Submit" style="position:absolute;left:268px;top:566px;widt h:75px;height:24px;z-index:29">
</form>
</div>
<div id="bv_Text19" style="position:absolute;left:185px;top:200px;widt h:631px;height:459px;background-color:#FFFFE0;z-index:33" align="center">
<font style="font-size:24px" color="#000000" face="Arial">If you are interested in running Kara please fill out the forum at the bottom of this page.&nbsp; This does not mean you are automatically placed in a group but it dose let us no you want to run.&nbsp; When a group is being formed or a spot needs filled you will be placed in a group if you meet all the requirements. <br>
The requirements are as followed. You must have voice chat that means a head set as communication is vital in Kara, you will also be expected to have omen threat meter installed and up to date.&nbsp; We also would like you to have ventrilo voice installed as it is a much better voice system then Blizzard currently offers. You must also be geared for Kara, </font><font style="font-size:24px" color="#000000" face="Arial">Unfortunately</font><font style="font-size:16px" color="#000000" face="Times New Roman"> </font><font style="font-size:24px" color="#000000" face="Arial">once you make it to 70 there is a lot of gear upgrades you will need be for running Kara. A good spot to find this out is <a href="http://be.imba.hu/?zone=US&realm=Quel'dorei">here</font><font style="font-size:13px" color="#000000" face="Arial"></a> </font><font style="font-size:24px" color="#000000" face="Arial">.&nbsp; I will also post what I can at the bottom for minimum requirements.&nbsp; Thank you for your patients and good luck in Kara.</font></div>
<div id="bv_Text20" style="position:absolute;left:178px;top:1194px;wid th:641px;height:585px;background-color:#FFFFE0;z-index:34" align="left">
<font style="font-size:16px" color="#000000" face="Times New Roman">Gear Requirements <br>
General Gear for starting Karazhan: <br>
<br>
Tanks: <br>
490 defense for Paladin and Warrior tanks, 420 defense for druid tanks <br>
10,000 unbuffed health<br>
<br>
Healers: <br>
+1250 Healing (buffed or otherwise), +1650 Healing for solo healing <br>
100 MP5 in combat <br>
7000 buffed health is just fine, though you should swap out into stamina gear during the Shade of Aran fight <br>
<br>
Casters: <br>
+650 Spell Damage <br>
7000 buffed health is just fine, though you should swap out into stamina gear during the Shade of Aran fight <br>
<br>
Hunters: <br>
1300 Ranged Attack Power <br>
20% Critical Strike Chance <br>
If you're survival, 500 agility should suffice <br>
7000 buffed health is just fine, though you should swap out into stamina gear during the Shade of Aran fight <br>
<br>
Melee: <br>
1500 Attack Power <br>
25% Critical Strike Chance <br>
7000 buffed health is just fine, though you should swap out into stamina gear during the Shade of Aran fight<br>
</font></div>
<div id="bv_Image1" style="overflow:hidden;position:absolute;left:201p x;top:678px;z-index:35" align="left">
<img src="139.jpg" id="Image1" alt="" align="top" border="0" style="width:600px;height:450px;"></div>
</body>
</html>


and just incase you need this is the html for the page with the form wizard built forum that i am trying to get work

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Gruul's Lair Run</title>
<meta name="GENERATOR" content="Created by BlueVoda">
<script language="JavaScript" type="text/javascript">
<!--
function ValidateGruul's(theForm)
{
if (theForm.Editbox1.value == "")
{
alert("Please enter a value for the \"Editbox1\" field.");
theForm.Editbox1.focus();
return false;
}
var strValue = theForm.Editbox2.value;
var strFilter = /^([0-9a-z]([-.\w]*[0-9a-z])*@(([0-9a-z])+([-\w]*[0-9a-z])*\.)+[a-z]{2,6})$/i;
if (!strFilter.test(strValue))
{
alert("Please enter a valid email address.");
return false;
}
if (theForm.Editbox2.value == "")
{
alert("Please enter a value for the \"Editbox2\" field.");
theForm.Editbox2.focus();
return false;
}
if (theForm.Editbox3.value == "")
{
alert("Please enter a value for the \"Editbox3\" field.");
theForm.Editbox3.focus();
return false;
}
if (theForm.Editbox4.value == "")
{
alert("Please enter a value for the \"Editbox4\" field.");
theForm.Editbox4.focus();
return false;
}
if (theForm.Editbox5.value == "")
{
alert("Please enter a value for the \"Editbox5\" field.");
theForm.Editbox5.focus();
return false;
}
if (theForm.Editbox6.value == "")
{
alert("Please enter a value for the \"Editbox6\" field.");
theForm.Editbox6.focus();
return false;
}
return true;
}
//-->
</script>
</head>
<body background="guild_logo.bmp" bgcolor="#FFFFFF" text="#000000">
<div id="bv_Text2" style="position:absolute;left:335px;top:37px;width :328px;height:57px;z-index:19" align="center">
<font style="font-size:48px" color="#FF0000" face="Monotype Corsiva"><b>Warriors Elite</b></font></div>
<div id="bv_NavigationBar1" style="position:absolute;left:187px;top:89px;width :630px;height:31px;z-index:20" align="left">
<table border="0" cellpadding="0" cellspacing="0" id="NavigationBar1">
<tr>
<td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/home.php"><img id="bv01136" src="bv01136.gif" alt="Home" title="Home" align="top" border="0" width="118" height="31"></a></td>
<td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/pics.html"><img id="bv01137" src="bv01137.gif" alt="Guild Pictures" title="Guild Pictures" align="top" border="0" width="118" height="31"></a></td>
<td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/rules.html"><img id="bv01138" src="bv01138.gif" alt="Guild Rules" title="Guild Rules" align="top" border="0" width="118" height="31"></a></td>
<td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/downloads.html"><img id="bv01139" src="bv01139.gif" alt="Downloads" title="Downloads" align="top" border="0" width="118" height="31"></a></td>
<td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/index.php"><img id="bv01140" src="bv01140.gif" alt="Forums" title="Forums" align="top" border="0" width="118" height="31"></a></td>
</tr>
</table>
</div>
<div id="bv_Text19" style="position:absolute;left:185px;top:200px;widt h:631px;height:459px;background-color:#FFFFE0;z-index:21" align="center">
<font style="font-size:24px" color="#000000" face="Arial">If you are interested in running Gruul's please fill out the forum at the bottom of this page.&nbsp; This dose not mean you are automatically placed in a group but it dose let us no you want to run.&nbsp; When a group is being formed or a spot needs filled you will be placed in a group if you meet all the requirements. <br>
The requirements are as followed. You must have voice chat that means a head set as communication is vital in Kara, you will also be expected to have omen threat meter installed and up to date.&nbsp; We also would like you to have ventrilo voice installed as it is a much better voice system then Blizzard currently offers. You must also be geared for Gruul's, Unfortanatly once you make it to 70 there is a lot of gear upgrades you will need be for running Gruul's. A good spot to find this out is <a href="http://be.imba.hu/?zone=US&realm=Quel'dorei">here</font><font style="font-size:13px" color="#000000" face="Arial"></a> </font><font style="font-size:24px" color="#000000" face="Arial">.&nbsp; I will also post what I can at the bottom for minimum requirements.&nbsp; Thank you for your patients and good luck in Gruul's Lair.</font></div>
<div id="bv_Text20" style="position:absolute;left:180px;top:1126px;wid th:641px;height:889px;background-color:#FFFFE0;z-index:22" align="left">
<font style="font-size:16px" color="#000000" face="Times New Roman">Gear Requirements <br>
General Gear for starting Gruul's Lair: <br>
<br>
<b>Druid </b><br>
Boomkin: HP: 8,000 MP: 8,000 Other: +750 Spell Dmg, 18% Spell Crit in Caster form, 9% Spell Hit <br>
Healing: HP: 8,000 MP: 8,500 Other: +1,400 Healing, +120 MP5 <br>
Tank: HP: 16,000 MP: N/A Other: 25,000 Armor, 415 Defense with points in survival of the fittest, 25% Dodge, 1,100 AP, 20% Crit <br>
Melee: HP: 8,000 MP: N/A, Other: 2,500 AP, 25% Crit <br>
<b><br>
Hunter</b> <br>
Beast Master: HP: 8,000 MP: 7,500 Other: 1900 AP, 20% Crit, 8% to hit <br>
Marksman: HP: 8,000 MP: 8,000 Other: 1900 AP, 20% Crit, 8% to hit <br>
<b><br>
Mage</b> <br>
All: HP: 8,000 MP: Other: +800 spell Damage, %20 spell crit, 9% Spell Hit <br>
<b><br>
Paladin</b> <br>
Retribution HP: 8,000 MP: 6,000 Other: 1600 AP, +400 Spell Damage, 20% Crit <br>
Healing: HP: 8,000 MP: 9,000 Other: +1,500 Healing, +80 MP5, 15% Holy Spell Crit. <br>
Tank: HP: 12,500 MP: 5,000 Other: 490 Defense, 14,000 armor, 102.4% avoidance (while HS is up add dodge/parry/block and miss), +200 spell damage. <br>
<b><br>
Priest</b> <br>
Shadow HP: 8,000 MP: 7,500 Other: +850 Damage <br>
Healing HP: 8,000 MP: 8,500 Other: +1,500 Healing, +130 MP5 <br>
<b><br>
Rogue</b> <br>
Combat Swords: HP: 9,000 Other: 1500 AP, 20% Crit, +185 to Hit <br>
Combat Daggers: HP: 9,000 Other: 1500 AP, 26% Crit, +115 to Hit <br>
Assassination: HP: 9,000 Other: 1500 AP, 26% Crit, +115 to Hit <br>
<b><br>
Shaman</b> <br>
Melee: HP: 8,000 MP: 6,500 Other: 1,300 AP, +9% to hit, 20% Crit <br>
Healing: HP: 8,000 MP: 9,000 Other: +1,400 Healing, +120 MP5, 20% Spell crit <br>
Caster DPS: HP: 8,000 MP: 8,500 Other: +800 Spell Damage, 18% Spell Crit <br>
<b><br>
Warlock</b> <br>
Affliction: HP: 8,000 MP: 7,000 Other: +850 Spell Damage, +80 Spell Hit <br>
Demonology/Destruction: HP: 8,000 MP: 8,000 Other: +1,000 Spell Damage, +80 Spell Hit <br>
<b><br>
Warrior</b> <br>
DPS HP: 9,000 MP: N/A Other: 1,700 AP, +12% to Hit, 30% Crit. <br>
Tank: HP: 13,500 MP: N/A Other: +500 Defense, 16,000 armor, % Avoidance (20 Dodge / 17 Parry / 30 Block) <br>
<br>
</font></div>
<div id="bv_Image1" style="overflow:hidden;position:absolute;left:251p x;top:685px;z-index:23" align="left">
<img src="Gruul's Lair.jpg" id="Image1" alt="" align="top" border="0" style="width:500px;height:375px;"></div>
<div id="bv_Form1" style="position:absolute;left:227px;top:2033px;wid th:553px;height:321px;background-color:#FFFFE0;z-index:24" align="left">
<form name="Gruul's" method="POST" action="<? echo($_SERVER['PHP_SELF']);?>" enctype="multipart/form-data" id="Form1" onsubmit="return ValidateGruul's(this)">
<div id="bv_Text1" style="position:absolute;left:10px;top:15px;width: 207px;height:16px;z-index:0" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Character Name</font></div>
<input type="text" id="Editbox1" style="position:absolute;left:227px;top:15px;width :200px;font-family:Courier New;font-size:16px;z-index:1" size="20" name="Character Name" value="Character Name">
<div id="bv_Text3" style="position:absolute;left:10px;top:44px;width: 207px;height:16px;z-index:2" align="left">
<font style="font-size:13px" color="#000000" face="Arial">email</font></div>
<input type="text" id="Editbox2" style="position:absolute;left:227px;top:44px;width :200px;font-family:Courier New;font-size:16px;z-index:3" size="20" name="email" value="">
<div id="bv_Text4" style="position:absolute;left:10px;top:73px;width: 207px;height:16px;z-index:4" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Class</font></div>
<input type="text" id="Editbox3" style="position:absolute;left:227px;top:73px;width :200px;font-family:Courier New;font-size:16px;z-index:5" size="20" name="Class" value="Class">
<div id="bv_Text5" style="position:absolute;left:10px;top:102px;width :207px;height:16px;z-index:6" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Talent Spec</font></div>
<input type="text" id="Editbox4" style="position:absolute;left:227px;top:102px;widt h:240px;font-family:Courier New;font-size:16px;z-index:7" size="24" name="Talent Sped" value="Example Tank warrior">
<div id="bv_Text6" style="position:absolute;left:10px;top:131px;width :207px;height:16px;z-index:8" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Time's And Date's Available</font></div>
<input type="text" id="Editbox5" style="position:absolute;left:227px;top:131px;widt h:240px;font-family:Courier New;font-size:16px;z-index:9" size="24" name="Time's and Date's abailable" value="Please use server times">
<div id="bv_Text7" style="position:absolute;left:10px;top:160px;width :207px;height:16px;z-index:10" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Do you have voice chat?</font></div>
<select name="Do you have voice chat?" size="1" id="Combobox1" style="position:absolute;left:227px;top:160px;widt h:57px;font-family:Courier New;font-size:16px;z-index:11">
<option value="Yes">Yes</option>
<option selected value="No">No</option>
</select>
<div id="bv_Text8" style="position:absolute;left:10px;top:189px;width :207px;height:16px;z-index:12" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Do you have Ventrilo?</font></div>
<select name="Do you have Ventrilo?" size="1" id="Combobox2" style="position:absolute;left:227px;top:189px;widt h:56px;font-family:Courier New;font-size:16px;z-index:13">
<option value="Yes">Yes</option>
<option selected value="No">No</option>
</select>
<div id="bv_Text9" style="position:absolute;left:10px;top:218px;width :207px;height:16px;z-index:14" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Do you have Omen threat meter?</font></div>
<select name="Do you have Omen threat meter?" size="1" id="Combobox3" style="position:absolute;left:225px;top:218px;widt h:58px;font-family:Courier New;font-size:16px;z-index:15">
<option value="Yes">Yes</option>
<option selected value="No">No</option>
</select>
<div id="bv_Text10" style="position:absolute;left:10px;top:247px;width :207px;height:16px;z-index:16" align="left">
<font style="font-size:13px" color="#000000" face="Arial">Why do you wanna run Gruul's Lair</font></div>
<input type="text" id="Editbox6" style="position:absolute;left:227px;top:247px;widt h:240px;font-family:Courier New;font-size:16px;z-index:17" size="24" name="Why do you wanna run Gruul's Lair" value="">
<input type="submit" id="Button1"" name="Submit" value="Submit" style="position:absolute;left:227px;top:276px;widt h:96px;height:25px;z-index:18">
</form>
</div>
</body>
</html>

Thanks again for all the help and sorry for being a newb :0
Reply With Quote