ID:145545
 
Code:
var
Help_Page = {"
<html>
<head>
<style type="text/css">
BODY {
background-color: #000000;
}
.heading {
color: #FFFFFF;
text-align: CENTER;
font-weight: 900;
};

.description {
color: #FFFFFF;
text-align: LEFT;
font-weight: 0;
};
</STYLE>
</head>
<body>
<SPAN CLASS="heading">Basic Gameplay</SPAN><br>
<SPAN CLASS="description">Test</SPAN>

</body>
</html>
"}


mob/Login()
..()
src << browse(Help_Page)


Problem description:

I'm trying to create a webpage and it just does not want to work. I'm doing this via DM, and I'm using CSS. The problem is that I'm trying to get the text centered, but it just isn't centering. I'm not sure why, and that's what I'm posting here.
Use divs.

<div class="heading">Basic Gampeplay</div>

I dont think CSS just allows you to center text anwhere on the page like you were trying to do.
In response to FinalFantasyGamer
Well, I forgot to edit the post but I ended up figuring that out very early in the morning. When I asked on Wiz_Chat, they had suggested Divs ( I asked not long after this post ) and I totally forgot that they had mentioned it.