Dreamweaver 8 & Hyperlinks

Using Dreamweaver 8, I am trying to create a MySQL database
where the users can store their Blog addresses in a way that other
users can retrieve those addresses directly from the MySQL database
as hyperlinks. Is that possible?
I would be very grateful for any advice.
Thank you
dankel8

> 2/ When opening the index.html file of any of the sites,
I always get the
> same
> error message : ids_err_unable to create vm, which I
imagine means java
> script
> virtual machine (?).
There is no javascript VM. JAVA requires a VM, but
Dreamweaver doesn't make
it.
It likely refers to Virtual Memory (dependant on your hard
drive...is your
Hard Drive close to being full?)
-Darrel

Similar Messages

  • Using hyperlinks in Dreamweaver (Was: Dreamweaver Cs6 Help?)

    Ok, well I'm using Dreamweaver Cs6 and came across a few obstacles I was hoping to get help with. One of them is the hyperlinks, I am building an antique based website and cannot figure out how to add multiple links so all pages are linked to the other like, home to porcelain, then if I then decided to choose glass while I'm on porcelain, I could click glass from there. Its hard to explain but hopefully someone understands what I mean. Second would be adding the Spry Menu Bar. I figured out how to write and code it yesterday and it worked fine, but when I went to go add the Spry Menu Bar code to my other pages it showed it as a vertical bar with bullets. Any help would be great for I am on a tight schedule. If its easy to explain on skype or something let me know and I'll post it. I just really need this help

    Safest way to link is to construct your destination page first and then click on the source link and then let DW code the link to the target page for you
    Finished code would look like this if you named your pages as I have
    <li><a href="german.htm">German</a></li>
          <li><a href="chinese.htm">Chinese</a></li>
          <li><a href="english.htm">English</a></li>
    Sorry I don't have your DW version but here's a video
    http://www.youtube.com/watch?v=xNpc2C0Nr3Q

  • Where is the Dreamweaver CC panel to style hyperlinks

    Hi all,
    I know this seems like a simple question, but I cannot find a panel in the new DW CC layout that allows you to style hyperlinks in a div.
    I am used to being able to have a different hyperlink style to the main one set in the fonts file on part of the webpage eg. the footer links.
    I can see in the CSS Properties panel how to add margin, padding, shadows, borders, backgrounds, text styles, but I cannot see anywhere that I can style the hyperlinks in a div.
    How can I do this in Dreamweaver CC?
    I know how to style links by hand coding them in a stylesheet, but as I am doing a responsive design, this is not available to me. I tried to do some hand coding, but the whole responsive design broke and I had to start again. I have to use the properties panel to set up the CSS code for the responsive design.
    I do have a separate CSS stylesheet just for the fonts and background for the web design. Do I need to put the alternative a: link coding in there?
    Gosh this is hard.
    Thanks,
    Mary

    Hi Ben,
    Sadly with Dreamweaver CC is is not as easy as that.
    I am doing a responsive design, and cannot code directly in the CSS stylesheet, or it will break.
    I want to have two styles of a links, one for the body of the website, and another for one particular div.
    I need to use the CSS Properties panel to create the CSS styles, rather than coding directly in the stylesheet for the responsive design. The CSS Properties panel seems to have everything except a section for styling a: links in a div.
    I guess this is not available in Dreamweaver CC fluid grid layouts yet.
    When doing responsive design in DW CC it is advised to attach a separate stylesheet for the body styling and the fonts on the website, as this works better than putting them in the fluid grid layout CSS file. I guess if I want to do a second a: link style in the design I will need to set it up there.
    Thanks so much, I seem to be on my own out here trying to use DW CC to create a responsive layout with fluid grid layout. It is a bit of a mission at the moment, so I am looking forward to further enhancements in DW CC of fluid grid layout features.

  • Add hyperlink or hotspot to swf file in Dreamweaver?

    Hello how can I make a hyperlink (or a hotspot) on a swf file
    in Dreamweaver. I don't want to use flash to create the hyperlink.
    Help!
    Pete O'Connell

    You can't
    SWF files will always migrate to the top of the layer pile so
    anything
    created will be behind the movie. Only way to do this is from
    within Flash.
    Sorry.

  • Hyperlinks in Dreamweaver

    Quick question...
    How do you hyperlink a flash file in Dreamweaver without
    having the text under the picture.
    In other words... I want the picture to be the link that
    people click on, not the text... can't seem to get it working.
    Any help would be WONDERFUL!
    Thank you so much!
    Nikki

    You cannot hyperlink Flash with HTML. A link would have to be
    added to the
    Flash Actionscript.
    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
    ==================
    "nikki85" <[email protected]> wrote in
    message
    news:epetu5$ktj$[email protected]..
    > Quick question...
    >
    > How do you hyperlink a flash file in Dreamweaver without
    having the text
    > under
    > the picture.
    >
    > In other words... I want the picture to be the link that
    people click on,
    > not
    > the text... can't seem to get it working.
    >
    > Any help would be WONDERFUL!
    >
    > Thank you so much!
    >
    > Nikki
    >

  • Flash menu bar's hyperlink doesn't work after imported into dreamweaver

    I have major problems when I tried to import a flash menu bar with hyperlink (created in flash) into dreamweaver. I have 5 buttons in the same flash banner file and each button is supposed to have its unique hyperlink. None of these 5 hyperlinks is working, but it works fine if run by the .swf file alone. What could I have done wrong in flash or dreamweaver?
    Version Flash CS4, Dreamweaver CS4
    Please help....thank you in advance.
    Kind regards,

    Hi Hans-G,
    Problem only exist on Windows 7 system, working fine in XP. Thanks for yr hep!

  • Dreamweaver cs3 hyperlink help.

    Hi. I've been using dreamweaver for quite some time now. Not long ago i stumbled upon the spry menu bar and i am now wondering if there is a permanent attachment of hyperlinks to a page. I have a website with about 20 pages, and going through all of them and linking each other would be a very tedious task. So is there a way to connect all the links on one page and then replicate that to all the other pages?

    I like to use server-side includes for site wide menus, headers and footers.
    http://www.smartwebby.com/web_site_design/server_side_includes.asp
    Some people like to use DW Templates to create their site pages.   If you use a Template.dwt, you can put your site wide menu and other common page elements into it and they will appear on all child pages created from that Template file.
    http://www.smartwebby.com/web_site_design/dreamweaver_template.asp#1
    DIFFERENCES:
    SSI works on the server.  Edit one file, upload and you're done. Your hosting provider needs to support the use of includes in either .shtml,  .asp or .php pages. 
    DW Templates only work in Dreamweaver sites.  And you must re-publish all child pages after editing your Template.dwt file.
    Nancy O.

  • Hyperlinks don't work outside dreamweaver

    Hello,
    I am relatively new to web design. After designing a few simple websites for myself, that I could put on my portfolio I decided to design another website. It all went well, until I stumbled upon a weird problem: hyperlinks in the banner do not work. Hyperlinks in the menu, as well as other page parts work perfectly fine. Except the banner, I could set whatever text to be a hyperlink, but all it does is simply add the characteristics of it such as the underline and blue color. But... it won't work how it is supposed to be.
    If I copy/cut the element out of the banner, it will work without a flaw.
    I would also like to add, that I am using z-index of -1 to put it under the logo which is above both the menu and the banner.
    HTML:
    Even faster deliveries!
    With our recently purchased next generation trucks, your load gets to you faster than ever before! Lorem ipsum dolor sit amet, consectetur adipisicing elit. Proin nibh augue, suscipit a...
    CSS:
    .banner {   background-color: #fbfbff;   height: 360px;   position: relative;   bottom: 164px;   z-index: -1;   border-radius: 10px; } .newtrucks {   padding-left: 58px;   padding-right: 550px; } .fastbutton {   left: 457px;   top: 24px;   position: relative; } .fastreadm {   color: #FFFFFF;   font-family: Trebuchet MS;   font-size: 12px;   left: 472px;   position: relative;   top: -6px; } a.fastreadm {   text-decoration: none; } a.fastreadm:hover {   color: #FDC1D1; } 
    Thanks for any help!!!

    <I am using z-index of -1 to put it under the logo which is above both the menu and the banner.>
    A z-index: -1 puts a positioned element under the <body> which is the parent tag of all tags in your document.   Only one time I have used z-index: -1 and it was a jQuery proof of concept exercise.
    Alt-Web :: jQuery Fade In Background on Page Load
    Nancy O.

  • Hyperlinks dreamweaver in outlook

    I've to edit each month a newsletter on dreamweaver and make it received by clients by outlook mail. So in order to keep links with named anchor inside the mail I need to add outbind in the field link before #and the name of my anchor. This has been working for now 2 years excepted for people who received on a MAC and for the 1st time my links are not working for around 10% of people with PC. People who activ the link throught a picture for example load an error message. Could you please help me for that.Thank you.Fabienne

    Could you please help me for that.
    Sure - show us the code from one of your emails, please, so we can see what you have done and make substantive suggestions.

  • Hi I designed my website in Photoshop, sliced , and opened it in dreamweaver. I want a interactive s

    Hi I designed my website in Photoshop, sliced , and opened it in dreamweaver. I want a interactive spry bar but when ever I try to insert it, I get gaps in my page.
    Below is the complete code: http://www.coriemoment.com
    <html>
    <head>
    <title>home</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#FFFFFF" leftmargin="auto" topmargin="auto" marginwidth="auto" marginheight="auto" margin:0;>
    <!-- Save for Web Slices (home.psd) -->
    <table id="Table_01" width="1281" height="768" border="0" cellpadding="0" cellspacing="0">
              <tr>
                        <td colspan="6">
                                  <img src="images/index_01.png" width="1280" height="220" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="220" alt=""></td>
              </tr>
              <tr>
                        <td rowspan="4">
                                  <img src="images/index_02.png" alt="" width="414" height="548"></td>
                        <td rowspan="3">
                                  <object width="564" height="423"><param name="movie" value="http://www.youtube.com/v/XbuQiJ6Sv_M?hl=en_US&version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/XbuQiJ6Sv_M?hl=en_US&version=3" type="application/x-shockwave-flash" width="564" height="423" allowscriptaccess="always" allowfullscreen="true"></embed></object></td>
                        <td colspan="3">
                                  <img src="images/index_04.png" width="255" height="89" alt=""></td>
                        <td rowspan="4">
                                  <img src="images/index_05.png" width="46" height="548" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="89" alt=""></td>
              </tr>
              <tr>
                        <td rowspan="2">
                                  <img src="images/video_03-07.png" width="1" height="336" alt=""></td>
                        <td rowspan="3">
                                  <img src="images/index_07.png" width="34" height="459" alt=""></td>
                        <td>
                                  <script src="http://widgets.twimg.com/j/2/widget.js"></script>
    <script>
    new TWTR.Widget({
      version: 2,
      type: 'search',
      /*put your twitter id that people use to reply to you below. Mine is mhorning. If you only want to see the Tweets that you have Tweeted, then delete the part below that says- OR to:coriemoment */
      search: 'from:coriemoment OR to:coriemoment',
       /*this is the duration in terms of seconds*/
      interval: 30000,
       /*this is the title you want on your tweets*/
      title: 'Corie Tweets',
      subject: 'Send us your comments',
       /*setting width to 'auto' will adjust the width of your tweetbox to whatever is set on your div. You can change this to something like 500px if you want*/
      width: 'auto',
      height: 212,
      theme: {
        shell: {
                 /*this will change the background color of your tweetbox. It is currently yellow*/
                background: 'body p, body img, body embed, body object, body video{opacity:1 !important}',
          /*this will change the color of the text in your background*/
                color: 'fac935'
        tweets: {
                 /*this will change the background color behind your tweets. It is currently white*/
                background: 'body p, body img, body embed, body object, body video{opacity:0.2 !important}',
           /*this will change the color of the text in your tweets. It is currently black*/
                color: '#000000',
           /*this will change the color of anything that is hyperlinked in your tweet. It is currently blue*/
                links: '#1985b5'
      features: {
        scrollbar: false,
        loop: true,
        live: true,
        behavior: 'default'
    }).render().start();
    </script></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="302" alt=""></td>
              </tr>
              <tr>
                        <td rowspan="2">
                                  <img src="images/index_09.png" width="220" height="157" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="34" alt=""></td>
              </tr>
              <tr>
                        <td colspan="2">
                                  <img src="images/index_10.png" width="566" height="123" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="123" alt=""></td>
              </tr>
    </table>
    <!-- End Save for Web Slices -->
    </body>
    </html>

    Very bad practice to just use image slices into your website.
    Check out this tutorial to learn how to efficiently slice, dice and markup your design into an active HTML format - http://net.tutsplus.com/articles/news/slice-and-dice-that-psd/
    Also, Spry - has been deprecated and is no longer officially supported by Adobe. http://blogs.adobe.com/dreamweaver/2012/08/update-on-adobe-spry-framework-availability.htm l
    Consider using a jQuery menu.
    -Sudarshan

  • Hyperlinks not working correctly!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    When I link to a file using the ever so horrible link interface in Muse it drops folders from the path and tries to upload it to the site root. Why would it do that?
    Example:
    Actual link to file: engineering/assets/scrn_casts/scrn_cast 1/scrn_cast_1.htm
    Smae link copied and pasted into Muse ends up as:    assets/scrn_cast_1.htm
    so none of the links will work when using the hyperlink interface within muse. If I open my exported Muse site index.html file with dreamweaver and paste in the correct path everything works fine. SO now I'm stuck with using dreamweaver again for simple hyperlink updates, awesome.......not.
    ***Also when the Muse creates the hyperlink it changes spaces or the "%20" between the file name text with a "-" and then the browser says the file is not found? SO I have to open the index file in dreamweaver and add in the "%20" or change all the linked file names to include a "_" between text? This is rediculous.
    ***Also a couple of links I have are to captivate 6 courses in Html5 which the files are over 100mb so I get an error each time I export to html saying it can't upload the files because they are to big. I didn't ask it upload the files, they are already on the server I just want the hyperlink to change.

    It sounds like there's a fundamental misunderstanding of the "Link to File" feature.
    If you're going to manually FTP files to your server to specific folder locations, then you'll need to manually enter the external http links to those files as links via the hyperlinks UI in Muse (just as you would any link to any other web page or file). Don't use the "Link to File..." feature for this use case.
    If you're going to have Muse upload the files for you, then you can use the "Link to File" feature in Muse. With that feature the link will always be to a file in the "assets" folder and both the link and the file name will be converted to an SEO friendly all lowercase file name with dashes in place of spaces.
    In either case there should be no need to edit any of the output of Muse. Either you can manually FTP files to your hosting and enter external http links (i.e. http://mysite.com/wherever/whatever.xyz) or you can use the "Link to File" feature in Muse in which case the only option is to accept the file location and name created by Muse.

  • Document to document hyperlinks exported to epub do not work

    I've been flooding the forums lately with a lot of ebook questions recently . . . hopefully this will be the last one. I've created multiple documents combined into a book, so that when I export my ebook, I'll get the necessary breaks within the book.  However, the cross references/hyperlinks that I've created using text anchors throughout the book only work if the source and destination are in the same document.  If I have a source in one document referring to a destination in another document, when I export the epub file, the link only jumps at the source rather than linking to the destination. I've creating the links by selecting the open document from the document drop down and then selecting the destination from the text anchor drop down.  It seems to work within ID, but not exported as epub.  What am I doing wrong?  I really need to fix this problem so my TOCs will work, at least.

    You are not doing anything wrong. It a bug in CS5.
    What happens is, the reference to the source file drops out of the code line, like this:
    <a id="anchor-50-anchor" /><span class="superscript"><a href="#anchor-57-anchor">1</a>
    and to should look like this
    <a id="anchor-50-anchor" /><span class="superscript"><a href="Notes.xhtml#anchor-57-anchor">1</a>
    So you will need to insert to relevant .xhtml file back into the code. I use Dreamweaver for the code stuff (only because it's free with CS package and because if give a preview window)
    I doesn't take long to fix...

  • FWs Nav Bar - Make Hyperlinks

    Hi
    I am currently making a website and I have created a nav bar
    in fireworks using slices and pop-up menus etc. Anyway I have
    imported it to my website in Dreamweaver, but I cant figure out how
    to make a hyperlink from the from down and nav bar buttons to the
    corresponding page. Do I make the links in Fireworks? If so, how?
    In Dreamweaver also how?
    Any help much appreciated, thanks.

    It would be easiest to add the hyperlinks in Fireworks, which
    you can do in the pop-up menu editor (same place you entered the
    text for the buttons).
    If you wanted to add the links in Dreamweaver you'd have to
    do it in source-code view. Search for the text that you entered for
    the button name, and Fireworks should have entered a pound/hash
    symbol (#) for your link (don't quote me on that though). Replace
    that with your page link and you should be good to go.
    Someone should be along shortly to tell you that the
    Fireworks menus suck though, so stand by for that.

  • 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 Make A Large Photo with Product Detail for My Thumbnails in Dreamweaver

    Hello All:
    New to Dreamweaver, so my code knowledge does not exist yet. Have Mercy!!!!
    Anyway , I am making a typical product page.
    I prefer that when people click the thumbnail product photo to not have to click into another brower.
    Nowadays you are able to click in what is commonly called a "Quick View" that pops up and gives you a full sized
    image along with product detail, and pricing.  That's all I want.
    How can I link this [the larger photo and product detai] to my thumbnails in Dreamweaver???? 
    I want the look that is on every website like Target, Macy, etc.
    Someone, please help me to  !!!!!!!
    These lil' faces are really cute.  They are helping me to smile after hours and days, weeks of frustration.   TWIN MADDOG!!!

    Hi,
    don't understand your problem, ore hope to understand it right. You could put the images on a DW file and link to another file with the larger image and where you have written all your informations.
    I made this here only for a new, larger image (without additional informations):
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Unbenanntes Dokument</title>
    </head>
    <body>
    <p><a href="pflanze1_l.jpg" target="_parent"><img src="pflanze1_s.jpg" alt="Thumbnail01" width="100" height="75" border="0" /></a></p>
    <p><a href="pflanze1_l.jpg" target="_parent">or this you use an Hyperlink to the larger image</a></p>
    </body>
    </html>
    s=small; l=large
    Hans-G.

Maybe you are looking for

  • Back ground jobs scheduling

    Hello Abap Gurus: I have a requirement in which i need to modify come data in a spool and i need to create the spool again. i) How to schedule background jobs if i have say 100 spools which i need to modify in the same way and create spools of all th

  • My blackberry q10 and its problem with the boradcast

    hii there, could you please help me with a problem that i cant solve? , this is why im posting here so i can get the best answer. i have almost 2000 bb contacts in my list, and whenever i try to send a BC using "select all " feature, it says the mess

  • Apps and printer won't work after downloading mavericks

    Since downloading OS X Mavericks I have encountered the following problems: Unable to print from Illustrator & Photoshop. Illustrator and Photoshop crash. Macintosh HD will not always show contents (applications, library, user, etc), Unable to use Mi

  • GREP search for single line paragraphs, CS3

    I need to find all single line paragraphs, apply a paragraph style to them and apply that style's "next style" to the next paragraph. Is there any way to do this using GREP? Thanks

  • Can I use Time Capsule (2T) with an imac running 10.5.8?

      Today I purchased TC, to use as my backup drive, and specifically asked the store (PeachMac) if TC would work with my antiquated imac 10.5.8.  They said yes.   I get home and proceed to set it up.  I plugged my DSL router into the Ethernet LAN, and