2 col right sidebar problem

I am trying use the 2 col right sidebar css page that comes with dreamweaver cs4, it looks fine in design view, but live view shows no layout ie, the sidebar is on top of the page.  What is wrong, can someone help?
Thanks!

It sound like you didn't upload your css file to the webserver or it is not linked right on the page. Can you give us a URL to the page? That would be best.
Jim

Similar Messages

  • How to keep the right sidebar on this website from going under the main content (center) column?

    Hi...is there a way to keep the right sidebar on this website from going under the main content (center) column when the browser window is made smaller? It would be great if the middle (main content) column could get smaller instead of the sidebar moving under the text when the window is made smaller. I'm working with a fluid layout and this is the first time I've tried this. Any help would be appreciated. Here is the link to the website:
    http://www.elynncohen.com
    and here is my code:
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Your Career Direction Career and College Counseling</title>
    <meta name="Keywords" content="career counseling, college counseling, job search, career choice, college options, career options, work, jobs, new opportunities, career change, new career, new job" />
    <meta name="Description" content="Your Career Direction :: Career and College Counseling" "Considering your college choices & career options" "Preparing for the world of work after college" "Seeking a new position to further your career"
    "In-transition and considering new opportunities"
    "Seeking to make a significant and meaningful career change"  />
    <meta name="Publisher" content="Your Career Direction, LLC" />
    <meta name="Copyright" content="Copyright 2012, Your Career Direction, LLC. All rights reserved." />
    <meta name="Author" content="Lisa Mark" />
    <meta name="Language" content="en-US" />
    <meta name="distribution" content="global" />
    <meta name="revisit-after" content="10 days" />
    <meta name="Robots" content="All" />
    <link rel="Index" href="index.html" />
    <link rel="Site Map" href="sitemap.html" />
    <script type="text/javascript" src="//use.typekit.net/ifb2bte.js"></script>
    <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
    <style type="text/css">
    <!--
    body {
        margin: 0;
        padding: 0;
        color: #000;
        font-size: 100%;
        line-height: 1.4;
        background-image: url(images/background.gif);
        background-repeat: repeat;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl {
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;    
        padding-left: 15px;
    .container .sidebar1 h3 {
        padding-left: 0px;
        color: #C60651;
        font-size: x-large;
    h1 strong {
        color: #C60651;
        font-size: 90%;
        font-family: "Binary ITC Bold";
    h1 strong em {
    a img {
        border: none;
    a:link {
        color:#414958;
        text-decoration: underline;
    a:visited {
        color: #4E5869;
        text-decoration: underline;
    a:hover, a:active, a:focus {
        text-decoration: none;
    .container {
        width: 80%;
        max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
        min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
        background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
        margin-top: 0;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        border-right-width: thick;
        border-left-width: thick;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #C60651;
        border-left-color: #C60651;
    .header {
        padding-top: 40px;
    #Quote {
        float: right;
        clear: left;
        margin-right: 1%;
    .sidebar1 {
        float: left;
        width: 20%;
        padding-bottom: 10px;
        margin-top: 40px;
        border-top-color: #FFF;
        border-left: #FFF;
        margin-left: 25px;
        background-color: #FFF;
        font-family: museo-sans;
    arial;
        max-width: 200px;
        min-width: 180px;
    .content {
        float: left;
        margin-top: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10;
        font-family: museo-sans;
    arial;
        width: 30%;
    .container .content p {
        padding-top: 0px;
    .sidebar2 {
        float: left;
        width: 30%;
        background-color: #D3CCB2;
        margin-top: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        border-top-color: #FFF;
        border-right-color: #FFF;
        border-bottom-color: #FFF;
        border-left-color: #FFF;
        border-right-width: 5px;
        font-family: museo-sans;
    arial;
        font-size: 90%;
        position: relative;
    .content ul, .content ol {
        padding-top: 0px;
        padding-right: 25px;
        padding-bottom: 15px;
        padding-left: 40px;
        font-family: museo-sans; arial;
        font-size: 100%;
        color: #666;
    .container .content p {
        font-family: museo-sans;
    arial;
        padding-top: 0px;
        padding-left: 17px;
        padding-bottom: 0px;
    #Quote {
        float: right;
        clear: both;
    ul.nav {
        list-style: none; /* this creates the space between the navigation on the content below */
        font-family:museo-sans; arial;
        line-height: 250%;
    .nav {
        font-family: museo-sans;
    arial;
        padding-left: 0px;
    ul.nav li {
        font-family: museo-sans; arial;
        padding-bottom: 10px;
    ul.nav a, ul.nav a:visited
        display: block;
        text-decoration: none;
        color: #333333;
        background-color: #FFF;
        font-family: museo-sans; arial;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
        padding-left: 15px;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
        color: #C60651;
        font-family:museo-sans; arial;
        background-color: #FFF;
        background-image: url(images/navbar2.gif);
        padding-bottom: 10px;
    .content img {
    .footer {
        position: relative;/* this gives IE6 hasLayout to properly clear */
        clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
        padding-top: 0px;
        padding-right: 0;
        padding-bottom: 10px;
    .fltrt { 
        float: right;
        margin-left: 8px;
    .fltlft {
        float: left;
        margin-right: 8px;
    .clearfloat {
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    .container .content {
        width: 50%;
        font-size: large;
        font-family: museo-sans; arial;
    #footer {    width: 100%;
        background-color: #FFF;
    .container .sidebar2 h4 img {
        padding-left: 20px;
        padding-top: 0px;
    .sidebar2 p img {
        border: medium solid #C60651;
    #Insert_logo2 {
        border-top-width: 4px;
        border-right-width: 4px;
        border-bottom-width: 4px;
        border-left-width: 4px;
        border-top-color: #fff;
        border-right-color: #fff;
        border-bottom-color: #fff;
        border-left-color: #fff;
    .container .content p .content strong {
        font-family: museo-sans; arial;
    .container .content .content {
        font-family: museo-sans; arial;
    .container .content ul li strong {
        font-family: museo-sans;
    arial;
        font-size: 95%;
        line-height: 150%;
        list-style-type: disc;
    .container .content ul {
    test {
        font-family: "Binary ITC Bold";
    .container .sidebar2 p img {
        margin-right: auto;
        margin-left: auto;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-top-color: #C60651;
        border-right-color: #C60651;
        border-bottom-color: #C60651;
        border-left-color: #C60651;
    li strong {
        line-height: 130%;
        list-style-type: circle;
        color: #978980;
    .container .content ul {
    .container .sidebar1 .nav {
        margin-top: 10px;
        margin-bottom: 10px;
    .sidebar1 .nav li {
        padding-bottom: 10%;
    .nav li a {
        background-image: url(images/navbar2.gif);
        background-repeat: no-repeat;
        background-position: right center;
        left: auto;
        right: auto;
        clip: rect(auto,auto,auto,auto);
    .container .sidebar1 .nav li a {
    .container .sidebar1 h6 {
        padding: 0px;
        color: #000000;
    #footer h3 strong {
        font-size: 60%;
        color: #978980;
    .container .content p {
        padding-right: 0%;
        padding-left: 0%;
        font-size: 85%;
    .container .sidebar2 p {
        padding-right: 8%;
        padding-left: 8%;
        padding-top: 5px;
    #Insert_logo2 #Insert_logo2 {
        padding-left: 15px;
    .container .content ul {
        color: #C60651;
    h6 {
        color: #978980;
        font-family: museo-sans;
    arial;
        font-size: 82%;
        padding-left: 20%;
        text-align: left;
        text-indent: 8px;
    .nav li a {
        padding-bottom: 10px;
    h8 {
        font-family: museo-sans; arial;
        font-size: 100%;
    h4 {
        font-family: museo-sans;
    arial;
        font-size: 100%;
        color: #C60651;
        padding-left: 17px;
        padding-top: 5px;
        padding-bottom: 0px;
    .container .content p {
        padding-left: 17px;
        padding-right: 30px;
    .sidebar1 h8 strong {
        font-size: 80%;
        font-family:museo-sans; arial;
    .container .sidebar1 h7 {
        font-size: 40%;
        color: #978980;
    h7 {
        font-family: museo-sans; arial;
        font-size: 15%;
    .container .sidebar1 h8 {
        font-family: museo-sans; arial;
    .sidebar2 p img {
        min-width: 200px;
        max-width: 100%;
    .container .content img {
        padding-left: 3%;
    img {
        position: static;
        text-align: left;
    body,td,th {
        font-family: museo-sans; arial;
    h5 {
        font-size: 150%;
        color: #C60651;
        padding-left: 0px;
        font-family:museo-sans; arial;
    .container .content p {
        padding-left: 17px;
        padding-right: 30px;
        font-size: 87%;
    .container .sidebar2 p {
        font-size: 90%;
    .container .sidebar1 .nav li {
        font-family: museo-sans;
    arial;
    .container .sidebar1 .nav li a {
        padding-left: 0px;
        margin-bottom: 0px;
        height: 30px;
    li a {
        padding-left: 2px;
    -->
    </style><!--[if lte IE 7]>
    <style>
    .content
    ul.nav a { zoom: 1; } 
    </style>
    <![endif]--></head>
    <body><script type="text/javascript">
    function pageWidth() {
    return window.innerWidth != null? window.innerWidth : document.documentElement && document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body != null ? document.body.clientWidth : null;
    function pageHeight() {
    return window.innerHeight != null? window.innerHeight : document.documentElement && document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body != null? document.body.clientHeight : null;
    </script>
    <div class="container">
      <div class="header"><!-- end .header -->
        <p class="clearfloat"><a href="#index.html" id="Insert_logo2"><img src="images/YCD-logo-tag-RGB-web-SM.gif" alt="Your Career Direction Logo" name="Insert_logo" width="50%" id="Insert_logo2" style="background: #FFF
        ; display:block;" /></a></p>
        <div id="Quote"><img src="images/quote.gif" alt="Choose a job you love" width="355" height="81"></div>
        <p class="clearfloat"> </p>
    </div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Home</a></li>
          <li><a href="#">High School Students</a></li>
          <li><a href="#">College Students</a></li>
          <li><a href="#">Parents/Educators</a></li>
          <li><a href="#">Professionals</a></li>
          <li><a href="#">Bio</a></li>
          <li><a href="#">Q &amp; A Blog</a></li>
          <li><a href="#">Testimonials</a></li>
        </ul>
      </div>
      <div class="content">
    <p>Given today's competitive job market, global economy, and changed corporate culture,
    we can no longer depend upon others to ensure our professional futures. Choosing or
    changing your career direction requires self-reflection, career education and an action plan.</p>
    <img src="images/Whether-you-are-.gif" alt="Whether you are considering your college choices and career options" width="197" height="31" align="left">
    <ul>
          <br><br><li><strong>Considering your college choices &amp; career options</strong></li>
          <li><strong>Preparing for the world of work after college</strong></li>
          <li><strong>Seeking a new position to further your career</strong></li>
          <li><strong>In-transition and considering new opportunities</strong></li>
          <li><strong>Seeking to make a significant and meaningful career</strong> <strong>change</strong></li>
        </ul>
    <img src="images/Onethingisforsureraster.gif" width="352" height="49" alt="One thing is for sure, we all want to direct our own careers, our own lives!">
    <br><p> Building a successful and rewarding career requires linking your interests, education and experience with employment trends, growth industries, and career choices. It takes making smart decisions about your college major, vocational training and continuing education options. With enthusiasm, persistence and top notch job search skills, you can succeed in finding a path to career that is right for you.</p>
    <p> We are your advocate. We listen, assess, strategize, inspire, counsel, and network on your behalf. With a personalized, holistic approach, we'll work with you to help you create an action plan; a path designed to get you to where you want to go and become what you want to be.</p>
    <img src="images/yourcareerourpassionraster.gif" width="441" height="20" alt="At Your Career Direction, YOUR career is our passion!"> </div>
      <div class="sidebar2">
        <p><img src="images/Counselingastudent.gif" width="100%" alt="Lisa Mark counseling a student"></p>
        <p>Our mission is to help you explore, choose and create your direction for an exciting and rewarding career path.</p>
         <p>We incorporate our experience with today's job market and career counseling expertise with your passions and interests. We'll introduce you to new career ideas, target companies and generate job and internship opportunities for you.</p>
         <p>We provide step by step guidance to ensure your success during the college application, job interview
    and decision making process.
    </p>
    </div>
      <div class="footer">
        <div id="footer">
          <h6 align="left"> Your Career Direction, LLC •  96 Harvard Avenue, Maplewood, N.J. 07040 • (973) 996-0207 • [email protected]</h6>
             </div>
        <p> </p>
      <!-- end .footer --></div>
    <!-- end .container --></div>
    </body>
    </html>

    You should make your sidebar1 and sidebar2 fixed positioned. Make your content DIV fluid.
    This should help you: http://www.glish.com/css/7.asp

  • EA 4.2 Two Level TabsLeft and Right Sidebar not highlighting the parent tab

    Theme 24 Two Level Tabs - Left and Right Sidebar page template is not highlighting the parent tab. I did some changes to the Current Parent tab section and it is working so can we see the changes in the EA2 or the final 4.2 product.
    Orginal
    <li><a class="active" href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>
    changed to
    <li class="active">#TAB_LABEL##TAB_INLINE_EDIT#</li>

    Log 4.2EA issues and comments using the Feedback link in the App Builder on apexea.oracle.com.

  • They fixed the right click problem, but now there is a bigger problem

    after updating, I can use my right click perfectly on Windows XP. however, my windows XP starts to restart very often-which means the "blue-sceen" comes out very often. I believe many poeple has this problem because I had already read couple of complains...Well...I hope apple can fix it soon.

    I could not right click on my macbook's Precision aluminum unibody enclosure under windows xp, and after updating the trobubleshooter, it works. However, my windows starts to restart again and again (the blue screen) and it says it is because the applemtp.sys has some problems. I read couple of others people's experiences on the Internet, and they all so it started to happen after they fix the right click problem.

  • How to remove right sidebar in pages?

    I really enjoy a distraction free/ minimalist view when i'm writing. the only thing preventing me from having that in the new pages version that came with Maverick is that right sidebar. Can someone please tell me how to remove it?

    Click on the Format or Setup button on the toolbar, whichever is active (blue). Or View > Hide Inspector (Opt-Cmd-I).
    Also in addition to hiding the inspector try, View > Hide Toolbar (Opt-CMD-T) in fullscreen mode -- you can really focus on your writing.

  • Trouble inserting repeating region as right sidebar in template

    Hi,
    my website has a main section and a left sidebar. I want to add a right sidebar of the same size and colour as the left one.
    I've tried interesting an editable repeating region like the adobe help file Dreamweaver / Creating editable regions in templates says
    http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7ab7a.h tml#WScbb6b82af5544594822510a94ae8d65-7ab6a
    I  can't click the mouse on the top right hand side of the main body, i.e. can't place the cursor there to be able to insert the repeating region where I want to insert it.
    when i do insert the editable region, it places it at the bottom left of my template and I can't move it around to the top right side where I want it.
    website is
    http://www.addcoach4u.com
    using dreamweaver CS3 on a Mac
    Any ideas?

    Thanks Nancy,
    cool site. I like the other designs on his site here too
    http://matthewjamestaylor.com/blog/-website-layouts
    any url for how to import my old design into that new template? ie how to put the top two nav bars that would extend across the page on top of the 3 column layout & add a footer at the bottom of the 3 column layout that goes on the bottom of the 3 column layout?

  • HT201401 What you sent me does not help me right My problem is the hardware of the iPhone and its settings I have a problem I Cmtor Home is not where his curve and let's make noise and not working

    Hello my name is and I'm from Israel Lidor My home button on the iPhone 5 does not pass he makes heads and crooked, I bought it from Apple in Spain Barcelona If you can do something with this issue Nora will thank you.!
    What you sent me does not help me right
    My problem is the hardware of the iPhone and its settings
    I have a problem I Cmtor Home is not where his curve and let's make noise and not working

    The warranty is NOT international. The exception is the E.U.
    Since Spain is an E.U. Member country, you can take it back to an Apple Store in any EU country for service. It can not be serviced outside of the E.U.

  • Creating "right sidebar"

    OK, this one has me totally stumped.
    I have done the following ad nauseum:
    div - wrapper
    div - banner
    div - left side bar (into which I placed div - menu stuff)
    div - main content
    div - right sidebar (CANNOT get right sidebar's right border
    to align with right border of right border of banner div and
    horizontally aligned with top of left side bar and main content
    div's
    Code is attached. Can someone please tell me what I'm doing
    wrong.
    Thanks - David Bird

    This is an obvious error -
    #leftsidebar {
    And this too -
    <div id="#wrapper"
    Fixing those, and removing redundancies, and unnecessary
    markup, try this -
    http://murraytestsite.com/davebird.html
    The HTML is exactly what you posted (except for fixing the
    id).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "SwampeastMO" <[email protected]> wrote in
    message
    news:[email protected]...
    > OK, this one has me totally stumped.
    >
    > I have done the following ad nauseum:
    > div - wrapper
    > div - banner
    > div - left side bar (into which I placed div - menu
    stuff)
    > div - main content
    > div - right sidebar (CANNOT get right sidebar's right
    border to align with
    > right border of right border of banner div and
    horizontally aligned with
    > top of
    > left side bar and main content div's
    >
    > Code is attached. Can someone please tell me what I'm
    doing wrong.
    > Thanks - David Bird
    >
    > PAGE CODE
    >
    > <!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>Home</title>
    > <style type="text/css">
    > <!--
    > body {
    > margin-left: 0px;
    > margin-right: 0px;
    > }
    > #leftsidebar {
    > float: left;
    > width: 154px;
    > clear: none;
    > }
    > -->
    > </style>
    > <link href="fsbstyle.css" rel="stylesheet"
    type="text/css" />
    > <style type="text/css">
    > <!--
    >
    > #leftsidebar p {
    > float: left;
    > height: 474px;
    > width: 154px;
    > }
    >
    > #wrapper {
    > font-family: Arial, Helvetica, sans-serif;
    > font-size: 14px;
    > font-style: normal;
    > line-height: normal;
    > color: #000000;
    > float: left;
    > height: 600px;
    > width: 760px;
    > padding-top: 10px;
    > padding-left: 10px;
    > }
    > #banner {
    > padding: 10px;
    > width: 760px;
    > }
    >
    >
    >
    > -->
    > </style>
    > </head>
    >
    > <body>
    > <div id="#wrapper">
    > <img src="fsblogo.jpg" alt="banner" width="760"
    height="111" />
    > <div id="leftsidebar">
    > <div id="menucontainer"><img
    src="Buttons/locationsup.jpg"
    > alt="locations"
    > width="153" height="27" /><img
    src="Buttons/personalbankingup.jpg"
    > alt="personal banking" width="153" height="27"
    /><img
    > src="Buttons/commercialbankingup.jpg" alt="commercial
    banking" width="153"
    > height="27" /><img src="Buttons/agbankingup.jpg"
    alt="ag banking"
    > width="153"
    > height="27" /><img src="Buttons/mortgagesup.jpg"
    alt="mortgages"
    > width="153"
    > height="27" /><img src="Buttons/insuranceup.jpg"
    alt="insurance"
    > width="153"
    > height="27" /><img src="Buttons/ratesup.jpg"
    alt="rates" width="153"
    > height="27" /></div>
    > </div>
    > <div id="maincontent">sdfdsfs fasfddas sfasdfsdf
    fasdfdsfas asfsdfassfas
    > asdfsdafasdf asfdsfasfsa asdfdsfas sadfas asfdsfsfsfad
    asfdfdsafasdfd
    > sdfdsafsafs asdfdsaff asdf as fsdafasfd fas asdfs
    dfaasfdfasdfasdfasfsdf
    > asdfdasdfasf asdfsadfsf asffsdafdsa sadfas fasdf asdf as
    dfasfasfddf
    > asdfadfasddfasdf afdsfsafsdf asfdsafsda asdfasfsdfdsafaf
    adfadf asdfsafsa
    > asdfsadfdsfsdfds asdfdsafsdf sdfsaf</div>
    > <div id="rightsidebar">Content for id
    "rightsidebar" Goes Here</div>
    > </div>
    > </body>
    > </html>
    >
    > STYLE CODE
    >
    > #wrapper {
    > font-family: Arial, Helvetica, sans-serif;
    > font-size: 14px;
    > font-style: normal;
    > line-height: normal;
    > color: #000000;
    > float: left;
    > height: 600px;
    > width: 760px;
    > padding-top: 10px;
    > padding-left: 10px;
    > }
    >
    > #banner {
    > padding: 10px;
    > float: left;
    > width: 760px;
    > }
    >
    >
    > #maincontent {
    > padding: 10px;
    > float: left;
    > margin-top: 0px;
    > margin-left: 25px;
    > margin-right: 25px;
    > width: 402px;
    > }
    >
    >
    >
    > }
    >
    > #leftsidebar {
    > background-image: url(Art/Sidebar.jpg);
    > height: 435px;
    > width: 154px;
    > padding-top: 10px;
    > padding-left: 0px;
    > }
    >
    >
    > #menucontainer {
    > height: 300px;
    > width: 152px;
    > padding-top: 20px;
    > padding-left: 0px;
    > float: left;
    > margin-left: 1px;
    > margin-right: 1px;
    > }
    >
    > #rightsidebar {
    > float: left;
    > height: 325px;
    > width: 154px;
    > margin-left: 604px;
    > padding-top: 10px;
    > background-image: url(Art/Sidebar.jpg);
    > }
    >

  • Right click problem: I did not know about the Yahoo sidebar issue, I have removed all toolbars from my browser from 'view' menu. There is nothing in my 'extensions' to disable. Right click is not working. What to do?

    Right clicking is not working on any of the websites. I read up that it's a Yahoo sidebar issue. But, in my extentions, Yahoo sidebar is not there. I had removed all toolbars, but from 'view' menu. Now how do I get my right click to work?
    == This happened ==
    Every time Firefox opened
    == I've noticed it on 1 Aug 2010

    This is a user-supported board. You are not addressing Apple here. Nor is it a good idea to post your private information to a public forum. You should edit your post immediately.
    Unfortunately no one here can access your support history. You must respond to the emails directly.

  • Adobe Acrobat 9 Pro - Creating PDF from explorer (Right-Click) problem

    Hello,
    I am new here. I've searched the forums here and maybe I've missed finding the solution.  We recently updated from Acrobat 6 Pro to Acrobat 9 Pro, and I can no longer get a PDF to be created in the same folder the Word, Excel or other file is located.
    In otherwords, when I use (under Windows Explorer) the right-click option and Convert to Adobe PDF, Acrobat 9 Pro keeps asking me where to save this file!  Under Acrobat 6 Pro, it would just create the file under the same folder unless I specified otherwise.
    I have tried to look under the Word 2003 Adobe PDF "Change Conversion Settings" and I do not have the box next to Prompt for Adobe PDF file name checked.
    Am I missing something? I would have assumed this simple process would have carried over from Acrobat 6 Pro. I really do not want to go through a bunch of processes just to save the PDF in the same folder. Under Acrobat 6 Pro, this was a simple task. I am not doing anything major, just converting various Word (.doc) files to PDF.
    Thanks.

    Using Windows 7, Acrobat 10.0.1, basically the same problem.
    Explorer > Right-Click > Convert to Adobe PDF
    brings up the Save As dialog and if you'll notice the path in the address bar at the top, it defaults to the last folder in which you created a PDF.
    In the Save As dialog, browse to the folder in which you want to save the PDF then click the Save button. This folder will stay in effect until you change it by browsing to a different one in the Save As dialog.
    Using Acrobat X, I tried everything I could think of to get a fast, efficient way of converting multiple files to PDF (with the same name and in the same folder as the source files) and, unfortunately, the method described above seems to be the fastest. I tried drag and drop to an Adobe PDF printer shortcut and that didn't work at all--it did nothing! In Acrobat X, File > Create > Batch Create Multiple Files will present a dialog with options for saving to the same folder and keeping the same name as the source file, although it seems like the files process slower in addition to having to click 8 times (not counting selecting the files) before the process begins.
    I fervently hope that Adobe will change Explorer > Right-Click > Convert to Adobe PDF back to automatically saving to the same folder as the source document.

  • Acrobat 9 - right click problem

    I recently encountered some problems with IE8 and removed and reinstalled it.
    I am now no longer able to right-click from within a web page and see 'convert to pdf'.
    There is a pdf on the toolbar but the right-click menu is missing what I use quite often.
    I have Acrobat 9.3
    Windows Vista Business
    IE8

    You may have to reinstall. It may also be that the fix of IE caused the macro of the PDF viewer to be locked out. Anyway, some thoughts for this day.

  • Printing right-justification problem

    I have tried to use several methods to accurately determine the rendered width of a string in order to position it at (right_edge - width) --that is, right-justified.  The problem is, all of the methods I have tried seem to under-report the length, resulting in the last few characters of the string being cut off at the right margin.  Here are the methods I have tried:
    // g is an instance of Graphics2D cast from the Graphics object
    // passed in via the Printable's print method
    GlyphVector gv = g.getFont().createGlyphVector(g.getFontRenderContext(), MY_SENTENCE);
    int widthONE = (int)Math.round(gv.getVisualBounds().getWidth());
    int widthTWO = (int)Math.round(gv.getLogicalBounds().getWidth());
    // try the standard methods:
    int widthTHREE = (int)Math.round(g.getFontMetrics().getStringBounds(MY_SENTENCE,g).getWidth());
    int widthFOUR = g.getFontMetrics().stringWidth(MY_SENTENCE);
    I then render the string at the bottom right of the area using:
    g.drawString( MY_SENTENCE, areaWidth-widthONE, areaHeight-1 );
    ...or widthTWO, etc.
    No matter what Font I use, widthONE==widthTWO==widthTHREE==widthFOUR
    areaWidth/areaHeight are correct, because a bounding rectangle (0,0,areaWidth,areaHeight) is rendered correctly and measures accurately with a ruler. But the string ends up cut off.
    I am using Java 2 version 1.3.1_01 (Windows). I have tried several HP laser printers with identical results. Does anyone have any suggestions? Is this a bug in Java?
    Thanks!

    AHA! I upgraded to 1.4.2_03-b02 (Windows) and the problem went away... string bounds are accurate and right justification works nicely. And I was almost going to start on a workaround!

  • Weird Desktop Right Click Problem?

    I Can't Right Click on My Desktop, like when I Minimize The Safari & I Wanna Right Click on the Desktop it does not want to Right Click to Automatically Hide The Safari, I Believe it was when I Updated The OnyX Today or when I Was Searching for Desktop Wallpaper?, what should I Do to get it back to it's normal way?
    When I Try to Right Click on the Desktop it does not do nothing, I Thought a Little Window was suppose to Open?

    Yeah I Have all of them showing in my side bar but I'm not talking about that, i'm talking about When I Go to Go then I Go to Computer in the folder Window I See Macintosh HD File & Network File in My Window & when I Turn on My G-Drive I See more Drives in the Window & The Side bar but when I Have My G-Drive off I See in My Devices in the Sidebar I See Byron Koukaras's iMac & Macintosh HD & iDisk
    but in the Window when I Look at My Folders when I Click Go & Click Computer I See 2 Files in the Folder A Network File & Macintosh HD File what i'm saying is that the only to that should be in that window? or you still don't understand? but if you don't then forget what I Said then, i'll just go to The Apple Store & see for myself? I Just wanted to see if everything is set up right?
    don't think i'm being mean to you, it's only a computer, i'm trying my best way to make you understand, i'm not being mean to you.
    Message was edited by: Apple4Ever556

  • Right click problem

    when i clicked right button, a big menu opens. and the menu doesn't work.
    http://i.imm.io/14Yvw.png
    ubuntu
    firefox 20.0

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Mighty Mouse (BlueTooth) Right Click Problem

    Many times when I right click on the mouse, nothing happens.
    If I move the tab (on back on mouse) covering the blue tooth signal, apple reports mouse not found. The mouse then is found and my right click function works. I did this to reset the mouse to solve the problem but it does not make it a permanent solution.
    Do I have a defective mouse or is this a normal behavior with this mouse. I have used other mice before on Windows PC and no other wireless mice exhibits this behavior.

    "Laser illumination is considered more superior " ???
    Yes, I'm a 20+ year veteren of many Apple mice.
    Laser is clearly the superior choice over the optical in the MM.
    MM skips with detail moves, this Logitech mouse is precise and smooth.
    The Logitech mouse is wireless and has it's own combination charger stand/bluetooth(?) reciever that just plugs into a USB port. No batteries to worry about. Plus it's more egronomic and one can do a right click and a left click at the same time, unlike a MM.
    Apple's MM (in both forms) is clearly inferior, I've been through two already since they have been out. Being the Apple loyalist I am, I gave it a second try. But I need to get some work done without having to fight a greasy scroll pea and gunked up rollers with MM.
    In this hardware case Apple has been clearly bested, perhaps it was intentional, who knows? Apple's MM just plain under-performs.
    I'm almost positive you'll be happy with this Logitech brand/type of mouse.
    I'm sure if you shop around you can find it on sale, I did for about $30. A fraction of what a wireless MM would cost you.
    (no comp)

Maybe you are looking for

  • Due to Ugpgrade to iOS7 I can no longer connect my ipad or iphone with a Bose airlink. The icon is no longer there.

    Hi, I recently bought a Bose Soundlink air, and I could easily connect my Ipad or Iphone to this sound system, by clicking on a specific icon. Unfortunately, due to the upgrade to the last IOS 7, I cannot seem to connect to the sound system. The icon

  • How do I install an SSD in my Pavilion d7v

    I am getting ready to install a SSD into my PAvilion d7v and would like to ave a good set of instructions.

  • Final Cut Pro to work on two computers simultaneously?

    I have two iMac computers running the same version and serial number of Final Cut Pro. But, only one computer can work with Final Cut at a time. I have to log out from FCP to be able to open FCP on the second computer. This limits our ability to work

  • Merge multiple layers

    is it possible to select multiple layers (with layermask) and merge them? tell application "Adobe Photoshop CS6"     tell current document         set current layer to every layer of layer set "bloem 1-9" of layer set "Bloem"         tell current lay

  • My Time Capsule died today

    Beware of some Time Capsules actually being a time capsule and being buried for life. Mine just lost power and now wont ever turn back on and is now a big heavy paper weight.