Works like a charm except that the footertext div was missing. Looks fine after I changed the Typoscript to:
Thanks!
Matti
# Copyright notice and links
#######################################
page.1{
subparts.COPYRIGHT-LINKS = TEXT
subparts.COPYRIGHT-LINKS.insertData = 1
subparts.COPYRIGHT-LINKS.value (
<div id="footertext">Copyright 2007 Your Business :: <span class="footerlink"><a href="">Terms of Use</a> :: <a href="">Privacy Policy</a></span></div>
)
}
#######################################
page.1{
subparts.COPYRIGHT-LINKS = TEXT
subparts.COPYRIGHT-LINKS.insertData = 1
subparts.COPYRIGHT-LINKS.value (
<div id="footertext">Copyright 2007 Your Business :: <span class="footerlink"><a href="">Terms of Use</a> :: <a href="">Privacy Policy</a></span></div>
)
}
Thanks!
Matti