Hyperlinks in author

Hi, I have asked this question before and never had an answer, each time i click on a hyperlink bookmark the destination shows momentarily a yellow highlight. There must be a way to change the color from yellow of erase all together adn there must be someone who knows how to do it,
Desperate to sort out this problem, I have tried changing bookmark style but makes no different i am using all the latest update of author and ibooks to display
Ron Ritter

Hi ,
tks for your help but this does not resolve the problem I have. in Ibook ipad as the target bookmark opens the text enlarges momentarily with a yellow background highlighter , i have tested over a few ibook samples and it always appears the same in ipad ibook. It is not a aproblem except that i need to change this highlighter background yellow color to a different color or no color.
Can anyone solve this problem, I have requested to apple direct and they have not answered me.
Ron Ritter

Similar Messages

  • HT202929 Is there a way to add a hyperlink to a collection of books or to all books of an author?

    Is there a way to add a hyperlink to a collection of books or to all books of an author?
    On iPad, a iBook link to iTunes won't work, as it opens iTunes Store instead of iBooks Store.
    I can't even find a way to copy a link to a search on iBook Store...

    You can't install more storage space later.  You get 30 days (I believe) to decide if you are unhappy with a phone and return it for a refund.  After that there is no trade-in option.  You have to see if you can sell it (tricky) and buy a new one.

  • How can you add a hyperlink to a picture on iBooks Author?

    I want to link social media icons to the websites from my iBook that i am making in iBooks AUthor but I can't do it. I can add a hyperlink to text only.Does anyone know how to do this?

    See the iBA User Tip: iBA Tips and Tricks 01

  • Hyperlinks in iBooks Author preview

    I have created a hyperlink in iBooks Author (1.0.1) and it shows up and works perfectly when I click on it - i.e. Safari launches and displays the expected page on my iMac. When I send (Preview) the book in question to my iPad 2 (running iOS 5.0.1) however, the link doesn't work at all.  Is this because I am only looking at a preview of my book on the iPad and it will work when I publish it or am I doing something wrong or is this a bug?

    Great work, Timmy.
    Having solved that one, we now need to crack on with the following wish list:
    - creating a touch screen accessible footnotes function
    - a show/hide option for answers to review questions
    - providing a starter set of notes at the editorial stage
    - additional text editing functions not currently in pages
    - touch-activated pop-ups on screen
    - text resizing by gestures, like the Macbook trackpad
    And the real biggie .. How institutions like our uni can serve course material on this platform (free at the point of use) but with access restricted to those enrolled in courses. Does anyone know if Apple has an institutional support business option.
    It strikes me that the early adopters need to be vocal about how powerful this could be as an educational delivery tool as soon as IBA's teething problems have been sorted. Let's add to the wish list and build the teaching platform of the future.
    Cheers,
    MicroGnome.

  • Hyperlinks in ibook Author

    I've just started using ibook author.  I'm trying to create an ebook.  I want to put in a hyperlink.  I have highlighted my sentence I want to use as the hyperlink.  I go to where you can add a hyperlink, copy and paste the link I want to use.
    The problem:  when you click on the hyperlink, it takes you to a different location (one that doesn't work - says it's in a loop).  The link that this hyperlink goes to does not match to what I copied and pasted into the original hyperlink.

    Review your process with this iBA user tip: iBA Tips and Tricks 01 - see the section titled 'Hyperlink two words/text:'

  • I have set hyperlinks within my ibook author document, they work perfectly until i export and view on the ipad, when only one or none work, (hyperlinks to website not working at all) what am i doing wrong?

    I have set hyperlinks within my ibook author document, they work perfectly until i export and view on the ipad, when only one or none work, (hyperlinks to website not working at all) what am i doing wrong?

    An external hyperlink should handoff to Safari and leave iBooks.
    If that's not happening, perhaps there is something misconfigured on your iPad? Have you manually confirmed those links work in Safari on your iPad?

  • I cannot select the "Enable a hyperlink" in ibooks author. Anybody knows why?

    I selected a word in the document and then followed the instruction to go to Inspector and opened the Link, but Enable a hyperlink was greyed out. Also cannot type anyhing in Add Bookmark. Doyou know why and how to do it right? Thanks.

    One thing comes to mind.
    You created a text box with the words 'Type to enter text' already created within it. You then selected the text and typed to remove the dummy text and create your words. You then selected your word to hyperlink. If you use this process the check box to enable the hyperlink is greyed out and you can't use it.
    under this scenario what you have to do is, when the text box is created, select all the text and press DELETE. Once you press delete, the check box becomes active.
    Hope this helps in some way.

  • My hyperlinks have gone awry

    Help, my hyperlinks have done their own thing. I want all my hyperlinks to be blue as a:link. I defined my links in my external style sheet to be blue; however, when I visted my page in chrome or on my mobile phone some of my links are blue and the rest are purple. In chrome on the desktop, the "home" link in the navigation is blue and the rest of the links in the navigation are purple lol. This looks terrible to me and I'm sure others? How can I force each link to be blue, can I add a bit of code to the <a href ....> tad at every link to force each one blue? I have attached my source code and my external style sheet below. Please help me get this fixed. I've had this problem in previous designs as well. I know dreamweaver can be  buggy but there is usually a way around using the code. Thanks to all who help:
    Source code:
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>The Fat Loss Factor</title>
    <link href="externalstyles.css" rel="stylesheet" type="text/css"><style type="text/css">
    .sfadsf {font-family: 'Myriad Pro'}
    .size {font-family: 'Myriad Pro'; font-size: 19px; }
    .size {font-size: 19px}
    #Table {
              margin-left: 0px;
              font-family: "Myriad Pro";
              font-size: 14px;
    #PACKAGE {
              margin-left: 200px;
    .boldbig {
              font-size: 18px;
              font-weight: bold;
    a:link {
              color: #00F;
    a:hover {
              color: #F00;
    </style>
    <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/permanent-marker:n4:default.js" type="text/javascript"></script>
    </head>
    <body>
    <div class="nav">
      <table width="100%" border="0">
        <tr>
          <th width="25%" scope="col"><a href="http://www.lean-abs.net/index.html">Home</a></th>
          <th width="25%" scope="col"><a href="http://www.lean-abs.net/terms.html">Terms</a></th>
          <th width="25%" scope="col"><a href="http://www.lean-abs.net/disclaimer.html">Disclaimer</a></th>
          <th width="25%" scope="col"><a href="http://www.lean-abs.net/privacy.html">Privacy</a></th>
        </tr>
      </table>
    </div>
    <div class="header" id="header"><p><center><img src="header.jpg" width="1000" height="294"  alt=""/></center></p></div>
    <div class="body">
      <h1 style="text-align: center"> </h1>
      <h1 style="text-align: center">&quot;Introducing <a href="http://dc06fet7mc2e2y31tboekenhis.hop.clickbank.net/">The Fat Loss Factor</a>, Your Detox and Solution to Weight Loss!&quot;</h1>
      <p style="text-align: center"> </p>
      <p style="text-align: center"> </p>
      <h2 style="text-align: center">Download The 1st Bonus &gt;&gt;&gt;</h2>
      <p style="text-align: center"> </p>
      <h3 style="text-align: center"><a href="http://bit.ly/14473an">DOWNLOAD THE BONUS HERE</a></h3>
      <p style="text-align: center; font-family: 'Myriad Pro';"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;">The <span class="hightlighter">FREE</span> Bonus ebook - <strong>The Fat Loss Factor 5 Toxins In Your Body That Sabotage Your Weight Loss,</strong> by Dr. Charles (a $9.99 value): This ebook created by A Board Certified Chiropractice Physician, Dr. Charles details parasites (how common they are) and how to get rid of them, food additives, interesting facts on protein, stress, emotional eating and more! </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"><a href="http://bit.ly/14473an"><img src="FLF_5_toxins.jpg" width="259" height="330"  alt=""/></a></p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"> </p>
      <h2 style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"> </h2>
      <h2>Download
        The 2nd Bonus &gt;&gt;&gt;
      </h2>
      <p> </p>
      <p> </p>
      <h3 style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"><a href="http://bit.ly/14pMUL7">DOWNLOAD THE BONUS HERE</a></h3>
      <p style="text-align: center"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"><span style="font-size: 19px">The <span class="hightlighter">FREE</span> Bonus ebook - <strong>The 7 Habits Of Highly Effective Weight Loss,</strong> by Dr. Charles (a $4.99 value): This ebook created by A Board Certified Chiropractice Physician, Dr. Charles contains 7 highly effective habits plus one secret bonus habit. A few of the habits explained are the &quot;pyramid, grazer and holiday&quot; principles. </span>Make sure you know and master these basics. A new habit takes 300 repeptitions to implement and 3000 repepitions to break. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"><img src="FLF_7_habits.jpg" width="259" height="330"  alt=""/></p>
      <p> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-size: 24px; font-style: normal; font-weight: 400;">Download The 3rd Bonus &gt;&gt;&gt;<br>
        <br>
        <br>
        <br>
        <br>
        <br>
      </h2>
      <h3 style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"><strong><br>
        <a href="http://bit.ly/19ZveOv">DOWNLOAD THE BONUS HERE</a></strong></h3>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;">The <span class="hightlighter">FREE</span> Bonus ebook - <strong>Lessons From The Miracle Doctors A Step-by-Step Guide To Optimum Health and Relief from Catastrophic Illness,</strong> by Jon Barron (a $19.99 value): This ebook created by Jon Barron is highly accepeted for its value and knowledge that has helped inform others about healthy practices and alternatives to traditional medicine.  178 pages in length, it is a must have for anyone serious about improving their health today, especially for those that have experimented with alternative medical treatments before. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"><img src="FLF_MD_lessons.jpg" width="259" height="330"  alt=""/></p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-size: 24px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;">These bonus ebooks are highly recommended and will serve as a cumulative or additive effect to the results from The Fat Loss Factor. Make sure to experience this amazing remedy as the entire package, bonuses included. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-size: 19px; font-style: normal; font-weight: 400;"><span style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;">THE FAT LOSS FACTOR REVIEW</span></h2>
      <p style="text-align: center; font-family: permanent-marker; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"><a href="http://dc06fet7mc2e2y31tboekenhis.hop.clickbank.net/">The Fat Loss Factor</a> is here and <span class="hightlighter">exposed.</span> Do you have a weight related problem or maybe you are someone that just wants to lose some pounds to feel and look better? Perhaps you have stubborn bodyfat that won't come off. This is where The Fat Loss Factor can help you achieve your dream. It is a revolutionary program ready to be <span class="hightlighter">TAPPED</span> into today. Within 10 minutes you can begin to delve into the information that puts you closer to your goal or ideal body weight. Unlike your typical crash diet that may leave you heavier in the long run, the Fat Loss Factor preaches a novel, one-of-a-kind call to action; however, who is Dr. Charles, what does he know?</p>
      <p style="text-align: left; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <div id="wrapper">
        <p> </p>
              <span style="font-family: 'Myriad Pro'; font-size: 19px;">Dr. Charles is: </span>
        <ul>
          <li>A Board-Certified chiropractic physician<span style="text-align: left; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"></span></li>
        <li>Certified wellness practitioner </li>
        <li>Certified advanced nutritionist </li>
        <li>Speaker &amp; has </li>
        <li>Helped thousands reach their weight loss dream</li>
    </ul>
    </div>
      </ul>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;">Dr. Charles invented the Fat Loss Factor after an experiment with his favorite client. Lory, after her pregnancy was at a whopping 210 lbs; however, at the end of Dr. Charles' innovative weight loss solution, Lory weighed only 120 lbs total! That's a total weight loss of incredible <span class="hightlighter">90 pounds!</span> In addition, Lori's genes were tainted with diabetes and obesity  throughout her family lineage. Lory accomplished this feat while rearing her child. In the picture below, Lori stands accomplished on the beach at the fat left. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"><span style="font-size: 18px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #000; font-style: normal; font-weight: 400;"><img src="Before&Aftersnaps.jpg"  alt=""/></span></p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;">WHAT CAN THE FAT LOSS FACTOR DO FOR ME?</h2>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <ul>
      <ul>
        <ul>
        <ul>
          <ul>
          <ul>
            <ul>
            <ul>
              <ul>
                <p> </p></ul></ul></ul></ul></ul></ul>
          </ul>
        </ul>
      <p style="font-size: 19px; font-family: 'Myriad Pro'; color: #000; font-style: normal; font-weight: 400;">Lori lost an incredible <span class="hightlighter">16 dress sizes</span>! She realizes a size even smaller than her highschool days, a goal you can accomplish as well! Women, especially need a program like The Fat Loss Factor when considering the barriers to their success. Let's review basic physiology to edify you in understanding the culprits. Success will be more practical when we have knowledge of what's working against us, right?</p>
      <p style="font-size: 18px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #000; font-style: normal; font-weight: 400;"> </p>
      </ul>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"><!--- end wrapper div --->  <span style="font-size: 18px; font-family: permanent-marker; color: #000; font-style: normal; font-weight: 400;"><img src="women_hurdles.jpg"  alt=""/></span></p>
      <p style="text-align: left; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;">SUCCESS WILL BE YOURS!</h2>
      <dl>
      </dl>
      <p><br>
        <br>
        <br>
        <br>
        <span style="font-size: 19px; font-family: 'Myriad Pro'; color: #000; font-style: normal; font-weight: 400;">Charles pondered, if Lori can do it, despite her barriers, than many people will experience asoulte weight loss through The Fat Loss Factor. Their bodies will be SOLD to fat loss. People will meet and exceed their expectations and guess what? There is proof. Go now, to this video page &gt;&gt;&gt; <a href="http://kimbroj.flfenglish.hop.clickbank.net">here</a> and scroll down to the bottom of the page to view the amazing quanity of facebook comments. Notice thousands of comments from people suceeding like you will, you can do it! Visualize your way to the finish line, you can become the next customer to post a success story. Why wait, &quot;<a href="http://kimbroj.flfenglish.hop.clickbank.net?pid=checkout">Get it</a>&quot; within minutes from now. Experience joy!</span></p>
      <p style="text-align: center"> </p><br>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;">WHAT ONE CUSTOMER WANTS YOU TO EXPERIENCE</p>
      <p> </p>
      <p> </p>
      <div id="FLF Movie"><p><center><iframe width="420" height="315" src="//www.youtube.com/embed/vL5tYcuc5Jg" frameborder="0" allowfullscreen></iframe></center></p></div>
      <p style="text-align: center">Video Caption: The Incredible <a href="h.hop.clickbank.net?pid=checkout">Fat Loss Factor</a> yours now!</p>
      <p style="text-align: center"> </p>
      <p style="text-align: center"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;">WHAT DOES THE FAT LOSS FACTOR <span class="hightlighter">PREACH</span>?</h2>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"><br>
        <br>
      </p>
        <p style="font-size: 18px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #000; font-style: normal; font-weight: 400;"><span style="font-size: 19px; font-family: 'Myriad Pro'; color: #000; font-style: normal; font-weight: 400;">With an initial running time of 12 weeks, the first couple are dedicated to detox. After purchasing, you'll have many items to help you reach your goal. On page 30 of The Fat Loss Factor are recommended foods that will detox your system, binding fat and destroying it from the body. These handy foods are generally organic. You'll also learn which foods are hazardous to fat reduction. Not to mention Dr. Charles' mailing list will keep you current with what foods to intake. Image that, constant reminders to help you reach your goal, that's all included and very handy. You're beginning to see and realzie how it all comes together in unity to work for you.</span></p>
        <p style="font-size: 18px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #000; font-style: normal; font-weight: 400;"> </p>
        <p style="font-size: 18px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #000; font-style: normal; font-weight: 400;"> </p>
        <h2 style="font-family: permanent-marker; color: #000; font-style: normal; font-weight: 400; text-align: center;">TELL ME MORE ABOUT THIS POTENTIAL SOLUTION</h2>
        <br>
        <br>
        <br>
        <br>
      <span style="font-size: 19px; font-family: 'Myriad Pro'; color: #000; font-style: normal; font-weight: 400;">I want you to know exactly what you might decide to purchase which is why I have included the entire table of contents to the main ebook of the series: The Fat Loss Factor. Note this table of contents is condensed for the purpose of copyright. You'll actually get more than what you see below. Note The Fat Loss Factor is divdied into 12 principles and contains 141 pages</span></blockquote>
      <p style="text-align: left; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;">TABLE OF CONTENTS (CONDENSED) CONTAINING &quot;SENSITIVE <span class="hightlighter">INSIDER</span> KNOWLEDGE&quot;</p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <div id="Table">
        <p><span class="boldbig">PRINCIPLE 1 PREPARING FOR SUCCESS </span><br>
          <br>
          <span class="boldbig">PRINCIPLE 2 OUT WITH OLD, IN WITH NEW </span><br>
          <br>
          -PART 1 LAW OF UNADPTATION<br>
    -PART 2 GET RID OF TOXINS</p>
        <p><br>
                        <span class="boldbig">PRINCIPLE 3 LIFESTYLE UN-DIET</span><br>
                        <br>
                        -LIVER FUNCTION<br>
        -PHASE 1 - MASTER CLEANSE (3 TO 10 DAYS)<br>
        -D-I-E-T - A FOUR LETTER WORD<br>
        -FIBER FOR LIFE<br>
        -PROTEINS<br>
        -THE SKINNY ON FATS<br>
        - FAT LOSS FACTOR'S 15 FOODS FOr MAXIMUM WEIGHT LOSS <br>
        -DON'T DEPRIVE YOURSELF OF THESE<br>
        -EAT THESE FOODS TOGETHER TO PACK ON THE POUNDS<br>
        -SMOOTHIE IT UP<br>
        -FAT LOSS FACTOR'S 3 AXIOMS OF SUCCESS<br>
        -FOOD COMPANIES FATTEN YOU UP AND MAKE YOU SICK<br>
        -WHAT YOU DON'T WANT TO SEE ON A FOOD LABEL<br>
        -STRUCTURED EATING<br>
        -BREAKFAST: THE MOST IMPORTANT MEAL OF THE DAY - OR IS IT?<br>
        -THE FAT LOSS FACTOR DIET PLAN REVEALED<br>
        -PICK YOUR WEIGHT LOSS PLAN<br>
        -THE 48-HOUR FAST</p>
        <p><br>
          <span class="boldbig">PRINCIPLE 4 WASH AWAY FAT WITH WATER</span><br>
          <br>
          -BENEFITS OF DRINKING WATER</p>
        <p><br>
          <span class="boldbig">PRINCIPLE 5 GOOD HEALTHY SUPPLEMENTATION</span><br>
          <br>
          -TOP 12 SUPPLEMENTS FOR HEALTHLY WEIGHT LOSS</p>
        <p><br>
          <span class="boldbig">PRINCIPLE
          6 REBUILD YOUR BODY &amp; MELT FAT ALL DAY LONG</span><br>
          <br>
          -SIX WORK OUT EXERCISES<br>
          -REASONS WHY YOU SHOULD EXERCISE<br>
          -LINGO: THE LANGUAGE OF WORKING OUT<br>
          -PROPER POSTURE DEFINED<br>
          -THE LAW OF ADAPTATION<br>
          -BEST TIME TO EXERCISE<br>
          -SUGGESTED WORKOUT/TIMES</p>
        <p><br>
          <strong class="boldbig">PRINCIPLE 7 SCULPT MUSCLE AND TRIMFAT </strong><br>
          <br>
          - THE DREADED CARDIO<br>
          -HIGH INTESITY INTERVAL TRAINING<br>
          -ULTIMATE FAT BLASTER</p>
        <p><span class="boldbig"><br>
          <strong>PRINCIPLE 8 IT'S ALL A MIND GAME RELAX </strong></span><br>
          <br>
          -STRESS AND WEIGHT GAIN <br>
          -HOW TO DE-STRESS<br>
          -ELEMENTS OF A HEALTHLY MINDSET<br>
          -3 FORMS OF EXERCISE THAT CAN DE-STRESS YOU MIND</p>
        <p><br>
          <strong class="boldbig">PRINCIPLE 9 NO BREATHE, NO LIFE </strong><br>
          <br>
          -DEEP BREATING ROUTINE..<br>
          -TOP 7 REASONS TO GET A GOOD NIGHT'S SLEEP<br>
          -12 WAYS TO RELAX<br>
          PRINCIPLE 11 LOOK YOUR BEST TO FEEL YOUR BEST<br>
        -TOP TEN MAKEOVER TIPS</p>
        <p><br>
          <strong class="boldbig">PRINCIPLE 12 TURNING YOUR PROGRAM IN</strong><strong class="boldbig">TO A LIFESTYLE</strong><br>
          <br>
          -LIFESTLYE TIPS<br>
          -MOTIVATION TIPS<br>
          -DEPRESSION/SELF ESTEEM ISSUES<br>
          -BELLY FAT TIPS<br>
          -ADDRESSING HYPOTHYROIDISM<br>
        -BINGE EATING, EMOTIONAL FOOD CRAVINGS, AND PORTION CONTROL </p>
        <p><br>
          <span class="boldbig"><strong>APPENDIX </strong>  </span><br>
          <br>
          -TOOLS FOR A FAT LOSS FACTOR KITCHEN<br>
          -FAT LOSS FACTOR HOME GYM EQUIPMENT
          <br>
        </p>
      </div>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;">WHEN I PURCHASE, WHAT DOES THE &quot;PACKAGE CONTAIN&quot;?</h2>
      <div id="PACKAGE">
        <p> </p>
        <ul>
          <li>The Fat Loss Factor Ebook</li>
          <li>A Quick Start Guide (Start Here)</li>
          <li>10 Minute Raw Food Recipes</li>
          <li>90 Day Meal Plans</li>
          <li>Master Cleanse Videos (Access anytime)</li>
          <li>FooJoo Software</li>
          <li>Fat Loss Factor Diet/Exercise Log</li>
          <li>Fat Loss Factor Workout Beginner</li>
          <li>Fat Loss Factor Workout Intermediate</li>
          <li>Fat Loss Factor Workout Advanced</li>
          <li>Fat Loss Factor 15 Minute Sample Workouts 1-5</li>
          <li>Fat Loss Factor Goal Setting Guide</li>
          <li>Fat Loss Factor Grocery List</li>
          <li>Fat Loss Factor Measurements Form</li>
          <li>Fat Loss Factor Recipes eBook</li>
        </ul>
      </div>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Don't forget your bonuses above and check out these testimonals below</p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;">FAT LOSS FACTOR SUCCESS STORIES</h2>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
    <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 22px;"><strong>Since starting this diet in April, I have lost 25 pounds!!! I love this diet…</strong>
    <p> </p>
    <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Hi Michael….Since starting this diet in April, I have lost 25 pounds!!! I love this diet…I eat plenty and have found</p>
    <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">many delicious recipes to sustain me. I eat an apple a day (along with a wide variety of other fruits) and have found that I actually crave the apple, I went to the fridge yesterday and found no apples in the fruit drawer, so I jumped in my car and headed straight for the local fruit stand to replenish my stock. ( like a smoker does for cigarettes) It&rsquo;s nice to know the many benefits I am getting with something I&rsquo;ve come to really enjoy!</p>
    <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;"> I have 5 pounds to go to accomplish my weight goal….once there, I may set a new one…just for fun!
      Warm Regards,
      Joyce Borodemos</p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 22px;"><strong>I had my 16-year old daughter run through it once school let out. In 2 weeks she dropped 24 pounds...</strong></p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Hi Mike
    I just thought you might be interested on an update…
    I loved the 2-week phase diet so much that I had my 16-year-old daughter run through it once school let out. In 2 weeks, she dropped 24 pounds (including a significant amount of bloating around her midsection) and is under 200 pounds for the first time in years. She now has a waistline. Even more significantly, when she first started, she complained that the food was tasteless. That disappeared within a couple of days and my junk food-loving teen was able to appreciate the taste of fresh produce again. All the chemicals she was pumping into her body had so significantly altered her taste buds that she couldn&rsquo;t even taste real food until she&rsquo;d been able to cleanse her palate for a couple of days. Today was her first day off the meat-free diet and she really wanted a piece of marzipan (her favorite treat) and a bit of naan. Both repelled her when she tried to eat them. She complained that they tasted like chemicals! In fact, she ran to the fridge and piled a bunch of fresh veggies on plate to drown the awful taste of what used to be some of her favorite comfort foods.</p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Here&rsquo;s the best part…she&rsquo;d suffered from debilitating migraines on a DAILY basis. They were so bad that she missed a significant amount of school over the past few years. She has not had a migraine since the second day of the meat-free diet.
        As for me, I&rsquo;ve noticed significant changes too. I used to have to take 3 pain relief pills to even begin to combat the headaches I&rsquo;d get from working at my computer. Now, even a half dose (1 Advil) will do the trick if I even need it. But most of all, I appreciate the closer bond this process has forged between me and my daughter. Although we&rsquo;ve always been extremely close, she resented my being a personal trainer and was loathe to follow any of my professional advice. That was the one area where we could never see eye-to-eye. But between going through this nutritional change and the talking we did on our hour-long daily walks together, she&rsquo;s found a new interest in living a healthy lifestyle. As a trainer, I am inspired by the benefits of your program. As a parent, I&rsquo;ll be forever grateful to you because Fat Loss Factor is showing my daughter that she can, indeed, succeed at making positive changes to her body and her health that will last a lifetime!</p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Now, we&rsquo;re really eager to start exercising together. (I&rsquo;m taking your advice and skipping the lemonade detox, and I&rsquo;m reluctant to have my daughter do it considering her age and health history)
        Thanks again! You&rsquo;re a true guru in my book!</p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;"><br>
      </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 22px;"><strong>I watched your video many times over a period of several months before finally deciding to try your program. Within a week I noticed a tremendous difference...</strong></p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 22px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">LOL Michael, </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">I actually have hypothyroidism and take medicine everyday but do not use it as an excuse for being overweight. I am overweight because I made bad decisions about food and did not exercise properly. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Since starting your program I feel better and have gone down one size in clothing. Sure, there were a few modifications to ease into these changes. After all I am in my late 50s and have been out of shape for a long time. There has been a little cheating but not much. I am sticking with this and will tighten the reins more and more as time goes by.</p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">By saying that I FEEL better means exactly that. I get better sleep. My joints more freer. I breath easier without so much abdominal pressure pushing up on my diaphram. It never occured to me flushing my system would make me feel so great. This ha such a positive effect on my attitude also.</p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">I recently tried the Flat Belly Diet. It had me eating every 4 hours and a MUFA with each meal. Yes there are 'good' fats but MUFAs are still fats. I was eating twice as much foods as before and about 10 times for fat then before. I gained weight and was demoralized. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">I watched your video many times over a period of several months before finally deciding to try your program. Within a week I noticed a tremendous difference. Flushing out the toxins from my body has made me convinced you have me going in the right direction. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">I am slowly trimming up. My whole attitude has changed. I FEEL better and am not starving myself or obessing over food. my appetite has decreased. It's that simple.</p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Thank you for helping me change for the better. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Sincerly, Hazel. </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;"> </p>
      <p><span style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"><span style="font-size: 18px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #000; font-style: normal; font-weight: 400;"><img src="FinalReview.jpg"  alt="" id="final"/></span></span></p>
      <h2> </h2>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;"><strong>Program name: </strong><span class="hightlighter">The Fat Loss Factor</span><br>
        <strong>Author name: </strong>Dr. Charles D.C. and Lori A.<br>
      <strong>Summary: </strong>This is a unique and revolutionary approach to dieting which I understand many people are participating in and are repeating the benefits of fat loss from.The program preaches detoxification and dieting with updates delievered via email to keep me ontop of my game and current with the Jones'. Exercise is reviewed and expressed in moderation. I understand if I <span class="hightlighter">hate</span> the program and it fails to help me, I can return it without question for a full-money back guarantee within the first 60 days or 2 months. </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">I understand this package is worth at least $97.00 but today am receiving a steal at the price of <span class="hightlighter">$47.00</span>. I know that Dr. Charles has used these techniques in his clinics charging clients upwards of $500.00 to reap the same benefits I can gain for only $47.00. I also understand the package which includes many items not just the Fat Loss Factor ebook comes with one year of consulting with Dr. Charles via email.<br>
        <strong>My bargin price: </strong><span class="hightlighter">$47.00 only</span><br>
        <span class="hightlighter"><strong>Guarantee: </strong>60 days</span>, no questions asked, hassle free, money back guarantee. <br>
      </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"><span style="font-size: 24px; font-family: permanent-marker; color: #000; font-style: normal; font-weight: 400;"><img src="chevron.jpg"  alt="" id="chevron"/></span></p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"><a href="http://kimbroj.flfenglish.hop.clickbank.net?pid=checkout"><img src="order4.png"  alt="" width="412" height="215" id="order"/></a></p>
      <p style="text-align: center; font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;"> </p>
    </div>
    <div class="footer" id="footer">
    <p><center><img src="footer.jpg"  alt="" width="971" height="186" class="center"/></center></p></div>
    </body>
    </html>
    External style sheet:
    @charset "UTF-8";
    h1 {
              color: #000000;
              font-style: normal;
              font-weight: 400;
              font-family: permanent-marker;
              font-size: 30px;
              text-align: center;
    h2 {
              font-style: normal;
              font-weight: 400;
              font-family: permanent-marker;
              color: #000000;
              font-size: 24px;
              line-height: 10px;
              text-align: center;
    .adjustment {
              text-align: justify;
    .center {
              text-align: center;
    #wrapper {
              margin-left: 200px;
              text-align: left;
    li {
              background: url(sunny3.png) left center no-repeat;
              list-style: none;
              padding-bottom: 5px;
              padding-left: 26px;
              padding-right: 30px;
              padding-top: 7px;
              text-align: left;
              font-family: "Myriad Pro";
              font-size: 19px
    .hightlighter {
              background-color: #FFFF00;
              font-family: permanent-marker;
              font-size: 23px;
              font-style: normal;
              font-weight: 400;
    .title {
              font-family: "Myriad Pro";
              font-size: 19px;
              font-weight: bold;
    p {
              font-family: "Myriad Pro";
              font-size: 19px;
              text-align: center;
    a:link {color:#00F;
    h3 {
              font-family: "Myriad Pro";
              font-size: 19px;
              text-align: center;
    Thanks so much, as above you can see I defined a:link {color: blue;}

    In CSS, there are five states for links
    a:link
    a:visited
    a:hover
    a:active
    a:focus
    a:link (=unvisited, or never clicked)
    a:visited (=clicked at least once)
    a:visited is purple in most browsers by default.
    Thus, you need to define a:visited in your CSS and it should come after a:link (otherwise you'll never see it)
    One solution would be:
    a:link, a:visited {
              color: #00F;
    but bear in mind that visitors find it handy if a:visited is a different color to a:link so they know which links they've already clicked on.
    a:link {
              color: #00F;
    a:visIted {
              color: #SOME OTHER COLOR TO A:LINK;
    a:hover {
              color: #F00;

  • How can I retain hyperlinks while saving a webpage as PDF via Print?

    How can I retain hyperlinks while saving a webpage as PDF via Print?
    This is the title of an apple forum question, and it is a bug in both Safari 5.1.3 and under, and I find it to also occur in Firefox browser (at least 9.* 10.*, 11.0), running on Lion OS (10.7.2, 10.7.3). See:
    https://discussions.apple.com/thread/3212301?start=0&tstart=0
    Under the newer Mac OS mentioned, and Firefox 10.2, 11.0, 9.*, if I select:
    File -> Print -> PDF -> Open PDF in Preview"
    (and view / save the PDF in Preview, you will see none of the links in the original web page are active
    or using
    File -> Print -> PDF -> Save as PDF...
    same problem. Try this using any Wikipedia page, for example.
    When this problem was posed in Apple forums, by a user of the Safari browser, it was found to be a bug (since Aug 2011) fixed in a Safari browser build 5.1.4 circa Jan 2012. I tried the newer Safari browser and sure enough the problem went away (except that links embedded in the PDF no longer appeared as blue text - ARGH - but "hover over" with the cursor showed the link and clicking the link in Preview viewer activated the link in a browser window).
    So I post this to the Mozilla community, please fix this 'cause I don't want to have to switch over to Safari browser every time I want to archive a PDF with active links!!!!
    P.S. I did a spot-check and with the newer add-on Enjoy Reading 1.0.1 and FF11.0. When the Enjoy reading formatted version appears in the browser window, all URLs/links are preserved and highlighted in blue, but when I print that browser window as PDF, the links are dead (don't work) even though they appear in blue in the PDF.
    So, what's going on, can the Safari fix be researched and applied to FF?
    Also, on some forums, people are responding, Well, try installing Acrobat reader. Well, I don't want to, Preview reader has worked fine for me for years.

    Thanks jscher2000.
    RE: -- '''Generally speaking, PDF converters that work by intercepting a print job do not have access to the URLs behind links in the page.''' --
    I cannot say I agree. I could email you a PDF clipping or two (generated from Safari on Mac OS, in its native capability with no add-ons) that shows you otherwise. When I used PC platforms I did have to install PDF converters (tried both free and expensive ones) that did what I describe.
    I cannot try the add-on you mention, '''Print Pages to Pdf.''' in Firefox. It shows in my browser and Mac OS platform "Not available for your platform." So I am guessing it was written for the PC version of Firefox.
    The Mac OS has had a native PDF-creation functionality for as many years as I have been using it; I used PC prior to that, Win3.1 through XP and NT. And on my PC, I bought (and at work, my employer bought $$$, I had to justify three levels up to management the ability to create PDFs on my work PC) some Adobe functionality to CREATE pdf's (readin's free and easy, makin' em's costly on the PC).
    I've gone and dug through some of my (Mac) doc and clipping archives, and I find that stuff I created after about Dec 2008 or so seems to eliminate all link functionality. When viewed in the Apple native "Preview" application (sort of Apple's equivalent to Adobe Acrobat reader, ships with the OS): link tags are highlighted/tinted, clicking a link opens a (default) browser and takes you there; hover-over the tag text shows the actual link. (Of course, not all old links are still VALID or point to the desired source.)
    I could, in Safari or FF browser window and with no add-ons or Adobe paid products whatsoever, use the native OS method to create PDF's from any application (word processor, spreadsheet, browser, etc) via the menu File -> Print -> Save as PDF menu and create a PDF that had active hyperlinks. In Apple OS Lion 10.7.3, I still can't when it uses this broken WebKit interface, links are "dead" as a doornail until a fix is distributed in WebKit for a future Lion release. It seems this functionality died at least as far back as Leopard OS 10.6.8, but don't quote me on that. Also, my version of Pages 2009 version 4.1(923) (sorta like Word) STILL creates a PDF document that preserves (1) text hyper-links within the document, and (2) web links (in the PDF) that open the browser. I just made a test document.
    When all you can see in the PDF is the tag text, there is nothing to copy-paste to follow any link. Also, hypertext links are often used by authors to create links to other points in a document: now even *that* is broken in the PDF version of the documents I retrieve from the web and print from FireFox (Broken in Safari 5.1.3 and earlier but fixed in 5.1.4).
    Try this on the PC, in your browser and print a news clipping as PDF, do the links in the PDF work? What products do this, and what don't? I would bet the machine with a full Adobe suite this will work flawlessly. (Why should a PC user have to pay hundreds of $ to create this functionality in what I thought was an open standard (PDF)? But that's talkin' religion, let's not start that.)
    Some folks might say,
    go online and find the original source doc in your browser. Or,
    go and add those links manually using the Preview edit add-link capability (hunh? no thanks) , or
    save each item worth saving as an HTML archive instead of a PDF (argh, creating a whole directory in the process, I might add, including ads). Or,
    who needs PDFs, everything is online.
    Or, buy some Adobe product.
    I think they miss my point. This is a real strange dumbing-down of archival PDF documents, or at least a destruction of the ability to use PDF as an archive that retains its links and references.
    C.F. the guy who has archives of scientific papers, and the old material all cross-references nicely but after date X there are no working links.

  • Can I print out the source pages for hyperlinks in a pdf

    http://www.stratishealth.org/documents/ClinicLinkJuly14_R.pdf
    I have Acrobat X Pro. I've created the above PDF that shows hyperlinks as a clickable "Read more about it...." link. A reader has asked for a PDF that she can print out, yet it would somehow show the actual URL address that the "Read more about it..." link goes to. Anyone know of a way I can provide her with this?
    Also, I thought I had found a way of printing a PDF and Acrobat would "grab" the actual web pages I've hyperlinked to, but I can't find any such functionality. I'm beginning to think I dreamed it.
    Thank you,
    Katharine

    Took a look-see at the PDF. In all fairness it is the reader's responsibilty to create the PDFs for the web content at the "read more" link's end.
    That content is not "yours" (you don't have the authoring files and don't deploy the web content).
    The reader(s) who want PDF can use Acrobat to create PDF from the web pages.
    Anyone with Acrobat Pro can use the application's "web capture" feature.
    Takes time and doing it in your case is likely not what you get a paycheck for.
    Time spent on it is time not spent on the job's "main thing" eh.
    As well, other's web content Changes! Are you going to check the targets of the links every day, once a week, or .... how often? Changed content = new PDFs via web capture and distribution of same. How does that play to legalities?
    All and all, it gets ugly fast.
    But then it is your call eh.
    Be well...

  • Mac Word 2008 - hyperlink message "Word cannot open the specified file"

    I'm using WordMac 2008 version 12.2.5 and after following detailed instructions on how to hyperlink chapters in a Table of Contents to their respective chapters in a book, I can only get the message "Word cannot open the specified file".
    Any ideas what could be wrong?
    My OSX is 10.5.1.
    The instructions I followed are pasted below and are copied from the Smashwords Style Guide: http://www.smashwords.com/books/view/52
    START OF PASTE FROM SMASHWORDS STYLE GUIDE:
    How to create a linked Table of Contents. Consider this feature in “beta.” My
    thanks to Smashwords author Cheryl Anne Gardner for sharing these tips below,
    which I have augmented based on my own experience adding a ToC to the Style
    Guide (woo hoo!).
    By adding a linked table of contents, you can help readers navigate your
    document. This is especially useful for non-fiction. Most fiction doesn’t
    need it. If you follow the instructions below, the ToC should work in your
    EPUB, MOBI and PDF files, but it will not work in our other formats.
    First, create your table of contents where you want it by typing it out. Make
    sure the text is normalized just like the rest of your Smashwords’ Word
    document. Example:
    Contents
    Chapter 1
    Chapter 2
    Chapter 3
    Chapter 4
    Etc.
    Next, we are going to create the BookMarks. In Word 2000, 2003 and 2007, the
    Booksmark function is under the Insert tab. Go through your document, and at
    each Chapter Start or Indexed item, you will highlight it and then select
    Insert: bookmark. Name your bookmark corresponding to the Chapter/Indexed
    item and then click add. It’s very important to use the first word of your
    heading you’re linking to, because later on, when you add the hyperlinks,
    Word displays the bookmark shortcuts in alphabetical order. With many
    bookmarks, I found many of my bookmarks weren’t labeled properly, so it was
    tough to link to the correct bookmark. If you want to link to a chapter named
    How to Publish Ebooks, I’d recommend naming your bookmark
    “HowToPublishEbooks” to make it easy to locate. If you instead name it,
    “publishebooks,” you’ll frazzle your brain and make mistakes.
    Repeat the process above for every Chapter Start as well as for other matter
    in the book like index, bibliography, epilogue, prologue, etc. I didn’t link
    to every section in the Style Guide, because otherwise the ToC would have
    been three pages long. This is your call.
    Next, return to your table of contents and highlight the word “Contents.”
    Click insert, bookmark, and label this last bookmark “Contents”. Formatting
    note: Bookmarks cannot have spaces or odd characters. If instead of
    “Contents” you called the label in the document Table of Contents, as I did,
    then when you insert the bookmark, name the bookmark “TableofContents,” one
    word, or “toc.”
    Next, add the hyperlinks to your Chapter Starts. In your table of contents,
    if Chapter 1 is called Chapter 1, then highlight Chapter 1 and then click
    insert Hyperlink. As you can see in the Style Guide, I tried to use more
    descriptive labels. In Word’s Hyperlink menu on the left hand side, select
    “Place in this document.” You will now see your bookmarks listed in the main
    window. Select Chapter1 bookmark (or whatever you labeled it) and then click
    ok. Do this procedure for every chapter and piece of matter in the table of
    contents.
    Final step. Now you can link back to the Table of contents. Move through your
    document to each indexed item or Chapter start and highlight it. Then click
    insert, hyperlink, and then select “Place in this document.” When the
    bookmarks are showing in the main window, select the bookmark labeled
    “Contents,” assuming that’s what you named your Table of Contents. Do this
    for each and every chapter and or indexed item.
    After you are done, all your links will be underlined. You will need to test
    and make sure you linked everything properly. In most Word versions, you just
    click on the hyperlink to test. In Word 2007, you may need to Ctrl-Click each
    hyperlink and make sure it takes you where you need to go in the document.
    Advice: Word has an automatic ToC generation feature under the reference tab.
    Do not use this. It uses automated headings and formatting to generate the
    ToC and this will un-normalize your text and cause font conversion issues in
    your Smashwords files.
    END OF PASTE FROM SMASHWORDS STYLE GUIDE.
    I did all that as described but I still get the message "Word cannot open the specified file".
    Could you help please?

    This question would be better addressed to...
    http://www.microsoft.com/mac/help.mspx
    I think the operative phrase from that article is...
    *Consider this feature in “beta.”*
    -mj

  • Opening Hyperlinks from PDF in a new browser Window

    We have a web based (ASP.NET) tool to author HTML content. Authors can create/edit HTML content, preview, and save the file as PDF. A 3rd party component- abcpdf is used to convert HTML into PDF. The converted PDF form will be distributed to consumers.
    The PDF typically contains Hyperlinks, text boxes and submit button.
    Clicking the hyper link in PDF should open the HTML in a new browser instance. It should not hijack (overwrite or reuse) existing browser instance that may be active in users computer irrespective of browser setting. Changing the browser setting IE: Internet Option > Advanced > Reuse windows for launching shortcuts is not acceptable by users.
    Please let us know the solution if any

    Hi Sarah ,
    You can right click on the link and choose properties and then in the actions tab you can select the desired action you want .
    You will get a list of various actions specifying how and where do you want to open that link.
    Try this and let us know how it goes.
    Regards
    Sukrit Dhingra

  • How can I link to a chapter in iBooks Author? I just want a link to the chapter, not to a bookmark

    How can I link to a chapter in iBooks Author? I just want a link to the chapter, not to a bookmark.
    But something like: "This was explained in Chapter 5." Where "Chapter 5" is a clickable hyperlink.
    Also, when I add a new chapter before chapter 5 this should automatically change to:
    "This was explained in Chapter 6."
    I could use a bookmark (e.g. to the first word in Chapter 5) but this would be not right.
    Gerriet.

    Use "Link to: A file" in the link inspector.

  • How can i get browse sequence widgets to follow hyperlinks instead of TOC?

    I've created a screen layout based on the standard desktop layout and am using the default browse sequence (back, next) widget buttons included with the layout. Our topics include a number of hyperlinks to other help topics - for example, a dialog box overview topic might include a link to a how to topic for that dialog. I would like the browse sequence buttons to follow the hyperlink paths to the previous and next topics viewed. Right now, they instead go to the previous and next topics in the TOC. Is there a way to modify the properties of the buttons to follow the hyperlinks instead?
    Thanks for your help!

    I think you are confusing Previous and Next in a browse sequence with Previous and Next as in path followed by the user.
    A browse sequence is not necessarily the next item in a TOC. It is whatever you set up, TOC order is a default.
    You can have path followed Previous and Next in addition using javascript methods. You will find solutions posted in these forums.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Hyperlinks no longer working in iBooks on iPad

    I created an illustrated book in iBooks Author. I created hyperlinks to jump to different illustrations. I previewed the book on my iPad 3 and my iPad mini. They worked fine on the iPad 3, but intermittently on the mini. I upgraded all my software and now the hyperlinks do not work.  (some will, but only once) I created a new file with the same results. (Some work, some don't) I exported the book as an .ibooks file and loaded it onto my iPads through iTunes, but the results are the same. I tested the hyperlinks in iBooks author with no failures. Puzzled?

    Thanks for your suggestion KT, but the problem was with the underlying image. I put hyperlinked text over an image, and then titled the image as an illustration. For some reason touching the iPad could not activate the hyperlinked text if it was over the titled image. When I removed the title, the hyperlink text worked again without fail.

Maybe you are looking for