Welcome to TalkGraphics.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2010
    Location
    Texas
    Posts
    7

    xdp6 Is Designer Pro the Correct Program for Me (different issue)?

    I own and operate a small retail shop, and I pay royalties to have an attractive and functioning website. The "engine" is all behind the scenes; I have an admin interface via which I can update static content.

    I have used NVu (html editor) for a few years, and I find it adequate. However, I have just recreated my "default.aspx" page using Design Pro 6 (trial), and I like how it looks in preview, not to mention how easy it was to "put everything where it goes."

    I copy/pasted all the code between the body tags into my admin window, and the results online were problematic in these ways:
    1. there appeared to be placeholder "frames" around each of the content "blocks";
    2. nothing actually showed up in the above-mentioned frames, no images, no text;
    3. everything was aligned to the left of the screen instead of within the central html-defined frame.

    Help? If you need more info from me, let me know what that might be.

    Thanks,
    BeadFountain

    ps Thanks to all who create posts here, tutorials here and elsewhere, and videos. I'm learning so much!
    Last edited by beadfountain; 21 June 2010 at 10:39 PM. Reason: clarify different uses of the word "frame" (lines around content vs. html-frames)

  2. #2
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: Is Designer Pro the Correct Program for Me (different issue)?

    Hello beadfountain,

    If you only copied the body elements from the html file. That would create what you have described.

    There is an entire subfolder that must be uploaded to the site that contains all the images, css, and javascript.

    This subfolder will be in the same folder that contains the html file.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  3. #3
    Join Date
    Jun 2010
    Location
    Texas
    Posts
    7

    Default Re: Is Designer Pro the Correct Program for Me (different issue)?

    Hi Soquili, Wow that was fast!

    What you said makes some sense to me. To where do I need to copy that folder - my root directory (where styles.css is located?) or to the directory from where the site populates the dynamic content?

    I'm afraid I know only enough to be dangerous here, but I'm making backups and taking notes along the way. I appreciate your help.

    BeadFountain

  4. #4
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: Is Designer Pro the Correct Program for Me (different issue)?

    It should be uploaded so it is a subfolder of the folder where your html file is located on the server.

    The subfolder name must match what is on your local computer.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  5. #5
    Join Date
    Jun 2010
    Location
    Texas
    Posts
    7

    Default Re: Is Designer Pro the Correct Program for Me (different issue)?

    Hello again. I've figured out where to put the sub-folder and what code changes I need to make in order for the images to appear.

    How do I position everything so that it appears in the correct frame on the webpage?

    Thanks,
    BeadFountain

  6. #6
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: Is Designer Pro the Correct Program for Me (different issue)?

    Can you attach your .xar file for creating the web site?

    Much easier to answer questions when we can see what you are seeing.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  7. #7

    Default Re: Is Designer Pro the Correct Program for Me (different issue)?

    I copy/pasted all the code between the body tags into my admin window
    Which 'admin' window?
    It's important to understand that the placeholder system is designed for code snippets and single scripts rather than an entire page of HTML (with associated tags and scripts) from another source.
    Designer is not a HTML editor and does not behave like one.

    Quote Originally Posted by beadfountain View Post
    How do I position everything so that it appears in the correct frame on the webpage?
    Designer uses .css to position objects and text on the page. The CSS files are written at export time and are based entirely on the layout you draw on the page inside Designer.
    Positioning via an external .css is not going to work.

    However, as it's not entirely clear to me what you are actually doing, please attach your *.xar file as requested by Bill.

  8. #8
    Join Date
    Jun 2010
    Location
    Texas
    Posts
    7

    xdp6 Re: Is Designer Pro the Correct Program for Me (different issue)?

    I've attached a XAR file with screen shots and notes. I hope this proves helpful for you as you offer to help me.

    Thanks so much,
    BeadFountain
    Attached Files Attached Files

 

 

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
  •