css tag for new theme

Re: css tag for new theme

by Helen Foster -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators
Hi Kyle,

In the file moodle/course/user.php please find the line
echo "<td valign=\"top\" bgcolor=\"white\">";
(approx line 180) and change it to
echo "<td valign=\"top\">";
(I've posted this as bug 3610 smile)

(Edited by Martin Dougiamas - Friday, 24 June 2005, 06:24 AM)