Formatting around the [-- LINK --] comes from 2 places. Code inside the
[-- loop links --]
[-- end_loop links --]
section itself and from the link definition in the page template section
[-- DEFINE LINK_TO_PAGE --]
[-- END_DEFINE LINK_TO_PAGE --]
The <td> </td> are probably comming from code within the Loop links
section. The newline and white space are probably coming from the
define link_to_page section. (They might also be coming from the Link
text itself which would be the page name or page link name)
Jim
Don Lundell wrote:
The reason I ask is that the contents of this variable the page templates
is defined as <td>[-- LINK --]</td
The [-- LINK --] text ends up getting on a newline (with a bunch of
whitespace).
This causes spacing problems for some browsers.
I'd like to fix the formatting of the [-- LINK --] variable (remove the
space).
- dc