ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


coursecontent


  • 2004-07-20 21:57:03

    coursecontent

    Ive found how to edit the header, the footer and the side menu. How do I edit the course_content ?
    Mainly I want to remove the icon that sits by the name of the course, centre page, under the Help icon. I just want as much icon free space as poss.

    Also in the header no matter what I do the table/s that give the title graphic, the course name & the login stuff the layout behaves funny. Ive redone the tables simpler to try and get the hang of it but there must be commands from elsewhere that governs the width and placing.

    <!-- TABLE 1 TOP ZONE -->
    <table border=0 width="100%" border="1" cellpadding="0" cellspacing="0" id="maintable" summary="">
    <tr><td width="60%"><h1><?php echo stripslashes(SITE_NAME); ?></h1></td>
    <td class="login-box"> <small>Merry meet<br><?php echo $tmpl_user_name; ?> <br></small> <small><?php echo $tmpl_log_link; ?></small></td>
    <td>
    <table width="355" height="50" align="right"><tr><td style="background-image: url('<?php echo $tmpl_base_path . HEADER_IMAGE; ?>'); background-repeat: no-repeat; background-position: 0px 0px;" nowrap="nowrap" valign="top"> </td></tr></table>
    </td></tr></table>
    <!-- END TABLE 1 -->

  • 2004-07-28 20:31:30

    OK I found it

    Ok after much hours of experiment I found the right patch of code.

  • 2004-07-29 08:01:29

    course content

    Shanforest

    Might be helpful if you post it here, for other "code treakers" to benefit from your hours of rxploration!

    cheers