this was made in dreamweaver just to make it simple for me but it cut off at like 30,000 i think it was and i couldnt view what was below it
and if ur wondering why its xp its for my friend's pokemod server
Code:
<!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
background-color: #000;
}
body,td,th {
color: #F00;
font-size: x-large;
}
-->
</style></head>
<body>
<center>
<p>Buying experience </p>
<table width="200" border="1">
<tr>
<td>1,000 xp</td>
<td>1 mill</td>
</tr>
<tr>
<td>2,000 xp</td>
<td>2 mill</td>
</tr>
<tr>
<td>3,000 xp</td>
<td>3 mill</td>
</tr>
<tr>
<td>4,000 xp</td>
<td>4 mill</td>
</tr>
<tr>
<td>5,000 xp</td>
<td>5 mill</td>
</tr>
<tr>
<td>10,000 xp</td>
<td>10 mill</td>
</tr>
<tr>
<td>15,000 xp</td>
<td>15 mill</td>
</tr>
<tr>
<td>20,000 xp</td>
<td>20 mill</td>
</tr>
<tr>
<td>25,000 xp</td>
<td>25 mill</td>
</tr>
<tr>
<td>30,000 xp</td>
<td>30 mill</td>
</tr>
<tr>
<td>35,000 xp</td>
<td>35 mill</td>
</tr>
<tr>
<td>37,000 xp</td>
<td>37 mill</td>
</tr>
</table>
<p>Normal = 1 mill</p>
<p>Rare = 15 mill</p>
<p>Legendary = 50 mill<br />
</p>
<p> </p>
</center>
</body>
</html>
__________________