Welcome to TalkGraphics.com
Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 32
  1. #21
    Join Date
    Feb 2009
    Location
    Upstate NY, USA
    Posts
    373

    Default Re: Duplicate page error

    I assume you need to close that paragraph tag with a </p> at the end of the text, right? (still learning this HTML stuff, myself).
    "You can't be a real country unless you have a beer and an airline - it helps if you have some kind of a football team, or some nuclear weapons, but at the very least you need a beer." -- Frank Zappa
    Visit Spinland Studios: http://www.spinlandstudios.com

  2. #22

    Default Re: Duplicate page error

    Perfect, thank you for all !!!

  3. #23

    Default Re: Duplicate page error to spinny

    Yes, thats right !!

  4. #24
    Join Date
    Feb 2009
    Location
    Upstate NY, USA
    Posts
    373

    Default Re: Duplicate page error

    Probably too obvious to have needed stating but I'm a pedantic engineering type so never like to leave something implicit.
    "You can't be a real country unless you have a beer and an airline - it helps if you have some kind of a football team, or some nuclear weapons, but at the very least you need a beer." -- Frank Zappa
    Visit Spinland Studios: http://www.spinlandstudios.com

  5. #25
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Duplicate page error

    If you are building a large site then it may be worthwhile to put the style code in a "head" placeholder.

    I'll have a go at an example and get back to you.

    Drwyd

  6. #26
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Duplicate page error

    There you go

    Start your paragraph/s with <p class="phpara"> then all the style code can be put in the "head" placeholder.

    i.e.

    Code:
    <style type="text/css">
    .phpara {
    font-size: 13px;
    font-family: Arial;
    text-align: justify;
    line-height: 14px;
    color: green;
    }
    </style>
    Drwyd
    Attached Files Attached Files

  7. #27

    Default Re: Duplicate page error

    This is quite interesting. The style placeholder has to be outside of the work area? Yes, I am building a large site about legal stuff. So this is probably a good solution for a kind of automation. Less time eating. I will try it out. Thanks.

  8. #28
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Duplicate page error

    A head placeholder can be placed anywhere unlike those that hold "visible" elements.

    Drwyd

  9. #29
    Join Date
    Feb 2009
    Location
    Upstate NY, USA
    Posts
    373

    Default Re: Duplicate page error

    I used a <head> placeholder to add some meta tags to each page of a multi-page site. Until I moved each placeholder (needed one per page) off the actual pages and onto the background workspace the tags were inserted into the <body> portion of the pages.

    Here's the thread where Sledger told me they have to be off the actual pages:

    http://www.talkgraphics.com/showthread.php?t=37980
    "You can't be a real country unless you have a beer and an airline - it helps if you have some kind of a football team, or some nuclear weapons, but at the very least you need a beer." -- Frank Zappa
    Visit Spinland Studios: http://www.spinlandstudios.com

  10. #30

    Default Re: Duplicate page error

    Yes, good advice...now it works fine for me. Thank you !

 

 

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
  •