|
|
| Line 1: |
Line 1: |
| − | <STYLE TYPE="text/css" TITLE="">
| |
| − | #left {
| |
| − | position: absolute;
| |
| − | left: 0px;
| |
| − | width: 30%;
| |
| − | color: red;
| |
| − | background-color:#CCCCCC;
| |
| − | border-style: solid;
| |
| − | }
| |
| − |
| |
| − | #center {
| |
| − | position: absolute;
| |
| − | left: 30%;
| |
| − | width: 40%;
| |
| − | background-color:#CCCCCC;
| |
| − | border-style: solid;
| |
| − | }
| |
| − |
| |
| − | #right {
| |
| − | position: absolute;
| |
| − | left: 70%;
| |
| − | width: 30%;
| |
| − | background-color:#CCCCCC;
| |
| − | border-style: solid;
| |
| − | }
| |
| − |
| |
| − | body {
| |
| − | margin: 0px;
| |
| − | padding: 0px;
| |
| − | }
| |
| − | </STYLE>
| |
| − | </HEAD>
| |
| − |
| |
| − | <BODY>
| |
| − | <DIV ID="left">left</DIV>
| |
| − | <DIV ID="center">center</DIV>
| |
| − | <DIV ID="right">right</DIV>
| |
| − | </BODY>
| |
| | | | |
| | | | |
Revision as of 01:29, 16 November 2009
MediaWiki has been successfully installed.
Consult the User's Guide for information on using the wiki software.
Getting started