The {bigace_copyright} TAG echos a
…
with the proper BIGACE Copyright information, name of the Author, BIGACE Version and URL to the Homepage.
This TAG has no attributes.
<html> <head> <title>Example</title> </head> <body> Some content... {bigace_copyright} </body> </html>
Customize the Look by adding CSS for the following generated HTML:
<div class="CopyrightFooter" align="center"><span class="copyright">...</span></div>
For example:
.CopyrightFooter { border-top:1px solid #cccccc; background-color:#eeeeee; padding-top:4px; padding-bottom:4px; } span.copyright, span.copyright a{ color: #666666; font-size: 12px; }