Changeset 9333


Ignore:
Timestamp:
2005-03-09T11:39:44+13:00 (19 years ago)
Author:
davidb
Message:

spacewidth macro introduced to be able to control left-hand margin used
in pages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/style.dm

    r7343 r9333  
    6666
    6767
    68 # _startspacer_ is a spacer to get past the 10010 graphic. It contains two open
    69 # <table> tag which must eventually be closed by _endspacer_.
     68_spacerwidth_ {65}
     69
     70# _startspacer_ is a spacer that gives pages a left-hand margin.
     71# It contains two open <table> tag which must eventually be closed
     72# by _endspacer_.
    7073_startspacer_ {
    7174<table border=0 cellspacing=0 cellpadding=0 width="100%">
    72 <tr><td valign=top width=65><img src="_httpimg_/spacer.gif" width="65" height="1" alt="" border="0"></td>
     75<tr><td valign=top width=_spacerwidth_><img src="_httpimg_/spacer.gif" width="_spacerwidth_" height="1" alt="" border="0"></td>
    7376<td><center><table width="_pagewidth_"><tr><td>
    7477}
Note: See TracChangeset for help on using the changeset viewer.