Welcome to TalkGraphics.com
Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Oct 2010
    Location
    Central Pennsylvania
    Posts
    53

    Default Re: Code after ending html tag?

    Thanks for the suggestion! I'm definitely going to play around with this. I never even thought of doing something like that

  2. #2
    Join Date
    Apr 2010
    Location
    Kildare, Ireland
    Posts
    906

    Default Re: Code after ending html tag?

    Similar to Franks suggestion but instead of using a placeholder you can try using Web Properties and put similar code as below into HTML Code (body) and you shouldn't need to worry about the closing divs for placeholders.

    Code:
    </body>
    </html>
    my code after html here
    <?php
    
    or my php code here
    
    // exit will stop rest of exported page being executed/outputted ie. xaras default </body></html>
    exit; 
    
    ?>
    XT-CMS - a self-hosted CMS for Xara Designers - Xara + CMS Demo with blog & ecommerce shopping cart system.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •