How to align a chart.
<html> <p> Hi there, im here. </p> <p> Im still here <br /> just so you know </p> <ol> <li> This is one. </li> <li> This is two. </li> <li> This is three. </li> </ol> <ul> <li> This is one again. </li> <li> This is two again. </li> <li> This is three again. </li> </ul> <p> Im going to do this again </p> <p> Here we go <br /> I hope this works. </p> <ul> <li> Im also going to do this again </li> <li> I hope this works </li> </ul> <p align="center"> Hi. </p> <P align="left"> Hi. </P> <p align="right"> Hi. <p><b> I hope this works. </b></p> <p><i> I hope this <br />one works to. </i></p> <p>Lets try<br />This now</p> <p align"right"> Hi. <p> <font color="#FF0000"> White headline </font> </p> <p> Hi im luke. </p> <hr /> <hr width="100px"/> <hr width="150" /> <hr width="200" /> <hr width="250" /> <hr width="300" /> <hr width="350" /> <table border="2"> <tr> <td>Red</td> <td>Blue</td> <td>Green</td> <td>Yellow</td> </tr> <tr> <td>Red</td> <td>Blue</td> <td>Green</td> <td>Yellow</td> </tr> <tr> <td>Red</td> <td>Blue</td> <td>Green</td> <td>Yellow</td> </tr> In the area where it says a bunch of different colors, it shows up on the left, I want to move it to the middle. If you know how to do this, please tell me, thanks.