Support Forums

Full Version: Test
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<center><h1>LoL</center></h1>
<p>This is me</p>
<center><h1>This is center h1 </center></h1>
This wont work. Tongue
(06-06-2011, 12:13 PM)Facebook Staff Wrote: [ -> ]<center><h1>LoL</center></h1>
<p>This is me</p>
<center><h1>This is center h1 </center></h1>
This wont work. Tongue
It might help if you do this:
<html>
<body>
<center><h1>LoL</h1></center>
<p>This is me</p>
<center><h1>This is center h1</h1></center>
</body>
</html>