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.
<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.