TinyVillageUncut Wiki
Advertisement

Test 1: Using Latex


Check: If you hover over the title "Using Latex", you should see a little window pop-up. 

That window should say "Work with mathematical expressions!"

Does it work? Suspect this is only for PC Users. 


Test 2: Working with CSS, FAILED!

​<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 


<html>
<head>

<title>Test</title>
<style type="text/css">
   h1 { padding-bottom: .5em; position: relative; }
   h1 span { font-weight: normal; font-size: small; position: absolute; bottom: ; display: none; }
   h1:hover span { display: block; }
</style>

</head>


<body>

Here is the title! Here is a little explanation

Here is some page content

</body>


</html>
Advertisement