≥≤ Symbols output in different sizes. Please help!

Working in Quark Xpress 9.5.1, on OS 10.8.4 using Font Agent Pro 5.028...
I am having difficulty with the the font Helvetica Condensed. Sometimes the greater than/equal (≥) or less than/equal signs (≤) are different sizes. We have three different macs all set up with same software/versions and using the same font library. Each one is outputting differently. We have struggled with this same issue through various OS and various versions of Quark and Font Agent Pro.
I am not very knowledgeable about all of the things that can go wrong with fonts - and I just don't know how to get to the source of our issue.
This happens using both Adobe and Allied Fonts.
Please help!

The usual problem is that at print time, your printer does not have the exact font available, and substitutes a different font that it thinks should be comparable. The letters sometimes work, but special symbols are rarely the same in all aspects in different fonts.
If there is a Printer option to do so, tell it not to do any Font substitution.

Similar Messages

  • Ld:warning symbol 'jpeg_std_message_table' has differing sizes

    Hi all !
    I have a problem in generating my shared object.
    My shared object depends on other two shared objects (libAB.so & libXY.so), of which I don't have any control (i.e., I can't modify the source code).
    When I try to generate my shared object, the compiler generates the following waring:
    ld:warning symbol 'jpeg_std_message_table' has differing sizes:
    ( file /home/ravinder/libXY.so value=0x1f0; file /home/ravinder/libAB.so value=0x1f4);
    /home/ravinder/libXY.so definition taken
    Even though this seems to be a warning, when i try to run my program which accesses the functions in the library "libAB.so", my code is blowing out by dumping the core.
    Please help me out.
    How do I overcome this problem, where I can't access the source code of the dependent libraries.
    Is there any compiler option, which resolves this symbol conflict.
    Is is it possible to overcome this complex symbol resolution problem?
    Please help me.
    Thanks in advance,
    ~Ravinder.

    Different object files have different definitions of the object 'jpeg_std_message_table'. Likely causes of the problem:
    - they were compiled using different versions of a common library.
    - you have a collision between unrelated objects with the same name.
    Since your program doesn't run, the differences in definition, or the collision, is important, and you must resolve it somehow.
    You can run "nm" on each binary to find the files where the symbol is defined:
    nm somefile | grep jpeg_std_message_table'
    and look for lines that do not say UNDEF.
    If the different definitions are from 3rd-party libraries, you will have to contact the supplier to find out how to resolve the issue.

  • I bought(own) and gifted(friend) an app which i was charged 2 different prices please help me with this!!!

    I bought(own) and gifted(friend) an app which i was charged 2 different prices please help me with this!!!

    Apple does not sell an unlocked iPhone. Some cell carriers offer the option to purchase an unlocked phone at a significantly higher price. Your friend could go to Hong Kong and buy an unlocked phone from an authorized carrier but if he has any problems with the phone, he will need to take it back to the country where he purchased it.

  • 1 input file to 2 output file mapping. Please help!

    Hi Experts,
      I have a snenario where from one input file I have to generate two output files. My sender and receiver systems are the same since I want to generate the output files in the same location. I am using both the systems same just for testing purpose.
    So in IR I have created
      1. one outbound interface for the input file
      2. two inbound interfaces for the output files
      3. one message mapping containing one input message  
          transformation to two output messages.
      4. one interface mapping containing one input interface
          transformation to two output interfaces.
      In ID I have created
        1. one file sender channel and two receiver channels for two output files with different names.
        2. two receiver agreements
        3. one sender agreement
        4. one interface determination of type "Enhanced".
        5. one receiver determination
      But when I run the scenario given one valid input file  I am getting the error in the sxmb_moni : RuntimeException in Message-Mapping transformation: Cannot produce target element.
    However message mapping and interface mapping works perfectly if I test it in IR with the same input file. 
    Can somebody help me understand what I might be doing wrong?
    Have I done the configuration correctly for 1:N mapping?
    Please help! I will be greatfull to you if you can help me.
    Thanks
    Gopal

    If my input file is like this:
       <ns1:LocationMsg_MT xmlns:ns1="http://www.abc.com/Gopal">
             <Location>
             </Location>
    </ns1:LocationMsg_MT >
    Then my scenario is working.
    But my input file will be like this:
    <LocationMsg_MT>
             <Location>
             </Location>
    <LocationMsg_MT >
    This is giving problem.
    How to handle this kind of file?
    Thanks
    Gopal
    Edited by: gopalkrishna baliga on Mar 14, 2008 3:19 PM

  • SAPscript Output Problem - Very Urgent - Please help

    Hi,
    I am having the following problem with SAPscript.
    In the Main Window, I have instructions to the printer in the ZPL2 language (For Zebra Printer).
    There are also several variables, which are highlighted in Gray and enclosed in the’&’.
    There are also several elements – all of them empty except for the one where this code is.
    Now, I received this program to modify in terms of code and the output.
    IF you have never done any work with Zebra Printing, the way it is done is that you create a label using the Zebra BarOne or Zebra Designer program, then output it to an ‘itf’ file, upload it into a standard text as .itf and copy the uploaded contents to the main window. When printing to a Zebra printer, the Zebra printer will read the instructions and will print the output.
    Here is the problem: The config for the output type is correct.
    When doing a printing test from SAPscript, I get the right output and the Zebra printer is able to print it.
    However, the real process for this task will go through MB02. There, if I create a spool request using the proper method (select output type and etc.), it will go the spool. However, if I print preview or output (doesn’t work with the Zebra printer, so I have to output to the Laser printer), it will output the following (none of the following includes any of the ZPL2 code/instructions. Instead, it seams to print the variables contents with the field name next to it – This isn’t whats it’s the Main window!!!)
    http://img244.imageshack.us/img244/6915/66052475zk2.jpg
    Please help. I have debugged but don’t know what to do and can’t find anything wrong.
    This is very urgent. Any help will be useful.
    Thanks,
    John

    Ok, maybe I have confused others in regards to the issue as well.
    We expect this label to be output from a Zebra Printer.
    When output through Sapscripts printing test, the preview from the spool shows the ZPL2 code in small font (non readible if a created a screenshot) and if sent to the Zebra Printer, it prints the label correctly.
    When output through MB02, the preview from the spool shows the code that I have attached to the 1st post in this thread. If I try to output to the Zebra Printer, nothing happens because the ZPL2 instructions are not even in the preview and therefore, the Zebra printer recieves no instructions. I should not have mentioned the laser printer, because it has nothing to do with this issue.
    I hope that this makes the issue a little more clear and understandable. Please help.
    Here is the ZPL2 coding before uploading to standard text (only difference is that once uploaded,  the '/' characters are removed.) However, I believe that the problem may lie in the print program and how it compiles but I debugged and haven't really seen where it comes from:
    /:NEW-PAGE
    / ^XA
    / DFNEW-RE-1FS
    / ^PRC
    / LH0,0FS
    / ^LL1830
    / ^MD0
    / ^MNY
    / LH0,0FS
    / FO244,854A0N,55,46CI13FRFB154,1,0,LFN999^FS
    / FO819,698A0N,55,46CI13FRFN998FS
    / FO245,477A0N,55,46CI13FRFB755,1,0,RFN997^FS
    / FO389,926A0N,55,46CI13FRFB654,1,0,RFN996^FS
    / BY3,3.0FO42,1072B3N,N,152,N,YFRFN995FS
    / FO276,1258A0N,55,46CI13FRFN995FS
    / FO484,774A0N,55,46CI13FRFN994FS
    / FO817,774A0N,55,46CI13FRFN993FS
    / FO611,556A0N,55,46CI13FRFN992FS
    / FO245,556A0N,55,46CI13FRFN991FS
    / FO397,117A0N,55,46CI13FRFN990FS
    / FO245,405A0N,55,46CI13FRFB880,1,0,RFN989^FS
    / FO244,698A0N,55,46CI13FRFN988FS
    / FO629,998A0N,55,46CI13FRFN987FS
    / FO244,623A0N,52,42CI13FRFN986FS
    / FO397,261A0N,55,46CI13FRFB404,1,0,RFN985^FS
    / FO819,854A0N,55,46CI13FRFN984FS
    / FO725,554A0N,55,46CI13FRFN983FS
    / FO397,189A0N,55,42CI13FRFB695,1,0,RFN982^FS
    / FO397,333A0N,55,42CI13FRFN981FS
    / FO638,333A0N,55,42CI13FRFN980FS
    / FO391,21A0N,63,63CI13FRFB433,1,0,CFN979^FS
    / FO36,698A0N,55,46CI13FR
    / FDWBS:FS
    / FO37,405A0N,55,46CI13FR
    / FDMATL:FS
    / FO37,478A0N,62,44CI13FR
    / FDDESC:FS
    / FO554,698A0N,55,46CI13FR
    / FDSUPPLIER:FS
    / FO32,625A0N,55,46CI13FR
    / FDTEXT:FS
    / FO35,1258A0N,55,46CI13FR
    / FDBATCH NO:FS
    / FO770,775A0N,63,51CI13FR
    / FD/FS
    / FO32,854A0N,55,46CI13FR
    / FDESHM:FS
    / FO37,556A0N,55,46CI13FR
    / FDQTY:FS
    / FO32,998A0N,55,46CI13FR
    / FDSAP MATERIAL DOC NO:FS
    / FO525,333A0N,55,46CI13FR
    / FDofFS
    / FO556,854A0N,55,46CI13FR
    / FDINSPECT:FS
    / FO32,926A0N,55,46CI13FR
    / FDUNLOADING:FS
    / FO37,117A0N,55,46CI13FR
    / FDSTOCK TYPE:FS
    / FO32,774A0N,55,46CI13FR
    / FDPURCHASE ORDER:FS
    / FO37,188A0N,55,46CI13FR
    / FDDELIVER TO:FS
    / FO37,260A0N,55,46CI13FR
    / FDSTORAGE LOC:FS
    / FO37,332A0N,55,46CI13FR
    / FDCONTAINERS:FS
    / FO1,1359GB1217,0,6^FS
    / FO594,1359GB0,474,6^FS
    / ^XZ
    /:NEW-PAGE
    / ^XA
    / ^XFNEW-RE-1.ZPL
    / FN999FD&ATWRT_HAZAMAT(6)&^FS
    / FN998FD&EKKO-LIFNR&^FS
    / FN997FD&MABDR-MAKTX&^FS
    / FN996FD&MSEG-ABLAD&^FS
    / FN995FD&MSEG-CHARG&^FS
    / FN994FD&MSEG-EBELN&^FS
    / FN993FD&MSEG-EBELP&^FS
    / FN992FD&MSEG-ERFME&^FS
    / FN991FD&MSEG-ERFMG&^FS
    / FN990FD&MSEG-INSMK(1)&^FS
    / FN989FD&MSEG-MATNR&^FS
    / FN988FD&MSEG-MAT_PSPNR&^FS
    / FN987FD&MSEG-MBLNR&^FS
    / FN986FD&MSEG-SGTXT(40)&^FS
    / FN985FD&MSEG-UMLGO&^FS
    / FN984FD&QALS-PRUEFLOS&^FS
    / FN983FD&V_BACKORDER&^FS
    / FN982FD&V_NAME3&^FS
    / FN981FD&WS_CNTR&^FS
    / FN980FD&WS_CON&^FS
    / FN979FD&WS_HEADER& &^FS
    / ^PQ1,0,1,N
    / ^XZ
    / ^FX End of job

  • A mic doesn't work. Adobe Flash Player camera and microphone exceptions are different. Please, help!

    Hello!
    The trouble began in Google Hangouts on Air. When I'm in conference room I read that my mic doesn't work. I checked settings, chose "default" one time and my microphone name another time. Both variants don't help. On the right end of an address bar I read this message: "this page has been blocked from accessing your camera and microphone". I clicked it, chose "Allow", after reloading the problem returns. Then I went to Chrome exceptions and allowed my mic on the site.
    In Chrome exceptions menu I read this: "Adobe Flash Player camera and microphone exceptions are different". Though I chose "Allow" in Chrome I can't do it Fllash Player. I did all the instructions which are given to solve audio problems, but it didn’t help. I also wanted to allow excess for my mic on “Website Privacy Settings Panel”, but I can’t find https://plus.google.com in the list to allow (attach a screenshot). I’m out of ideas what else to do. Please, help!

    Hello!
    The trouble began in Google Hangouts on Air. When I'm in conference room I read that my mic doesn't work. I checked settings, chose "default" one time and my microphone name another time. Both variants don't help. On the right end of an address bar I read this message: "this page has been blocked from accessing your camera and microphone". I clicked it, chose "Allow", after reloading the problem returns. Then I went to Chrome exceptions and allowed my mic on the site.
    In Chrome exceptions menu I read this: "Adobe Flash Player camera and microphone exceptions are different". Though I chose "Allow" in Chrome I can't do it Fllash Player. I did all the instructions which are given to solve audio problems, but it didn’t help. I also wanted to allow excess for my mic on “Website Privacy Settings Panel”, but I can’t find https://plus.google.com in the list to allow (attach a screenshot). I’m out of ideas what else to do. Please, help!

  • DVD Size- Please help

    I am in a little bit of a panic right now. I am rendering a movie in IDVD that I brought over from Final Cut Express. It's about 52 minutes long and 11GB. I put in a DVD that's only 4.7GB. I didn't know this was the problem. I put it in last night before I went to bed and this morning I got an error. I am assuming this is why I received the error. I am really new to all of this. Are there blank DVD's that will accomodate this size file and will they work with a MAC? Please help. I have to have this done by noon today.
    Thank-you so much.

    size doesn't matter in iDVD.. only length.. any under 120min is ok.
    recommendations:
    in iDVD: don't just 'burn', but select 'create image'.
    in FCE: don't 'manually' convert into something by choosing 'Export/Quicktime Conversion', just 'Export/Quicktime Movie' - drag that into iDVD.
    be sure, FCE project and iDVD project fit the same framerate/standard (25/29.97fps)
    don't 'overwhelm' iDVD's dropzones with 'hours' of content.. those dropzones are meant to fit a few seconds (minute) of material..
    be sure, your projects contain 'any' audio (even an audio-track of 'nothing' is audio.. but no 'empty' audio track in iDVD please).
    when image is created, launch apps/Utilities/DiskUtility to 'copy' disk image onto a 'real' DVD.. choose Verbatim or Toyo Yuden -r ... burn speed 2-4x .

  • Preview in Browser and Adobe Browser Lab show website differently? Please help

    Hi...working on my first website and I have a question about the differences in viewing the site through
    choosing file...preview in browser....
    from within Dreamweaver, and using the Adobe Browser Lab to view the website.
    There seems to be a very significant difference between the two. When I preview firefox from within dreamweaver, my site is just how I want it.
    When I go to browser lab, it is...well... a disaster.
    I'm attaching screenshots of the two as well as my code, so it can show how different they are. Here is a screenshot of the website as it looks when I use the preview in browser function from within dreamweaver to view it in firefox. This is how I'd like it to look.
    And here is a screenshot of what it looks like when I preview it in Adobe Browser Lab in Firefox.
    The quote is underneath the logo, the left div text is flowing over the center div, the nav bar graphics are too narrow, the photo is hanging outside the div it should be contained in. Not what I want.
    Does anyone have any insight into how I would fix this or which version is correct?
    I'm stumped. This is my first website: shouldn't these two things be similar? And which one is correct?
    and here is my code:
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Your Career Direction Career and College Counseling</title>
    <style type="text/css">
    <!--
    @font-face {
        font-family: 'museo_sans_500regular';
        src: url('museosans-500-webfont.eot');
        src: url('museosans-500-webfont.eot?#iefix') format('embedded-opentype'),
             url('museosans-500-webfont.woff') format('woff'),
             url('museosans-500-webfont.ttf') format('truetype'),
             url('museosans-500-webfont.svg#museo_sans_500regular') format('svg');
        font-weight: normal;
        font-style: normal;
    @font-face {
        font-family: 'museo_sans_500italic';
        src: url('museosans-500italic-webfont.eot');
        src: url('museosans-500italic-webfont.eot?#iefix') format('embedded-opentype'),
             url('museosans-500italic-webfont.woff') format('woff'),
             url('museosans-500italic-webfont.ttf') format('truetype'),
             url('museosans-500italic-webfont.svg#museo_sans_500italic') format('svg');
        font-weight: normal;
        font-style: normal;
    @font-face {
        font-family: 'binary_itcregular';
        src: url('binaritcbol-webfont.eot');
        src: url('binaritcbol-webfont.eot?#iefix') format('embedded-opentype'),
             url('binaritcbol-webfont.woff') format('woff'),
             url('binaritcbol-webfont.ttf') format('truetype'),
             url('binaritcbol-webfont.svg#binary_itcregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }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 { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    h1 strong {
        color: #C60651;
        font-size: 90%;
        font-family: "Binary ITC Bold";
    h1 strong em {
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color:#414958;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #4E5869;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
    .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;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300";
        border-right-width: thick;
        border-left-width: thick;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #C60651;
        border-left-color: #C60651;
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        padding-top: 40px;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    #Quote {
        float: right;
        clear: left;
        margin-right: 50px;
    /* ~~ These are the columns for the layout. ~~
    1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.
    3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
    4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.
    .sidebar1 {
        float: left;
        width: 15%;
        padding-bottom: 10px;
        margin-top: 40px;
        border-top-color: #FFF;
        border-left: #FFF;
        margin-left: 25px;
        background-color: #FFF;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .content {
        width: 60%;
        float: left;
        margin-top: 40px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .sidebar2 {
        float: left;
        width: 30%;
        background-color: #D3CCB2;
        margin-top: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        border-top-color: #FFF;
        border-right-color: #FFF;
        border-bottom-color: #FFF;
        border-left-color: #FFF;
        border-right-width: 5px;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
        padding-top: 0;
        padding-right: 25px;
        padding-bottom: 15px;
        padding-left: 60px;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300";
        font-size: 100%;
        color: #666;
    #Quote {
        float: right;
        clear: both;
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
        list-style: none; /* this creates the space between the navigation on the content below */
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
        line-height: 250%;
    .nav {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    ul.nav li {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
        padding: 5px 5px 5px 15px;
        display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
        text-decoration: none;
        color: #333333;
        background-color: #FFF;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
        color: #C60651;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
        background-color: #FFF;
        background-image: url(images/navbar2.gif);
    /* ~~The footer ~~ */
    .footer {
        padding: 10px 0;
        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 */
    /* ~~miscellaneous float/clear classes~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    .container .content {
        width: 50%;
        font-size: large;
    #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 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .container .content .content {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .container .content ul li strong {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
        font-size: 95%;
        line-height: 150%;
        list-style-type: disc;
    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;
    .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 h6 {
        padding: 0px;
        color: #000000;
    #footer h3 strong {
        font-size: 60%;
        color: #978980;
    .container .content p {
        padding-left: 5%;
        padding-right: 5%;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .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: #000;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .sidebar1 h8 strong {
        font-size: 80%;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300";
    .container .sidebar1 h7 {
        font-size: 40%;
        color: #978980;
    .h7 {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
        font-size: 15%;
    .container .sidebar1 h8 {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    -->
    </style><!--[if lte IE 7]>
    <style>
    .content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
    ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
    </style>
    <![endif]--></head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header -->
        <p class="clearfloat"><a href="#" id="Insert_logo2"><img src="images/YCD-logo-tag-RGB-web-SM.gif" alt="Insert Logo Here" name="Insert_logo" width="638" height="110" 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="#">Students</a></li>
          <li><a href="#">Parents/Educators</a></li>
          <li><a href="#">Professionals</a></li>
          <li><a href="#">Bio/Contact</a></li>
          <li><a href="#">Q &amp; A Blog</a></li>
          <li><a href="#">Testimonials</a></li>
        </ul>
        <p> </p>
        <p> </p>
        <p> </p>
        <h8><strong>Your Career Direction</strong><br></h8>
        <h6>96 Harvard Avenue<br>
        Maplewood NJ 07040<br>
        [email protected]<br>
        (973) 996-0207</h6>
        <h7>© Your Career Direction, LLC, 2012<br>
      </h7>
        <p> </p>
      </div>
      <div class="content">
        <h1><strong><img src="images/Whether-you-are.gif" width="266" height="48" alt="Whether you are"></strong></h1>
        <ul>
          <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>
        <p> </p>
        <h1><img src="images/One-thing-is-for-sure.gif" width="310" height="38" alt="One thing is for sure"></h1>
        <p>We all need to direct our own careers, our own lives!</p>
    <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>
    <p> Building a successful and rewarding career requires linking your interests, education and skills, with trending industries, job opportunities and your experience.  It takes making smart decisions about your college major, vocational training and continuing education options. With motivation, persistence and top notch job search skills, you can succeed in finding a path to building a career that is right for you.</p>
    <p>At Your Career Direction, 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. </p>
    <p> </p> 
    <!-- end .content --></div>
      <div class="sidebar2">
        <p><img src="images/Counselingastudent.gif" width="321" height="256" alt="Lisa Mark counseling a student"></p>
        <p>By combining an understanding of your interests and current skills with what&rsquo;s happening in today's marketplace we&rsquo;re able to partner with you to develop new career ideas, target companies, and generate job and internship opportunities. We provide step by step assistance to ensure success in your written communications, presentation skills, job search, interviews and life choices.</p>
    <p>At Your Career Direction, YOUR career is our passion. Our mission is to educate and counsel you to choose your own path in life and become what you want to be. </p>
    <p> </p>
    <p> </p>
      <!-- end .sidebar2 --></div>
      <div class="footer">
        <div id="footer">
          <h3 align="center"> </h3>
        </div>
        <p> </p>
      <!-- end .footer --></div>
    <!-- end .container --></div>
    </body>
    </html>
    Thanks for your help.

    You are using % widths for your layout which means it will look different depending of the size of each users monitor. Although this is probably the better way to go these days, it is not one size fits all and will work more effectively if you include min and max widths, and also media queries that change your layout depending on the monitor size. This is more advanced coding and will take time if you want to do that. Alternatively, you could design using pixel widths and have it look consistent across all desktop browsers and throw a few media queries in for the mobile side.
    Responsive Web Design
    http://coding.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/#more-7 5660
    More on Media Queries
    http://mobile.smashingmagazine.com/2010/07/19/how-to-use-css3-media-queries-to-create-a-mo bile-version-of-your-website/

  • Arggg cant organise my apps onto one page they will move but only around current page they are on, ive got about 20 apps over different pages, please help

    It must be me., my iphone is driving me to distraction, I have quite a few apps which are located on several different pages, I manage to make them wiggle, drag them to try and put them all on the same page but they just laugh at me and go back exactly to where they were, please i need help here before i lose the plot totally x

    Stedman u r my saviour, the apps still laughed at me but they did behave and go where I wanted them to go. Think I was being heavy handed and obviously gently does it. At least I now know that my sanity is in trouble as the apps have started talkin to me now, going to go now and sort a file out for when they get too noisy. Many thanks and enjoy whats left of the weeken

  • I need to Paste without Photoshop changing the pasted size, please help!

    Hello all,
    I'm learning to use photoshop and could really use some help! I need to cut and paste an image from one photoshop doc to another. This I can do just fine, but when I do, it resizes the image I pasted and makes it smaller. Since I'm wokring with scans that need to retain their exact size, this is not good.
    Can anyone please tell me what I'm doing woring?
    -Also, the piece of the doc I'm cutting from is a little bit bigger than the 8..5 x 11 letter size doc I'm pasting into.
    Thanks so much for your input!
    Anna

    Hi Anna
    Did you find the answer to your question?  The forum you posted in here specifically serves Photoshop.com, an online site and service. 
    I fyou still need help, please repost your question at:
    the forum for Photoshop CS: http://forums.adobe.com/community/photoshop/general  or
    the forum for Photoshop Elements: http://forums.adobe.com/community/photoshop_elements

  • Extending wireless range to a different building please help!!!

    Warning! This is long but I’m trying to be thorough
    Ok guys I have been on a quest to search for a good and somewhat reasonably priced way to extend my home wireless network. I am going to be a detailed as I can so you all can draw the best picture in your head. Also I would like to stress that I have very little knowledge of what the industries acronyms mean, so the more detailed you are the better and it will be greatly appreciated. I know how to set up a basic home network but that’s not saying much when it pretty much does it itself.
    Here’s the thing. I have Comcast cable Internet hooked to a Linksys WRTS54GS. It is currently centrally located in the house and works great anywhere in the house (3300sq ft), so moving it to a better location in order to extend the signal shouldn’t be an issue. Approx. 160 feet away is a large shop my dad and I just completed and want wireless Internet.  At 160 feet from the house, you are at the very front of the shop and then it goes back another 60 feet you will be entering the office where the computer is. The office is another 15 to 20 feet long giving a total length of 80 feet. So currently we are at 240 ish feet total. As stated above, I can move the home modem to a place that will be sitting on a window ledge facing the shop. 160 feet away is another window in the shop that I can put whatever device you guys recommend. The hopes are for that the recommended device can incorporate the entire shop of about 2600 sq feet so we can have laptops anywhere we want but mostly in the office
    Now I heard of many different options repeaters, bigger antenna, second modem (which might be the repeater thing.) I just don’t know what exactly to do.  I currently use a Macbook (mac haters please no comments J ) and I can get a very faint signal from the home network as well as accessing the Internet but if I move a little or a slight breeze develops, then it goes away.
    Cliff notes
    I need to extend my signal with my Linksys WRTS54GS a total of 240 feet but I can place something in between that distance at the 160 foot marker, shorter than that it will be sitting in the driveway. Clear line of site and only have to go through two windows if that even matters.
    Thanks so much
    Jacob

    If the signal is as faint as you describe it, then you'll need to find a way to get an ethernet connection in or very near the office so that you can add a secondary router to broadcast the wired signal as a wireless signal using option #1 in this guide. 
    I have no experience with external antennas designed to increase wireless signals so I can't tell you how much of a difference that would make and I would also advice against buying a repeater since all it would be repeating is the low signal and everything attributed to  it (low speed, high pings, etc.)
    Maybe other forum members will be able to provide you with better suggestions. 
    I don't work for Cisco. I'm just here to help.

  • New MacBook Pro Unibody Jun 2011 - No Audio Device / No Output Device Installed. Please Help.

    Dear All,
    I have installed OSX Lion on the 20th July 2011 and the problem started with the audio device installed. Itunes wont even play and iDVD and you tube would work without audio. I have tried everything from system diagnostic re-booting back to original snow leopard on 10.6.7 including taking it for service. The audio works intermittently when I re-start my MacBook but eventually disappears back to square one. Until restarted again.
    I am still under my 90 days from purchase date and the problem is I am no longer in London where I originally purchased the MacBook from - I moved to Delhi, India with my family and they don't have geniuses here only local service/ technicians who already tried fixing the problem.
    Very disappointed after spending nearly £1,600.00 for this.
    I don't want to go back to the local service centre for them to restart my MacBook to prove audio device is working.
    Is there any other option for me like refund or replacement?
    Many Thanks
    Shah

    Dear Lex,
    Thank you for your advice above.
    I have updated latest iTunes 10.4.1(10) 64 bit.
    I have updated latest OSX Lion: 10.7.1 Build 11B26
    Still the problem occurs. When laptop restarts the sound stays for 5-10 min before shutting down intermittently. In iTunes the music will not even run - other applications such as YouTube - it will run but no sound.
    I have tried everything now and I am certain it must be a software connected issue I am experiencing only.
    Please can you help.
    Many Thanks

  • Need to return data from a query in different ways - Please help

    We are using 10g R2
    I have a proc as follows that has a query with over 100 values in the select clause:
    proc one( input param1, input_param2,.... output_cursor )
    as
    begin
    open cursor for
    select ...about 100 values with most of them being calculated
    from table1, view 1, table2, table 3, view 2 ...
    where ....
    and table1.col1 = input param1
    and table1.col2 = input param 2
    and view1.col5 = input param5...
    end;
    I need to return the data that comes from the above query in different formats, columns for a report would be different from columns for screen A and different for screen B. I need only certain columns for a report and different set of columns for another screen. I have wrapper procs that get different input params. From the wrapper procs I intend to call the above proc but would like only selected values.
    How can I accomplish this? Since my main goal is to select different columns for each wrapper I was thinking of insert the data from the above proc into global temp table and selecting whatever columns and order I want from the wrappers.
    What do you think? Any other solutions?
    Thanks
    Edited by: user565033 on Jan 21, 2013 7:50 PM

    You need to clearly separate roles and responsibilities. The PL/SQL code that creates and supplies a cursor handle is server code tasked to supply data. The code that makes the call for server data, is responsible for formatting and rendering that data.
    Thus moving data formatting into the server code needs to be question. Simple example. Cursor does not return invoice date as a date - but formats it into a string using TO_CHAR().
    This works for client1 - as that is the date format expected. However, client2 has different International settings and specifies a different date format. Invoice date, formatted into a string by the server, now renders in the wrong format on client2.
    Server code should not be concerned with rendering and formatting of data send to a client.
    As for the idea to use a global temp table is ..., well to put it nicely, it smells. Badly.
    The single most expensive operation on a database platform is I/O. And now you want to read server data and write it to temporary storage, and the read data from temporary storage to return to the client? What on earth for!? Why purposefully increase the size of the I/O workload? Why decrease performance and undermine scalability?
    Provide a proper abstraction interface to the client. Enable it to specify (as simplistically as possible) what it wants ito data. There are a number of ways to design and implement this in PL/SQL. Simplistic example:
    SQL> create or replace package Employees as
      2 
      3          EMP_FULL_DETAILS        constant integer := 1;
      4          EMP_BASIC_DETAILS       constant integer := 2;
      5 
      6          procedure GetEmpByID(
      7                  cur out sys_refcursor,
      8                  empID in emp.empno%type,
      9                  template in integer default EMP_BASIC_DETAILS
    10          );
    11 
    12          procedure GetEmpByName(
    13                  cur out sys_refcursor,
    14                  empName in emp.ename%type,
    15                  template in integer default EMP_BASIC_DETAILS
    16          );
    17  end;
    18  /
    Package created.
    SQL>
    SQL> create or replace package body Employees as
      2 
      3  type TArray is table of varchar2(32767);
      4 
      5  TemplateList       constant TArray :=
      6          new TArray(
      7                  'EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO ',
      8                  'EMPNO, ENAME, JOB '
      9          );
    10 
    11  procedure GetEmpByID(
    12          cur out sys_refcursor,
    13          empID in emp.empno%type,
    14          template in integer default EMP_BASIC_DETAILS
    15  ) is
    16          sqlSelect       varchar2(32767);
    17  begin
    18          sqlSelect :=
    19                  'select '||TemplateList(template)||
    20                  'from emp where empno = :empID';
    21 
    22          open cur for sqlSelect using empID;
    23  end;
    24 
    25  procedure GetEmpByName(
    26          cur out sys_refcursor,
    27          empName in emp.ename%type,
    28          template in integer default EMP_BASIC_DETAILS
    29  ) is
    30          sqlSelect       varchar2(32767);
    31  begin
    32          sqlSelect :=
    33                  'select '||TemplateList(template)||
    34                  'from emp where ename like :empName';
    35          open cur for sqlSelect using empName;
    36  end;
    37 
    38 
    39  end;
    40  /
    Package body created.
    SQL>
    SQL> var c refcursor
    SQL>
    SQL> exec Employees.GetEmpByID( :c, 7499 );
    PL/SQL procedure successfully completed.
    SQL> print c
         EMPNO ENAME      JOB
          7499 ALLEN      SALESMAN
    SQL>
    SQL> exec Employees.GetEmpByName( :c, 'A%', Employees.EMP_FULL_DETAILS );
    PL/SQL procedure successfully completed.
    SQL> print c
         EMPNO ENAME      JOB               MGR HIREDATE                   SAL       COMM     DEPTNO
          7499 ALLEN      SALESMAN         7698 1981/02/20 00:00:00       1600        300         30
          7876 ADAMS      CLERK            7788 1987/05/23 00:00:00       1100                    20
    SQL>

  • I can no longer trace Output in Flash. Please Help!

    Hi, I'm learning Flash and Action Script 3 but I'm stuck with a problem.
    The Output panel stopped tracing my scripts. For example the Output panel will not display anything after I type trace("this"); in the Actions window and press Shift + Enter. I'm not sure what's the cause but this started after I tried to use Debug Movie for the first time.The Output panel still shows errors though but no tracing.
    Restarting Flash and the Computer didn't help. I tried deleting the user files. I'm using Vista and I decided that Flash by default stores the user files in C:\Users\Me\AppData\Local\Adobe\Flash CS4. I removed the Flash CS4 folder there hoping that restarting with a fresh settings will fix the problem. Unfortunately it didn't. And I'm not sure it this is where Flash stores the user files because after what I thought will be fresh restart, Flash still remembers which were my most resent files in its Welcome window. At the moment I don't have any other ideas but to reinstall Flash.
    I would greatly appreciate any help with this.

    thank you kglad,
    Now I remember that I played with that without understanding what it is. Now I know very well
    Anyway I still would like to know where Flash stores the user settings files, in case I mess with other things in the future with my learning experiments.
    I will read the entire manual but meanwhile I like to play with things and when stuck with something like that I rather delete the user settings files instead of bothering people here with my stupid problems.
    Will apprecate any tip about that
    Thanks

  • Problem with image size, please help!

    I have spent the last week editing several photos I took for my cousin of his newborn baby (removing backgrounds/people, editing colours etc etc).
    I went to get them printed but the image size is only around 800 x 400 pixles. I checked my original images from my camera and their 4000 x 3000, why are my photos once imported into photoshop suddenly being drastically reduced in size?
    Really need some help here as I'm afraid I might have lost a whole weeks work as the images are now too small to get decent prints from. 
    Thanks,
    Sacred

    The pixel measurements are 3000 x 4000 when taken straight off my camera but for some reason after editing the photo its gone down to 800 x 800, this wouldnt be too much of a problem but its at a density of 300dpi where as the original pictures are at 72dpi.
    I've tried my hardest to replicate the problem all afternoon going through the various stages of importing, editing and saving that I normally do and I can't get it to do it again? Really confused as to whats happened, its not the first time though I had the same problem back in 2007 after shooting someones wedding, edited a few of the photos (no cropping) then found the sizes had dropped drastically.
    As far as I know I don't have any scripts, actions or image processes set up to do anything on any of my images.
    When I open the file I've retouched its gone from a printable measurement of 60 x 40 inches to a printable measurement of 3 x 3 inches, this image has been extensivly cropped (just over half to 3/4) but no where near as small as 3 x 3 printable inches (I'm talking in printable size and not pixles because it can be missleading as saying the size in pixles doest equate to a physical size).
    From what I can tell the image has changed size after editing and saving, I only noticed a few days later when I attempted to have the image printed that it had reduced in size so much. Which leads me to believe that the image problem must stem from the way its being saved each time??
    Thanks a lot for your help and time guys

Maybe you are looking for

  • Apple ID required for every purchase, and option to change it is always grayed out.

    I just purchased a new iPod after my old one died on me. When I went to download some previously purchased apps, it asked me for my Apple ID with every download. I went to Restrictions, which were still off and saw that "Require Password" was set to

  • Hard drive crashed.  How do I get the music from my iPod to the new drive?

    I have a 20GB iPod that I use with a Dell (XP) computer. The hard drive on the computer crashed and has been replaced with a new one. I don't have a backup of my library, but the iPod is up to date. Is there some way I can download the songs on the i

  • How to add days to a date?

    Dear all I work with jdeveloper 11.1.4 I have created my BC. I have 3 attribute on Vacation entity. startDate numberOfDays endDate I want to set the endDate value to be startDate+numberOfaDays Can any one helps me.

  • Using streams to capture data from physical standby database.

    Does anybody know if it is possible to use streams to capture data from physical standby database instead of PROD database? The standby database is in read only mode. We use Oracle 11gR2. Thanks in advance.

  • Question on using Virtual PC with Access

    Right now I'm using 2 systems at my office, Linux SuSE and XP, both on different machines. I just ordered a PowerBook G4 and will be upgrading it to 2GB memory when it comes in. The PB is to replace my SuSE box and I'm wondering if I will need keep m