Help with links in Dreamweaver8

I am trying to get on speed with Dreamweaver8, then CS3. I
built a custom site using Adobe CS2, Fireworks and then
Dreamweaver8. I have 7 pages built from 3 different templates (with
the same element but different layout). All the hyperlinks and
links on the 7 pages worked just fine, but the moment I added a
pop-up menu to the main page, all the links to other pages stopped
working. I have looked over it , tried the auto link fix but can't
seem to fix the broken links. Any tip or advice on how to go about
this will be appreciated.
Thanks.

The ideal ratio for template pages to site pages is 1/#,
meaning that you
produce the entire site with a single template. This seems
impossible at
first blush, but it's not, particularly once you master the
use of
server-side includes, and CSS to build your pages. By this, I
mean that you
can handle subordinate section-specific navigation elements
using
server-side includes, and you can handle layout differences
using CSS. It's
not so hard.
> On the pop-up, it was a just one menu pop-up on one of
the links to one of
> the
> pages. I created it with the Behavior button in
Fireworks
New users find that irresistable. Even a little experience
with them should
tell you that it's deadly. There are much better ways to do
those kinds of
menus. But without seeing your code, we are all flying blind.
> I can send you the pages for a review if you give me an
address I can send
> them to.
Please, no. One of the benefits of a public forum like this
one is that
many people can participate/collaborate in fixing a problem.
By sending
someone a file, rather than making it public, you defeat that
whole benefit.
The best bet would be to upload the files to some webspace
that you control,
and post a link to the uploaded pages. Can you do that?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"inspt" <[email protected]> wrote in message
news:[email protected]...
> Murray wrote - "Why use templates at all with this kind
of ratio? You know
> it's
> not
> necessary to do this just because your layout changes a
bit...."
>
> Thanks for your reply to my question. In answering your
question or point
> you
> made above. You can easily tell that I am trying to get
my hands around
> using
> the program. The layout of the pages changed almost all
through the pages
> and
> the one way I thought I could get around that was to use
different
> template
> files. At the end of the day, I got myself into more
headaches and
> heartaches -
> all my links just disappeared on me. I am self-taught
with a painfully
> learning
> experience. I believe there should be a better and
easier way. I honestly
> do
> not know. Any help you can give me will be appreciated.
>
> On the pop-up, it was a just one menu pop-up on one of
the links to one of
> the
> pages. I created it with the Behavior button in
Fireworks, then
> re-imported the
> changes to Drmvr again and since then, the links got
screwed up.
>
> I can send you the pages for a review if you give me an
address I can send
> them to.
>
> Thanks a lot for your help.
>

Similar Messages

  • Anyone help with linking a bank account to your apple id. The form wants a phone number I only have a UK mobile number and it doesnt sem to want to accept it keeps l;ooping me back to entering a phone number.

    Anyone help with linking a bank account to your apple id. The form wants a phone number I only have a UK mobile number and it doesnt sem to want to accept it keeps l;ooping me back to entering a phone number.

    If you are trying to setup a charge card number on the Apple Store - make sure you are in the Correct country site - icon bottom right last time I saw it - where you can change country.  

  • Help with linking files

    I have several projects with 1000's of little clips in them- that have become unlinked- normally I can just use link media and that resolves it, but it seems like there has been either name changes to them (numbering in project panel seems different) or pathway to my ext hard drive has changed-help appreciated!!!

    Are you on a Mac, or a PC?
    If PC, what OS version do you have?
    The easiest way to find out exactly how your version of Windows sets drive letters is to go to Help, then type in "drive letter," without the quotation marks in the query box. You will then get all references to drive letter, and choose Setting Drive Letter, or similar syntax. That will step you through the process, and probably even provide a link to the disc management utility for your version.
    If you are on a Mac, then it would be Volume Name, but I cannot help with anything more than that, being a PC-only guy.
    Good luck,
    Hunt

  • Help with linked files/ compound paths please

    Hi - I am working with an illustrator file from another designer which has a compound path with linked files - when you link a new file the image is automatically resized and clipped to the path.  I am able to edit it but i want to make my own from scratch and can't figure it out. I'm working with Illustrator CS6. Any help greatly appreciated. Thanks

    Hi Steve - thanks for the reply - my question was a bit vague as I wasn't entirely sure what I was working with but I think your point about the new linked image scaling to the same size as the existing file has helped me understand it a bit more.  What I want to know how to do is to make an entirely new file with a clipping mask that I then link an image to.  I made a file with a clipping mask on the page and then chose file>place but the image I import is not being clipped (I ticked the link option when importing it) I see it working with the existing file I'm working with but I need to know how to make a new one myself.
    If this makes it clearer here's what I want to do ...
    I am making a banner, I have 3 flat jpegs of t-shirts that I want to place on the banner without their white background.  I made a clipping mask the same shape as the outline of the t-shirt and now I want to import the jpeg so it is a linked file and is clipped by the clipping mask and so I can use it in future to import different t-shirt image in without scaling and clipping them each time.
    REally appreciate your help, thanks.

  • Help with linking Keynotes

    Hey, I am using Keynote 2. Any help with this issue would be greatly appreciated, this is what I've got. . . . . I want to have one Keynote presentation that I use as a sort of Table of Contents and create links to other keynotes that I will be using on any given night. I have the link working fine, but when the linked keynote gets to the last slide the presentation ends, I want it to go back to my contents slide. This is how powerpoint does it. Any suggestions???

    Welcome to the discussions, Amaj10.
    No, Keynote doesn't work that way. If you want a link back to your contents, you need to place a link on the last slide that will link you to the contents presentation.

  • Help with linking buttons to Scenes

    Hey,
    Rookie to Flash and AS3. Just needed some help with my buttons. Im making a flash program about pancakes (random I know). I have a "Mainmenu" scene and then a "Recipe" scene. I have a button on my mainmenu which takes me to the recipe page when I click it, the code behind the button is
    "stop();btn_recipe.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);function mouseDownHandler(event:MouseEvent):void {
    gotoAndStop(1, "Recipe");
    Then when I arrive at my recipe page I have a button which will take me back to my MainMenu, the code behind that button is:
    "stop();btn_home.addEventListener(MouseEvent.MOUSE_DOWN, mouse5DownHandler);function mouse5DownHandler(event:MouseEvent):void {
    gotoAndPlay(1, "MainMenu");
    So I run my program and the first button works and takes me to recipe page but the button to get to the main menu does nothing, click it and no response or anything
    Please help

    First, hopefully having all your code mushed onto the same line is a copy/paste error, otherwise it should look like...
    stop();
    btn_recipe.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
    function mouseDownHandler(event:MouseEvent):void {
         gotoAndStop(1, "Recipe");
    If the intention is to click the buttons to make them work, then you should use CLICK instead of MOUSE_DOWN.  MOUSE_DOWN can be a persistent state whereas CLICK involves releasing it afterwards.
    As for the code to get you back home, where is it located on the timeline?  Are you getting any error messages when you try to use it?
    One thing you should learn to use is the trace() function.  It is useful for troubleshooting.  You can use it now to see if your second button is talking to the function at all...
    stop();
    btn_home.addEventListener(MouseEvent.CLICK, mouse5DownHandler);
    function mouse5DownHandler(event:MouseEvent):void {
         trace("the button works okay");
         gotoAndPlay(1, "MainMenu");
    If you don't get that message in the output panel, you'll know the button is not properly coded to work.
    Most folks here will recommend you get away from using scenes in a design that includes navigation--they have a history of being problematic.  Instead of using scenes, divide the one main timeline up into sections or use movieclips for the sections and manage their visibility... or do a bit of both.

  • Need help with linked lists.

    I have a school assignment to make a linked list with a linked list.
    The first basic is to make a list of people, and link them together in a linked list. So far, so good.
    The problem comes when I'm going to make linked lists in each of these objects that include the relationships between the people in it.
    So If I have 10 peolpe in a list, person 1 might know person 3, 4 and 8. They will all know person 1 back of course. My problem is that it isn't just one group of friends, person 3 might not know person 4 and 8, but maybe he knows person 10. So all need "their own" list.
    Therefor I can't see how I'm supposed to use linked lists for them, as I can't just link them togeter with e.g. "Person nextFriend;" The text says specifically to use linked lists. Well, I'm stuck.
    Edited by: Skruf on Jan 27, 2009 3:22 PM

    Skruf wrote:
    I know it doesn't matter what the objects represent, I just needed a way to explain.
    But a linked list is basically just a redirect to the next in the list, right?No, a linked list is a particular implementation of a list.
    Then I can't see how it's possible to make individual friend lists.No clue what problem you're having.
    People with links
    null - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - nullThat means nothing.
    I can't see how that can be used to make independent links. Do they mean that I'm support to stort it in arrays or something then?
    The person list, is (as you can see in my "illustration") only a "next" and "previous" person, so I can't use that way to link the friends together. nextFriend and lastFriend obviously doesn't work.
    That's my problemLike I said: A Person object contains a linked list. In that linked list you put references to that Person's friends.

  • Help with linked lists and searching

    Hi guys I'm very new to java. I'm having a problem with linked lists. the program's driver needs to create game objects, store them, be able to search the linked list etc. etc. I've read the API but I am really having trouble understanding it.
    First problem is that when I make a new game object through the menu when running the program, and then print the entire schedule all the objects print out the same as the latest game object created
    Second problem is searching it. I just really have no idea.
    Here is the driver:
    import java.util.*;
    public class teamSchedule
         public static void main (String[]args)
              //variables
              boolean start;
              game game1;
              int selector;
              Scanner scanner1;
              String date = new String();
              String venue = new String();
              String time = new String();
              String dateSearch = new String();
              double price;
              String opponent = new String();
              int addindex;
              List teamSchedLL = new LinkedList();
              String dateIndex = new String();
              String removeYN = new String();
              String venueIndex = new String();
              String opponentIndex = new String();
              start = true; //start makes the menu run in a while loop.
              while (start == true)
                   System.out.println("Welcome to the Team Scheduling Program.");
                   System.out.println("To add a game to the schedule enter 1");
                   System.out.println("To search for a game by date enter 2");
                   System.out.println("To search for a game by venue enter 3");
                   System.out.println("To search for a game by opponent enter 4");
                   System.out.println("To display all tour information enter 5");
                   System.out.println("");
                   System.out.println("To remove a game from the schedule enter search for the game, then"
                                            + " remove it.");
                   System.out.println("");
                   System.out.println("Enter choice now:");
                   scanner1 = new Scanner (System.in);
                   selector = scanner1.nextInt();
                   System.out.println("");
                   if (selector == 1)
                        //add a game
                        scanner1.nextLine();
                        System.out.println("Adding a game...");
                        System.out.println("Enter game date:");
                        date = scanner1.nextLine();
                        System.out.println("Enter game venue:");
                        venue = scanner1.nextLine();
                        System.out.println("Enter game time:");
                        time = scanner1.nextLine();
                        System.out.println("Enter ticket price:");
                        price = scanner1.nextDouble();
                        scanner1.nextLine();
                        System.out.println("Enter opponent:");
                        opponent = scanner1.nextLine();
                        game1 = new game(date, venue, time, price, opponent);
                        teamSchedLL.add(game1);
                        System.out.println(teamSchedLL);
                        System.out.println("Game created, returning to main menu. \n");
                        start = true;
                   else if (selector == 2)
                        //search using date
                        scanner1.nextLine();
                        System.out.println("Enter the date to search for in the format that it was entered:");
                        dateIndex = scanner1.nextLine();
                        if (teamSchedLL.indexOf(dateIndex) == -1)
                             System.out.println("No matching date found.  Returning to main menu.");
                             start = true;
                        else
                             //give user option to remove game if they wish.
                             System.out.println(teamSchedLL.get(teamSchedLL.indexOf(dateIndex)));
                             System.out.println("Would you like to remove this game? Y/N");
                             removeYN = scanner1.nextLine();
                             if (removeYN == "Y" || removeYN == "y")
                                  teamSchedLL.remove(teamSchedLL.indexOf(dateIndex));
                                  System.out.println("Scheduled game removed.");
                        System.out.println("\n Returning to main menu. \n");
                        start = true;
                   else if (selector == 3)
                        //search using venue name
                        scanner1.nextLine();
                        System.out.println("Enter the venue to search for in the format that it was entered:");
                        venueIndex = scanner1.nextLine();
                        if (teamSchedLL.indexOf(venueIndex) == -1)
                             System.out.println("No matching venue found.  Returning to main menu.");
                             start = true;
                        else
                             //give user option to remove game
                             System.out.println(teamSchedLL.get(teamSchedLL.indexOf(venueIndex)));
                             System.out.println("Would you like to remove this game? Y/N");
                             removeYN = scanner1.nextLine();
                             if (removeYN == "Y" || removeYN == "y")
                                  teamSchedLL.remove(teamSchedLL.indexOf(venueIndex));
                                  System.out.println("Scheduled game removed.");
                        System.out.println("\n Returning to main menu. \n");
                        start = true;
                   else if (selector == 4)
                        //search using opponent name
                        scanner1.nextLine();
                        System.out.println("Enter the opponent to search for in the format that it was entered:");
                        opponentIndex = scanner1.nextLine();
                        if (teamSchedLL.indexOf(opponentIndex) == -1)
                             System.out.println("No matching opponent found.  Returning to main menu.");
                             start = true;
                        else
                             //give user option to remove game
                             System.out.println(teamSchedLL.get(teamSchedLL.indexOf(opponentIndex)));
                             System.out.println("Would you like to remove this game? Y/N");
                             removeYN = scanner1.nextLine();
                             if (removeYN == "Y" || removeYN == "y")
                                  teamSchedLL.remove(teamSchedLL.indexOf(opponentIndex));
                                  System.out.println("Scheduled game removed.");
                        System.out.println("\n Returning to main menu. \n");
                        start = true;
                   else if (selector == 5)
                        //display tour info
                        System.out.println("Tour Schedule:");
                        System.out.println(teamSchedLL + "\n");
                   else
                        System.out.println("Incorrect choice entered. Returning to menu");
                        System.out.println("");
                        System.out.println("");
                        System.out.println("");
    and here is the game class:
    public class game
         private static String gameDate;
         private static String gameVenue;
         private static String gameTime;
         private static double gamePrice;
         private static String gameOpponent;
         public static String gameString;
         //set local variables equal to parameters
         public game(String date, String venue, String time, double price, String opponent)
              gameDate = date;
              gameVenue = venue;
              gameTime = time;
              gamePrice = price;
              gameOpponent = opponent;
         //prints out info about the particular game
         public String toString()
              gameString = "\n --------------------------------------------------------";
              gameString += "\n Date: " + gameDate + " | ";
              gameString += "Venue: " + gameVenue + " | ";
              gameString += "Time: " + gameTime + " | ";
              gameString += "Price: " + gamePrice + " | ";
              gameString += "Opponent: " + gameOpponent + "\n";
              gameString += " --------------------------------------------------------";
              return gameString;
    }I'm sure the formatting/style and stuff is horrible but if I could just get it to work that would be amazing. Thanks in advance.
    Message was edited by:
    wdewind

    I don't understand your first problem.
    Your second problem:
    for (Iterator it=teamSchedLL.iterator(); it.hasNext(); ) {
    game game = (game)it.next();
    // do the comparation here, if this is the game want to be searched, then break;
    }

  • Help with linking tables

    Hello,
    I am not really sure if this is a site that this question should be asked but I have done alot of searching and can't seem to find an answer so....
    I work for a large company that uses Oracle for its databases.
    In my department we use access link tables to look at the Oracle data.
    In one such database I need to link to the oracle tables but only see certain data when I open the link (like a fliter).
    I have no idea how to do this...I just know it can be done.. I have heard that you can use Oracle views to do the filtering on the server side and it would only return the filtered data. I think I have to do this with SQL.
    But I really dont know how to go about it.
    So I am posting here hoping that you guys could help me or point me in the right direction as I don't even know what questions to ask in google :)
    I will be glad to give any information you may need to help me out.
    Thanks a Million.

    user12063135 wrote:
    Hello,
    I have heard that you can use Oracle views to do the filtering on the server side and it would only return the filtered data. I think I have to do this with SQL.
    Thanks a Million.You heard it right and your thouts are are floating in the right direction.
    Use views and you will be fine.

  • Help with link to MP4 Video

    I need some help figuring out why the link to my Mp4 movies
    are not working. I created my website in Dreamweaver on a mac. On
    the video page I have direct link to several Mp4 movies which are
    located is the dame folder as the website is on a remote server.
    The direct link/path is correct but when the link is clicked I get
    a "This page cannot be found page". I also tried embedding the mp4
    into the video page and when the page is viewed I get a Q with a
    question mark over it. I also have links to wmv movies and those
    links all work and play fine. I just don't understand why wmv links
    work and mp4 links don't. I would link to know if there is an
    incompatibility problem and/or some technical issue with mp4's that
    causing the link not to work. I have attached the code I used to
    embed the mp4 and I believe it is correct. If anyone can shed some
    light on this topic I would greatly appreciate it. Thank
    you!

    Check this page and see if it works
    http://webdesign.about.com/od/video/a/add_web_video.htm

  • Need Help with Linking Question

    Not quite sure how to do this.
    I have a gallery page of thumbnails that I want to reference
    a different layout page for the individual image.
    What I want to happen is, when you click the thumbnail on the
    thumbnail gallery page, a new layout page opens in the same browser
    window with that thumbnails larger image. I know how to link the
    new .html page , or the larger image, But I don't know how to link
    them both so they both open?
    I have many images and pages of thumbnails that I have to do
    this with.
    Thanks for any help

    > a new layout page opens in the same browser window
    You want the new page to replace the current page in the
    browser viewport?
    > But I don't know how to link them both so they both
    open?
    I guess I don't understand what "both" is?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Orr 4" <[email protected]> wrote in message
    news:eb26ps$mlp$[email protected]..
    > Not quite sure how to do this.
    > I have a gallery page of thumbnails that I want to
    reference a different
    > layout page for the individual image.
    > What I want to happen is, when you click the thumbnail
    on the thumbnail
    > gallery page, a new layout page opens in the same
    browser window with that
    > thumbnails larger image. I know how to link the new
    .html page , or the
    > larger
    > image, But I don't know how to link them both so they
    both open?
    > I have many images and pages of thumbnails that I have
    to do this with.
    >
    > Thanks for any help
    >

  • Help with linking pages

    I have a database with 1 table and 4 enteries
    the field are
    idbook,title,desc,cover,page1,page2,page3
    I have a page that displays the title and desc and links to a
    details page that shows title desc cover and this page links to
    page1.cfm that show page 1 info this links to page 2 and so on
    When I select book 2 I get to see book 2 details but when I
    go from book 2 details I get the page 1 book 1 info not the info
    for page2 book2.
    What I am doing wrong I am using url parameters but no matter
    what book I select I always get book 1 page 1 info
    please help thhanks

    jnc1965 wrote:
    >
    > please help thhanks
    >
    You have coded something wrong or have bad data.
    Hope that helps.
    Ian
    P.S. What else can I do without knowing a single thing about
    either your
    data or your code.
    P.S.S. Unless you would like to hire somebody to fix it for
    you, then
    feel free to contact me for contract details.

  • Help with linking to filtered list

    Hi,
    I have a dynamic list which has several fields. One of the fields is Australian states, QLD, NSW.... I am trying to work out, with no success so far, how I would link from another page to the list where the States are filtered.
    The reason for this is so that people from QLD will only see the list for QLD when they click the link and so on.
    if anyone could help me with this I would appreciate it.
    thanks
    Cheers
    laurence

    Günter,
    I did try that but the list still showed all the states. I have done what you suggest in other pages where I have a recordset.
    SELECT *
    FROM file_upload
    WHERE file_upload.`file_state`='NT' AND file_upload.archive ='0'
    ORDER BY file_uploaddate DESC
    What I am trying and have no idea if this is possible, if you don't try you won't progess :-), is to have a link "QLD" on a page that when clicked will filter the list to "QLD".
    Let me know if this does not make sense.
    Cheers
    Laurence

  • Help with linked list code.

    Here's a basic linked list code that I need help on.
    What I need assistance with:
    1. How would I rewrite and delete words/phrases in the file IO section of my code?
    2. How would I make the code recognize all the words on each line of the linked list? Only the words on the first line of the file go into the linked list.
    import java.util.LinkedList;
    import java.io.*;
    import javax.swing.JOptionPane;
    public class LinkedLists {
        public static void delete (LinkedList test)
            int a = Integer.parseInt(JOptionPane.showInputDialog(null,
            "Enter a position to delete"));
            test.remove(a - 1);
            System.out.print(test);
        public static void add (LinkedList test)
            String user = JOptionPane.showInputDialog(null, "What to input?");
            int b = Integer.parseInt(JOptionPane.showInputDialog(null,
                    "What position to enter it in?"));
            test.add(b - 1, user);
            System.out.print(test);
        public static void fileRead(LinkedList test) throws IOException
            BufferedReader fileIn;
            String text;
            fileIn = new BufferedReader(new FileReader("z:/data.txt"));
            text = fileIn.readLine();
            fileIn.close();
            int b = Integer.parseInt(JOptionPane.showInputDialog(null,
                    "What position to enter it in?"));
            test.add(b - 1, text);
            System.out.print(test);
        public static void fileWrite(LinkedList test) throws IOException
            PrintWriter fileOut;
            fileOut = new PrintWriter(new FileWriter("z:/data.txt",true));
            String user = JOptionPane.showInputDialog(null, "What to input?");
            fileOut.println(user);
            fileOut.close();
            fileRead(test);
        public static void main(String[] args)  {
            LinkedList test = new LinkedList();
            test.addLast("Fly");
            test.addLast("money");
            test.addLast("awesome");
            test.addLast("woot");
            test.addLast("yay");
            System.out.print(test);
            System.out.println();
            int x = Integer.parseInt(JOptionPane.showInputDialog(null,
                    "Enter \n1 to Delete \n2 to Add \n3 to read data from file \n4 to write into the file and add to list"));
            if (x == 1) {
                delete(test);
            if (x == 2) {
                add(test);
            if (x == 3) {
                try {
                    fileRead(test);
                } catch (IOException e) {
                    e.printStackTrace();
            if(x==4)
                try {
                    fileWrite(test);
                } catch (IOException e) {
                    e.printStackTrace();
    }Edited by: Johnston on Sep 16, 2007 1:13 AM

    Hi,
    Johnston wrote:
    1. How would I rewrite and delete words/phrases in the file IO section of my code?You want to replace or remove in/from the file?
    First you have to define a file format. This is not a Java technical term, but a thing what you have to keep in mind. Simplest format is:
    - each ListItem is one line in the file closed with newline.
    Now you can read the file line by line and store the lines in a memory structure (LinkedList for ex ;-)). Then replace or remove the designated elements an write the file new by iterate over the list and write each item as line in the file.
    Johnston wrote:
    2. How would I make the code recognize all the words on each line of the linked list? Only the words on the first line of the file go into the linked list.You have to read the file line by line and then add each line as item of the list.
    Examples for reading/writing textfiles:
    http://www.exampledepot.com/egs/java.io/pkg.html#Reading%20and%20Writing
    Btw: Deal with Generics (see http://java.sun.com/docs/books/tutorial/extra/generics/index.html) an use this knowledge to declate your List better.
    greetings
    Axel

  • Newbie - help with links

    Hi,
    I don't do this for a living and have used Publisher in the past to produce booklets for various community projects.  I took on a Rotary Club directory project and they have been using InDesign.  I'm not really stupid, but I can't seem to get the links thing.
    I have the old directory files and they bought me a copy of InDesign. The learning curve is way steeper than I imagined. The guy who did it previously said it fried his brain and he couldn't help me with specifics.
    I can't seem to change the fonts.  The text itself I can change, but when I open the file again, the old links are back.  I guess the previous file used fonts I don't have.
    How do I get the old fonts and pictures out and put my own in there?  If somehow I manage to do this, will I have to send along my fonts and photos in separate files to the printing people?
    Is there a good book with real basics?  Even the Dummies book is too much for me.  I feel that I may have a breakthrough one of these days, but man, it's a real humbling experience to use this program for the first time.  Like learning a foreign language.
    Thanks for any help!
    Carolyn

    clongwor wrote:
    I can't seem to change the fonts.  The text itself I can change, but when I open the file again, the old links are back.  I guess the previous file used fonts I don't have.
    This sounds like the text was linked to the original file when placed. That's not a common workflow unless you plan to edit the text externally and update the InDesign file each time the external text file changes. The big problem withthis workflow is taht any edits you make inside InDesign are lost every time the file is updated. You can turn this off for new work by going to the preferences (Edit > Preferences... on PC which I'm guessing you use if you've been doing work in Publisher), then choosing File Handling and uncheck the box to link text and spreadsheets.
    Can you confirm that this is the problem? Window > Links will open the links panel and if the text is linked you'll see the filename there. If it is, then you should be able to right-click on the filename in the panel and choose "unlink" and your edits will be preserved.
    How do I get the old fonts and pictures out and put my own in there?  If somehow I manage to do this, will I have to send along my fonts and photos in separate files to the printing people?
    For the first part, select what you don't want and delete it, then place your new content. This is the essence of how InDesign works and I'll second Bob's recommendation on the book. There's a possibilty, however, that this being a directory the file was created using Data Merge, which is a fairly advanced technique for importing large blocks of structured data like names and addresses.  Without a lot more information, or seeing the file, I can't tell how the original was constructed.
    Once your new file is in order, you have tow methods for sending to the printer. The first is File > Package... which will gather up all the links and fonts into a single folder with the InDesign file. Legally the printer must also own a license for each font you send unless the license specifically allows temporarly installation for output, which is not common. Out in the real world there isn't anyone checking on this, so it gets ignored all the time, but it's still the way it's supposed to work. The advantage to you in this method is the printer has your original files and can make some corrections if necessary which can happen with inexpereinced users.
    The preferred method is to export a PDF from InDesign and dend that. Talk tot he printer first and ask what settings he wants you to use. Fonts and images get embedded automatically and licensing problems disappear. There are some fonts that do not allow embeddeing in this way, but InDesign will warn you about them, and you can either pick a different font and change it throughout the docuemtn, or ask the printer if he has a license for the font and send it separately.

Maybe you are looking for

  • Bug in the copy cluster roles wizard - CSV reparse points cannot have names with spaces

    Hi All, I have identified a bug in the copy cluster roles wizard in 2012 R2, which is preventing me from migrating my clusters from 2008 R2 & 2012 to 2012 R2. The bug surfaces when you attempt to copy a VM role from a 2008 R2 or 2012 cluster that has

  • Not able to change authorization in c-folder for zrole

    Hi Experts,                   we are implementing two envelope bidding for SRM 7.0,Here For technical Evaluator ,we have to create a saparate workarea in c-folder.The roles assiged to technical Evaluator is SAP_CFX_USER for c-folder.Now while i was c

  • Binary file corrupted when downloading

    Hi. I'm trying to download binary files using a JSP. This is my code: <%      response.setContentType(report.getContent_type());      response.setHeader ("Content-Disposition", "attachment;filename=\""+report.getNombre()+"\"");      byte[] file = rep

  • Connect & transfer data from SQL Server Database

    Hi all, I would like to connect to MS SQL Server Database and transfer data from the data stored in the SQL Server Database tables into Oracle Tables. How should I go about doing this ? P.S.: I am using Oracle 11g and SQL Server 2005 Message was edit

  • I can't find Premiere Pro or AfterEffects on my Adobe Application Manager!

    I can't find Premiere Pro or AfterEffects on my Adobe Application Manager! I use Adobe Creative Cloud and haveing som problems finding Premiere to download it and install it. Where is it?