I meant using the bb [.code] and [./code] tags to insert your code like this:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Enter Your Title here</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
<!--
body { font-family: Arial; font-weight: bold; font-size: 24px; }
.whateveryouwant { text-decoration: underline; }
-->
</style>
</head>
<body>
<div align="center" style="padding: 5px" class="whateveryouwant"><em>Come Join us for the fun</em></div>
<div align="center" style="padding: 5px"><em>~Charity Ran Vegas Casino Nights~</em></div>
<div align="center" style="padding: 5px"><em>This site inlcudes all information On:</em></div>
<div align="center" style="padding: 5px"><em>Poker</em></div>
<div align="center" style="padding: 5px"><em>Texas Hold em</em></div>
<div align="center" style="padding: 5px"><em>Driving Directions,Locations</em></div>
<div align="center" style="padding: 5px"><em>We welcome any comments just sign our Guest book or email us</em></div>
<div align="center" style="padding: 5px"><em>Be sure to check out the rest of our website</em></div>
<div align="center" style="padding: 5px"><em>~Hope To see You There~</em></div>
</body>
</html>