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:02

    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-21 08:22:38

    Icon Preference

    Why not set course preferences with icons turned off. You should not need to remove them from the source code.

    I assume you are modifying the template files in the default themes directory. Use the W3C markup validator to check for errors in your modifications. Take a snapshot of the source of an ATutor screen then upload the page to:

    http://validator.w3.org/

    Many properties are controlled in in the style sheet associated with theme templates.