Page 1 of 1

CSS

PostPosted: February 17th, 2011, 6:07 pm
by Emperor Casellas I
Are CSS code allow in the Elder Stats?

Code: Select all
<html>
<head>
<style type="text/css">
#typing
{
behavior:url("behave_typing.htc");
font-family:"courier new";
}
</style>
</head>

<body>
<span id="typing" speed="100">IE5 introduced DHTML behaviors. Behaviors are a way to add DHTML functionality to HTML elements with the ease of CSS.<br /><br />
How do behaviors work?<br />By using XML we can link behaviors to any element in a web page and manipulate that element.</p>
</span>
</body>
</html>

Re: CSS

PostPosted: February 18th, 2011, 10:43 pm
by Tom
Where exactly do you want to use CSS on The Elder Stats? There are plenty of places around the site where users can post content, so I'm not quite sure where you are referring to.

Re: CSS

PostPosted: February 19th, 2011, 2:46 am
by Emperor Casellas I
Like let's say I want to make a Typewriter Simulation. Like for example, that code in my last reply automatically types the words that I typed. I having trouble showing it but you can see this on http://www.w3schools.com/CSS/tryit.asp?filename=behave_typing

Re: CSS

PostPosted: February 19th, 2011, 5:05 am
by Tom
Sorry, we don't support CSS inserted by users.