Index: openacs-4/packages/acs-templating/www/doc/guide/master.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/master.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/guide/master.adp 27 Oct 2014 16:40:23 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/guide/master.adp 16 Jun 2015 08:53:39 -0000 1.3 @@ -37,24 +37,24 @@ formatting preferences may also be applied for registered users.
A master template to implement the page layout shown above would have this basic structure:
-<html><body><table width=100% cellspacing=0 cellpadding=0 border=0> +<html><body><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td><!-- LOGO --></td> - <td colspan=2><!-- AD BANNER --></td> + <td colspan="2"><!-- AD BANNER --></td> </tr> -<tr><td colspan=3><!-- NAVIGATION/CONTEXT BAR --></td></tr> +<tr><td colspan="3"><!-- NAVIGATION/CONTEXT BAR --></td></tr> <tr> <td><!-- SECTION LINKS --></td> - <td colspan=2> + <td colspan="2"> <!-- CONTENT --> <slave> </td> </tr> -<tr><td colspan=3><!-- FOOTER --></td></tr> +<tr><td colspan="3"><!-- FOOTER --></td></tr> </table></body></html>
The only special feature of this master template is the