Difference between revisions of "Main Page"

From ADF Docs
Jump to: navigation, search
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>
 +
 +
 
<big>'''MediaWiki has been successfully installed.'''</big>
 
<big>'''MediaWiki has been successfully installed.'''</big>
  

Revision as of 01:28, 16 November 2009

<STYLE TYPE="text/css" TITLE="">

  1. left {

position: absolute; left: 0px; width: 30%; color: red; background-color:#CCCCCC; border-style: solid; }

  1. center {

position: absolute; left: 30%; width: 40%; background-color:#CCCCCC; border-style: solid; }

  1. right {

position: absolute; left: 70%; width: 30%; background-color:#CCCCCC; border-style: solid; }

body { margin: 0px; padding: 0px; } </STYLE> </HEAD>

<BODY>

left
center

</BODY>


MediaWiki has been successfully installed.

Consult the User's Guide for information on using the wiki software.

Getting started