SSI reading CSS but not applying it fully

Hi All,
I have just discovered SSI, so please bare (sp) with me..
I have a server side include (SSI) that references a CSS file and it seems to be working 90%, meaning the final file that calls the include does display the content as I expected when viewed on the server, except that many of my fonts and stuff aren't being displayed correctly.
It appears that the general layout of the site, along with various images used for navigation, and even jquery and spry menus etc seem to be working well (all of which are referenced to within the SSI and or the CSS that the SSI references), BUT my paragraph text and headers are all displaying in huge fonts and in wrong font-families etc...??
Does anyone have any clue why this might be?
Thanks in advance of any help
katrina

Hi Bregent,
Thanks so much for replying. And sorry, here is a link to the complete file that uses the SSI's: http://tinyurl.com/SSIweirdCSS
I am not sure what you meanby 'use design time stylesheets' ... what are they?
Thanks so much for your input...
Katrina
Note: if you navigate elsewhere in the site (none of the other pages use SSI's) and compare, you'll see that the page linked to above (which does use the SSI's) is correctly using the CSS that is referenced in the SSI for the most part, but it's the body text and headers that are unusually large and incorrect font...?

Similar Messages

  • Adobe form-Able to post  data using Adobe Reader 9 but not with Adobe Proff

    Hello Guru's
    I am facing one problem with adobe forms.
    We have develoed a adobe form using adobe reader 9.
    Now when user are posting the purchase requistion using the form,they are able to post the data using
    Adobe Reader 9 but not with Adobe Reader professional.
    Can anyone please advice me what can be the problem here.

    Adobe Reader 9 can't save the old FDA forms. FDA must update their forms.

  • Will read DVDs but not CDs

    I have a satellite a305-s6872 that will read dvds but not cds.  It was reading cds the last time I tried (October) but now it's not.  This means that I can't play or burn cds.  It also means that I can't install any programs that come on a cd.  Please help!

    I have the same problem. It reads DVDs, and rejects CDs, even perfect/new CDs.
    Apple Support told me there will soon be a software update (in a week?) to fix this problem, but I am not convinced.

  • HP Pavilion DV7 2206TX - DVD drive reads DVDs but not CD's

    My HP Pavilion DV7 2206TX - DVD drive reads DVDs but not CD's.
    When I insert a CD, the drive tries very hard to read the CD but gives up after about a minute.
    I get no error message.  I do not see the Auto play message.
    Windows Explorer does not recognize the DVD drive.
    When I insert a DVD, I get the Autoplay menu, Windows Explorer recognize the drive and the DVD. I can play the DVD using any number of Video players.
    I would welcome advice relating this problem.

    your HP Pavilion needs a new DVD driver. I ran into many problems such as this when troubleshooting computers in school.
    A DVD drive should play CD at any time:  While a CD driver will not play a DVD disc. Do not think there is a problem with sofware because it will only throw your troubleshooting skills  out the window and it will confuse you.

  • I installed adobe reader x but not every PDF downloads. Help. Have dell vista 64 bit and use interne

    Have downloaded adobe reader x but not all PDF docs download, particularly NYC forms
    Help
    I use internet explorer and have dell vista 64 bit
    Thanks

    Hi ems35
    Are you trying to download PDF from Internet ?
    You can save if them if a PDF opens in browser if they don't download automatically

  • HP Pavilion 15-n031se Notebook PC-HP CDDVDW SU-208CB READ CD BUT NOT READ DVD.

    MY dvd rw drive read cds but not read dvds.it is happen suddenly when i am trying to read an dvd with read error.i am tried every solution recoverd pc to its factory condition but it will not help.could i need to replace this dvd rw drive or it will be fix?

    Hello @ahmadhaseeb31,
    Welcome to the HP Forums, I hope you enjoy your experience! 
    I have read your post on how your notebook is not able to read DVDs, but can read CDs, and I would be happy to assist you in this matter!
    In terms of the type of DVD that can be played on your computer, is it able to read DL (Dual Layered) or SL (Single Layered) discs? Do the DVDs that you have tried on your notebook work on a separate DVD player or another computer? I would also encourage you to post which operating system you are using; and whether your operating system is 32 or 64 bit. The more information you can provide, the better!
    Which Windows operating system am I running?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Please re-post with the necessary information, this way I will be able to research this further for you. I look forward to your reply!
    Cheers!
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • Have Sony reader 505, ADE doesn't recognize when attached to mac OX 10.6.8. works with reader library but not with ADE

    Have Sony reader 505, ADE doesn't recognize when attached to mac OX 10.6.8. works with reader library but not with ADE

    YEAY!
    I just got the solution (that worked for me, anyway) from a Sony support rep. No PC or VMWare needed.
    OK, you've installed Sony eBook Library v3, and Adobe Digital editions, you've set up your acocunts and authorized your computer on both of them, and you've authorized your Reader with the Sony Library application.
    You go to the public library ebook download page, either through the Sony Library or just through a bookmark.
    You check out a book, and open it in Adobe Digital Editions, which still won't recognize your Reader.
    BUT, in the Sony Library app, you can now click "File, Import.." and go find the pdf you downloaded with the Adobe app.
    On my Mac, it was in ~/Documents/Digital Editions
    Import it, and drag it to your Reader.
    The first time you do this, it will ask you to authorize the Reader with your Adobe ID.
    Worked like a charm.

  • Why is my CSS style not applied to my HTMLB page ?

    Hello !
    I'm using a css file to define the layout of my htmlb page... but the layout is not applied.
    When I specify the layout CSS in a common html page the layout is applied but not for an htmlb page.
    Could someone let me know where I'm wrong ?
    EG :
    My htmlb page :
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <htmlb:content>
      <htmlb:page title=" " >
          <html>
                <head>
                <link href="style.css" rel="stylesheet" type="text/css">
                </head>
                <body>
                text1
        <htmlb:form>
            text2
        </htmlb:form>
                </body>
          </html>
      </htmlb:page>
    </htmlb:content>
    My css file style.css :
    <%@page language="abap"%>
    body {
        background-color: #990000;
        font-family: Verdana;
        font-size: 32x;
        line-height: 32px;
        color: #666666;
    As a result, I have a blank page (and not red) with the text "text1" and "text2" written.

    This code you have is unfortunately completely bogus. It is just not going to work. Writing HTMLB tags are easy. It takes but minutes to make the magic appear in the browser. But, you have also have to understand a little about what is happening.
    At a very first, I would like to recommend this link: <a href="/people/brian.mckellar/blog/2004/06/11/bsp-trouble-shooting-getting-help">Getting Help</a>. You are specifically interested in the section that shows you how to get help about specific tags.
    As a next step, look at the help for the <htmlb:page> tag. It is the first important one. See how it is a collection of other <htmlb:document*> tags.
    Thereafter, look at SBSPEXT_HTMLB/document.BSP for an example on how to replace the <htmlb:page> sequence in your application.
    Once this is done, place you "<link ...>" sequence directly after the <htmlb:headInclude> tag that you have now on your page.
    Compile, test, assign 10 points.

  • Specified in jnlp jvm argument but not   applied   by browser

    jlnp file specifies passing passing vm arguments   using java-vm-arguments attribute , it also provides list of acceptable arguments  as mentioned here http://docs.oracle.com/javase/7/docs/technotes/guides/javaws/developersguide/syntax.html.
    In my case , jvm argument  is   -Djava.security.debug=sunpkcs11,pkcs11. I added   this to jlnp file but this  is never loded by the browser jvm.  This is not mentioned in the above link so can this argument be passed to an applet?
    here is my jnlp file
    <pre>
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="" href="">
        <information>
            <title>Applet</title>
            <vendor>ARTMS</vendor>
        </information>
        <resources>
            <j2se version="1.7+"  java-vm-args="-Djava.security.debug=sunpkcs11,pkcs11"/>
            <jar href="dsapplet.jar"/>
        </resources>
        <property name="java.security.debug" value="sunpkcs11,pkcs11"/>
        <applet-desc
             name="Applet"
             main-class="com.service.TestApplet"
             width="900"
             height="300">
                 <param name="java_arguments" value="-Djava.security.debug=sunpkcs11,pkcs11"/>
         </applet-desc>
      <security>
      <all-permissions/>
      </security>
         <update check="background"/>
    </jnlp>
    </pre>

    I tried with java web start still the jvm argument is not applied , please advice can this argument  -Djava.security.debug=sunpkcs11,pkcs11    be applied to java web start ?

  • Do you use LabVIEW but not apply for the beta?

    Greetings,
    Do you make use of some portion of the LabVIEW platform but never sign up for a LabVIEW beta?  Please post here and let me know:
    What portions of the platform do you use? (LabVIEW only, RT, FPGA, DSC, etc.)
    Why do you not apply to be included in a beta?
    I'm not promising that anything will change as a result of your answer but...who knows?
    Regards,
    Robert

    Thoric wrote:
    I've used LabVIEW from V5, and also support a large number of applications so I've had a go at most of the toolkits (FPGA, RT, PDA)
    At work there's absolutely no opportunity to play around with BETA versions, there's too much risk involved given it's not a verified release. I'd play around with it at home, but I mainly use Linux (SUSE) and to be honest I have better things to do. As much as I love LabVIEW, my kids come first 
    Amen to that,
    I try to participate in al LabVIEW Betas. But I mostly do it to see if the new version fixed some of the reported bugs that have given grief in the earlier versions. Although I do not have much time to spend on beta testing but I do try.
    Joe.
    "NOTHING IS EVER EASY"

  • Xfdf and pdf works in Adobe Reader 6, but not with new versions 7, 8, X

    I have a xfdf file which is created by querying a SQL data base and contains data for a pdf form; it works with Adobe Reader 6, but does not work with new versions of Adobe Readers (7, 8, 9 and X).
    It is an intranet site running IIS 6.0 in Windows Server 2003 Web Edition SP2 with Adobe 6 installed and client systems include XPSP2, XPSP3, Vista, Windows 7 with different versions of IE, Firefox.
    With new versions of Adobe Reader, click on the hyperlink launched the pdf form in a browser window without data; below is the link:
            // create shipping slip hyperlink
            string strLtrSlipUrl = "~/Archive/LtrShipSlip.pdf#FDF=" + lblWO.Text + "LtrShipSlip" + ".xfdf";
            HyperLink hlLtrShipPdf = new HyperLink();
            hlLtrShipPdf.Text = "Ltr Shipping Slip";
            hlLtrShipPdf.NavigateUrl = strLtrSlipUrl;
            hlLtrShipPdf.Target = "_blank";
            pnlLtrShipSlip.Controls.Add(hlLtrShipPdf);
    I have installed new versions of Adobe Reader in the Web server (to match what the clients are using), but results are the same – blank pdf.
    I uninstalled the new versions and installed version 6 and the pdf and xfdf worked happily together, but we need new versions of Adobe Reader in the client computers.
    Thanks for helps and suggestions – I have read articles about using iTextSharp to create pdf documents from .NET apps, but that would be my last choice.

    Adobe Reader 9 can't save the old FDA forms. FDA must update their forms.

  • Created a pdf from a word-file and inserted formfields. The fields works in other pdf-readers(nitro,reader etc), but not in adobe reader and acrobat. Please help.

    Hi,
    I have created a pdf from a word-file and inserted formfields for a work related file. I've used nitro pro to create the formfield. They works in nitro, reader, foxit etc. but not adobe reader. From page 3 and out, the font wont show when writing in a formfield. Some formfield doesnt even show.
    Please help me fix this (hopefully before the presentation at work friday) :-)
    File in question: Dropbox - Byggeplassperm_bico_prosjektledelse_2.pdf
    Kind regards
    Tobias

    Agreed. Adobe makes no claims that their Reader will work properly with forms made from third party software.

  • Break.startNew - works in Reader 9 but not Reader 8

    Something interesting I discovered that I didn't see on the message board..
    I"m using the command:
    subform.break.startNew = "1";
    in javascript to control whether a subform starts on a new page (1) or not (0).  I have a form where in some instances, I want a page break, and in some, I don't.
    I discovered that this command works like a charm in Acrobat 8, and Reader 9, but does not work in Reader 8.

    Excellent! That was it and it is working for him now.
    Sorry if that's a common question, I did several searches before asking.
    So... Why isn't that turned on by default? Don't need an answer just kind of seems like an odd default setting...

  • PDF file prints fine from Acrobat reader XI, but not Acrobat Standard XI

    I have a 2 page document that is set up as tabloid 11x17, meant to be printed duplexed and folded as a 4 pamphlet.  The document with the same printer settings prints fine from Adobe Reader XI but from Adobe Standard XI, Page 1 prints fine, but page 2 looks like it is  trying to print on the backside of an 81/2x11 instead of 11x17.  I have played with the print settings in Standard, and cannot come up with a combination that prints that document correctly, yet it prints fine from Acrobat Reader XI.  I did double check for updates on both products and installed them.  Anyone have any idea as to why this is happening?  If I print page 2 by itself it does print properly, just not when sent duplexed with page 1.

    Well, for those following this thread or needing a solution, I found a work-around though I'm still not sure why the initial problem exists.
    In Acrobat 9 Pro, once you have the main print dialogue box open, follow the steps below:
    1) Click ADVANCED
    2) Select PRINT AS IMAGE
    3) Set DPI to 300
    4) Click OK
    5) Make any other typical print setup adjustments as you normally would and finish printing as usual

  • Links inside PDF open with Reader app, but not IE plugin. Why? Help!

    I am including some PDFs on a dvd. I link to them from a webpage also on the dvd. Some of these pdfs have links to other pdfs on the disc. While testing, one machine opens the main pdfs in the Adobe Reader application and their links work fine. On another, the main pdfs open with the Reader plugin for IE and none of their links work. What would be causing this?

    I'm still testing, but I'll try and create some sample pdfs. I'm not sure how the ones I'm having difficulty with were created. I suspect Word and then converted using Distiller, but not sure. Thanks for your offer.
    So far I've tested a number of machines with inconsistent results. Works on an XP machine running IE7 and Reader 8. Doesn't work on an XP machine running IE8 and Reader 9.4. Works on a Windows 7 machine running IE8 and Reader 9.4. This is getting confusing.

Maybe you are looking for

  • HELP needed to write a function returning 1 record from join tables

    Hi, I would like to have some help to write a function so It can return 1 result. I post my question in the APEX Express sextion but I think it's belong here. Mount Points and Home Directory Also, can I move a thread in another forum? thanks Roseline

  • Migrating to iWeb and MobileMe

    I'm a complete newbie to Mac, but I already have a website and domain. However, the software provider that I used to create the site has gone bust. Is it possible to migrate my domain from my current host to MobileMe? If so, how do I do it? Thanks ve

  • USB Hardrive NTFS file system

    Ive just changed from windows to mac. I am now having a bit of a problem. With my old windows computer i used a 180gb usb hardrive on NTFS file system. I can read the files on my new mac but i cant put anything on there. So i now realise i have to co

  • Anyone having issues with large Import from Catalog w/ LR 5.3?

    I'm trying to consolidate into a single master LR catalog from several different machines, and keep having one of the three Import from Catalog operations I need to do fail. I've had LR 5.3 fail to do a large (5000+) item Import from Catalog twice no

  • Map im fails to load on iPhone 4

    Greetings, I updated my iPhone 4 to iOS 6 today, and everything went pretty smoothly. However, I have discovered that the map application refuses to load map images. Suffice to say, the GPS is functioning and finding my location, but I have no maps t