|
TIDXPGBEGINSyntax
DescriptionThe TIDXPGBEGIN resource defines the beginning markup for the thread index pages. I.e. You can control the opening <HTML> tag, the HEAD element contents, the opening <BODY> tag, etc. Therefore, if you are not satisfied with the default behavior of how the TTITLE resource is used, or have other needs that require control on the beginning markup, you can set the TIDXPGBEGIN resource to what you desire. Default Setting<TIdxPgBegin> <!doctype html public "-//W3C//DTD HTML//EN"> <html> <head> <title>$TIDXTITLE$</title> </head> <body> <h1>$TIDXTITLE$</h1> </TIdxPgBegin> Resource Variables
ExamplesThe following shows how you can set HTML body element attributes to control the appearence of the thread index pages: <TIdxPgBegin> <!doctype html public "-//W3C//DTD HTML//EN"> <html> <head> <title>$TIDXTITLE$</title> </head> <body background="tidxbg.png" bgproperties="fixed"> <h1>$TIDXTITLE$</h1> </TIdxPgBegin> Version1.2.0 See Also
$Date: 2002/07/27 05:13:11 $ MHonArc Copyright © 1997-1998, Earl Hood, mhonarc@mhonarc.org |