[thelist] CF: Building a <body> tag.

rudy r937 at interlog.com
Thu Feb 14 12:24:07 CST 2002


>Application
>   -> TemplateTop
>      -> <body>
>
>My cf scripts go here.
>
>OnRequestEnd
>  -> TemplateBottom
>     -> </body>
>
> General ideas to stimulate creative approaches
> just as gladly accepted as pat solutions.

hi frank

um, take the body tag out of the top template and generate it in each
script?

i mean, you must've rejected that, because it's the obvious answer...

<tip type="server script template design">
in my header template i leave the <head> tag open, and close it in each
individual web page, because sometimes i'll want to have an inline <script>
or <style> before the </head><body> -- this way i can also easily change it
to <body onload=...>
</tip>


rudy
http://rudy.ca/






More information about the thelist mailing list