Style for question links
This commit is contained in:
+18
-14
@@ -34,6 +34,12 @@
|
||||
border: none;
|
||||
padding-left: 60px;
|
||||
}
|
||||
.questionlink {
|
||||
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: medium;
|
||||
border: none;
|
||||
padding-left: 40px;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
@@ -54,20 +60,18 @@
|
||||
<a href="http://moodle.org/doc/?file=install.html">installation instructions</a>
|
||||
carefully will usually result in a perfectly working system. Here are some of
|
||||
the most common problems that are encountered:</p>
|
||||
<blockquote>
|
||||
<p class="normaltext"><a href="#php">PHP - is it installed and what version
|
||||
do I have?</a></p>
|
||||
<p class="normaltext"><a href="#blankpages">Why are all my pages blank?</a>
|
||||
</p>
|
||||
<p class="normaltext"><a href="#errorgetstring">My pages show fatal errors such
|
||||
as : call to undefined function: get_string()</a></p>
|
||||
<p class="normaltext"><a href="#headerssent">Why do I keep getting error messages
|
||||
about "headers already sent"?</a></p>
|
||||
<p class="normaltext"><a href="#failedopen">I keep getting this error: Failed
|
||||
opening required '/web/moodle/lib/setup.php'</a></p>
|
||||
<p class="normaltext"><a href="#filenotfound">Whenever I try to access or view
|
||||
a file that I uploaded, I get an error "File not Found"</a></p>
|
||||
</blockquote>
|
||||
<p class="questionlink"><a href="#php">PHP - is it installed and what version
|
||||
do I have?</a></p>
|
||||
<p class="questionlink"><a href="#blankpages">Why are all my pages blank?</a>
|
||||
</p>
|
||||
<p class="questionlink"><a href="#errorgetstring">My pages show fatal errors such
|
||||
as : call to undefined function: get_string()</a></p>
|
||||
<p class="questionlink"><a href="#headerssent">Why do I keep getting error messages
|
||||
about "headers already sent"?</a></p>
|
||||
<p class="questionlink"><a href="#failedopen">I keep getting this error: Failed
|
||||
opening required '/web/moodle/lib/setup.php'</a></p>
|
||||
<p class="questionlink"><a href="#filenotfound">Whenever I try to access or view
|
||||
a file that I uploaded, I get an error "File not Found"</a></p>
|
||||
<p> </p>
|
||||
<h4 class="question"><a name="php"></a>PHP - is it installed and what version
|
||||
do I have?</h4>
|
||||
|
||||
Reference in New Issue
Block a user