Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2011
    Posts
    6

    Default Placeholder issue

    Hello all!

    I'm running an FAQ page on my site - and to get it show up within a site "template", all you need to do is insert the following in the <body> tag:

    Code:
    {content}
    This has worked flawlessly in several of my other "non-xara" designs - but no such luck with my Xara WD6 designs.

    Here is an example of where it works: http://ccltalk.com/kb1

    And here is what shows at my xara wd6 page: http://ccltalk.com/testarea/faq.html

    Anyone have any suggestions or ideas?

    Thanks!

  2. #2
    Join Date
    Aug 2007
    Location
    Maghull UK
    Posts
    6,202

    Default Re: Placeholder issue

    Create a placeholder the size the area of content will occupy, in Web Properties>>Replace with HTML code enter {content} and press apply.
    JOHN -XaReg (FB) XaReg (DB - ignore prompt to register)
    Windows 10 [Anniversary] pro Intel Pentium CPU G630 @ 2.70Ghz RAM: 4 GB; 64-bit x64

  3. #3
    Join Date
    Mar 2011
    Posts
    6

    Default Re: Placeholder issue

    Quote Originally Posted by neodeist View Post
    Create a placeholder the size the area of content will occupy, in Web Properties>>Replace with HTML code enter {content} and press apply.
    neodeist - that is exactly what I did from the beginning. No joy.

  4. #4
    Join Date
    Mar 2011
    Posts
    6

    Default Re: Placeholder issue

    I got it figured out... had to give FULL paths to the src and href's. I.E.:
    Code:
    <link rel="stylesheet" type="text/css" href="http://ccltalk.com/testarea/index_html_files/xr_main.css"/>
     <link rel="stylesheet" type="text/css" href="http://ccltalk.com/testarea/index_html_files/xr_text.css"/>
     <script type="text/javascript" src="http://ccltalk.com/testarea/index_html_files/roe.js"></script>
    and

    Code:
    <a href="http://ccltalk.com/testarea/whytakeacruise.html" target="_self" onclick="return(xr_nn());">
      <img class="xr_ap" src="http://ccltalk.com/testarea/index_html_files/66.png"

  5. #5
    Join Date
    Aug 2007
    Location
    Maghull UK
    Posts
    6,202

    Default Re: Placeholder issue

    Glad you got it sorted
    JOHN -XaReg (FB) XaReg (DB - ignore prompt to register)
    Windows 10 [Anniversary] pro Intel Pentium CPU G630 @ 2.70Ghz RAM: 4 GB; 64-bit x64

 

 

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
  •