Style for question links

This commit is contained in:
moodler
2003-04-26 05:42:51 +00:00
parent d1db7bee92
commit 65eed52ded
+18 -14
View File
@@ -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 &quot;headers already sent&quot;?</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 &quot;File not Found&quot;</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 &quot;headers already sent&quot;?</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 &quot;File not Found&quot;</a></p>
<p>&nbsp;</p>
<h4 class="question"><a name="php"></a>PHP - is it installed and what version
do I have?</h4>