Editing style sheet error

Whenever I try to edit a component of my style sheet, I keep getting this error.  (attached screenshot). I look at the ipdc-screen.css is on my local disk. ???

I can't see the top of your page, where you link the stylesheet to your page, but if you are linking with an absolute link (http:// etc. etc.), you are linking to an online file, and that will not be available to be edited locally. I would do as the warning suggests, and download the file to your local system.
If the file is indeed available locally in your site files, then you should change the link to a local, document-relative link instead of an absolute link.
If you are linking to the online stylesheet because it is a standard across departments, then perhaps it should not be edited. You can make an additional, editable stylesheet to go along with (and modify) the styles in the online stylesheet. When you do so, be sure to place the link to your new stylesheet after the link to the online stylesheet.
Beth

Similar Messages

  • "Could not find  Dreamweaver Fluid Grid style sheet error" in Dreamweaver CS6

    I have error in Adobe Dreamweaver CS6 which is part of the Creative Suite 6 Master Collection.
    Error  was when I trying to use "rubber" <div> layout: "Could not find  Dreamweaver Fluid Grid style sheet". When I clicked on the button in the  sidebar, in the new document.

    #1 Go to File > New FluidGrid Layout > select 3rd item > Hit Create button.  See screenshots.
    #2  DW will prompt you for a file name and location for your new FluidGrid.css file.  Give your style sheet a name without spaces or special characters eg. MyFluidGrid.css.  Save.
    #3 From the SourceCode tag, hit Ctrl+S to Save your HTML Page.  DW will set the corrected path to your external files: 
    MyFluidGrid.css
    boilerplate.css
    respond.js
    That's all there is to it.
    Nancy O.

  • Style Sheet error in Transaction code ME21N

    After executing the Transaction ME21N.If we press "Help push button" the system should open help on the left side of the system. But in our case it is displaying only one line.                          
    <style type="text/css"><
    It seems to that some style sheet are missing. We have just upgraded the R/3 support pack from 39 to 48. Before support it was working fine.    
    we have the same problem with transaction ME51N.Please suggest.                                                          
    Thanks and Regard
    Amandeep Singh

    Hi
    That table stands for Customer/Vendor Tolerance
    Go SM30 and put V_T043G table and press maintain. Then Copy 0001 and change the Company code & currency - SAVE
    Hope your problem will solve
    Regards
    Tanmoy

  • XML style sheet error at Validate step in FDM for few locations

    Hi All,
    Users are facing the "XML page cannot be displayed - The style sheet doesnot contain a document element. The style sheet may be empty, or it may not be weel-formed XML document.." for very fre locations while validating the data.
    Please advise as it is most annoying thing for users.
    Thanks and Regards

    You will need to check a few things:
    a) Check that the Integration Option in the HFM Adapter "FDM WEB SERVER NAME" matches the value that the users are using to access FDM.
    http://<fdmwebservername>/HyperionFDM
    Make sure that the server host name is entered into this option.
    b) Check that the XML file type on the users workstation is configured to open with Internet Explorer and not the XML Editor.  You can do this by creating a text document named test.xml and right-clicking on it and choose "properties" and update the program to open the file to Internet Explorer and save.
    c) Make sure that the FDM Web Site is in the users trusted sites in the IE Browser
    d) Make sure that the "Automatically prompt for file downloads" and "Automatically Prompt for Active-X Controls" options are set to Enabled in the IE Settings.

  • Editing Style Sheets

    This seems like a pretty straightforward thing to do but I
    didn't see it in the RH manual.
    I just imported several MIF files into a new WebHelp project.
    I applied a style sheet to all the new topics, but the style names
    don't match. Now, I could go through each topic and apply the
    appropriate style for each paragraph independently, but I'd much
    rather just copy the style definition to do it all at once.
    Is there any way to copy the definition of one style to
    another within the same style sheet? Or, can I somehow delete the
    name of the unwanted style and rename the desired style to do this
    to automatically update all the text in that style?
    Any advice would be greatly appreciated,
    -Mark

    Open the style sheet in Notepad or similar. You can then copy
    and tweak any style.

  • link href="style sheet error returned"

    <link href="rescueRegister.css" rel="stylesheet" type="text/css" />
    Check browser compatibility in DW CS4 on mac returned the following but did not suggest solution. Anyone have a suggestion?
    Found 4 errors in rescueRegister.css
    Affects: Internet Explorer 6.0, 7.0; Internet Explorer for Macintosh 5.2; Opera 8.0, 9.0; Safari 2.0

    Here is the css
    @charset "UTF-8";
    body  {
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #000;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    .thrColFixHdr #container {
    width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height: 825px;
    .thrColFixHdr #header {
    background-color: #DDDDDD;
    background-image: url(images/rescuehead.jpg);
    height: 200px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 10;
    padding-left: 20px;
    margin: 0px;
    .thrColFixHdr #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 205px; /* padding keeps the content of the div away from the edges */
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    height: 500px;
    background-color: #F9F4EF;
    }.smallprint {
    font-size: 10px;
    color: #444;
    CSS
    #navcontainer
    background: #f0e7d7;
    width: 205px;
    font-family: georgia, serif;
    font-size: 13px;
    text-align: center;
    text-transform: lowercase;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    padding-top: 1em;
    padding-right: 0;
    padding-bottom: 1em;
    padding-left: 0;
    ul#navlist
    text-align: left;
    list-style: none;
    padding: 0;
    width: 205px;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    ul#navlist li
    display: block;
    margin: 0;
    padding: 0;
    ul#navlist li a
    display: block;
    width: 100%;
    padding: 0.5em 0 0.5em 2em;
    border-width: 1px;
    border-color: #ffe #aaab9c #ccc #fff;
    border-style: solid;
    color: #555;
    text-decoration: none;
    background: #f7f2ea;
    #navcontainer>ul#navlist li a { width: auto; }
    ul#navlist li#active a
    background: #f0e7d7;
    color: #800000;
    ul#navlist li a:hover, ul#navlist li#active a:hover
    color: #800000;
    background: transparent;
    border-color: #aaab9c #fff #fff #ccc;
    .thrColFixHdr #mainContent {
    margin-top: 0;
    margin-right: 55px;
    margin-bottom: 0;
    margin-left: 220px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    .thrColFixHdr #footer {
    padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#DDDDDD;
    .thrColFixHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-size: 11px;
    .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 */
    float: left;
    margin-right: 8px;
    h2 {
    font-size: 18px;
    a:link {
    color: #022A4E;
    text-decoration: none;
    a:visited {
    text-decoration: none;
    color: #5D1A0F;
    a:hover {
    text-decoration: none;
    a:active {
    text-decoration: none;
    h1 {
    font-size: 24px;
    line-height: normal;
    font-style: normal;
    text-align: left;
    padding: 0px;
    margin-top: 21px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    #mainContent p small print {
    font-size: 12px;
    color: #777;
    #mainContent p small print {
    font-size: 10px;
    color: #444;

  • Style sheet administration

    I would like to see a new InDesign feature or add-on whereby I could administer and edit paragraph/character style sheets for multiple documents, rather than having to individually edit style sheets in all those documents.
    Rather than the style sheets being embedded in the document, they could be linked to it from a central set.
    Recently I was involved in a job where we had to change the style sheets on 40,000 templates. Lucrative for me on a freelance basis, but somewhat tedious...

    Interesting idea.
    But do you know you can already do a lot of what you want by using the Book feature? As long as the style names are EXACTLY the same in all the files you can add files to a Book (.indb) and synchronize the styles for all to a single document of your choice (the one you edited). Just be careful NOT to synch any sort of numbering or anything else.

  • Site-specific style sheet rules

    Hello,
    Does anyone know if it's possible to add site-specific sections to my default style sheet (Preferences > Advanced > Style sheet)? It's possible to do this in Firefox using this syntax: @-moz-document url-prefix(http://www.apple.com) { ... }, but I'm not aware of a Safari or Webkit equivalent.
    I'd like to undo some of the changes made in a recent re-design of one of my favourite web sites, but due to the rather generic IDs and class names that they use it's proving to be difficult to write a style sheet that only targets that site.
    Thanks,
    Tim

    Hi Jinxed,
    Firstly, I need to verify the followings:                                                                                       
    Are you using SharePoint 2013?
    What is website designer? Whether the website designer is SharePoint Deisgn Manager or SharePoint Designer.
    Where can we find Site->Advanced->Edit Style Sheet?
    Could you give me a screenshot for your Site?
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • CSS Style Sheet Link Recursive Error?

    I am trying to link a css style sheet to a new root file. When I try to link the css sheet I get an error - A recursive style import was found while trying to add Check Magazine.css. Please resolve this error by editing the file in an external text editor and try again.
    What does this mean?  I looked up recursive style everywhere and there is no explanation.  I don't know how to fix.  The answer I found on these forums mentioned an @import statement error but I dont even have any @import statemensts in my style sheet this style sheet is part of the Getting Started tutorial on this website.
    @charset "utf-8";
    #container{
    width: 968px;
    background: #FFFFFF;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    This is my code, can you help?

    This is my index.html code, I am so lost as to what to do to get rid of this stupid error.  My style sheet is not linked so of course it is useless and I have to code on both documents since the code doesnt show up automatically on the Style sheet when I add something to the index page
    <!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>Check Magazine</title>
    <style type="text/css">
    <!--
    #banner {
    background-image: url(images/banner.gif);
    height: 100px;
    width: 968px;
    #main_image {
    background-image: url(images/main.jpg);
    height: 376px;
    width: 968px;
    #left_column {
    float: left;
    width: 316px;
    #column_container {
    float: left;
    width: 652px;
    #right_column {
    float: right;
    width: 316px;
    #center_column {
    width: 316px;
    margin-left: 10px;
    -->
    </style>
    </head>
    <body>
    <div id="container">
      <div id="banner"></div>
      <div id="main_image"></div>
      <div id="left_column">Content for  id "left_column" Goes Here</div>
      <div id="column_container">
        <div id="right_column">Content for  id "right_column" Goes Here</div>
        <div id="center_column">Content for  id "center_column" Goes Here</div>
      </div>
    </div>
    </body>
    </html>

  • Cannot view XML input using XSL style sheet. Please correct the error and..

    Hi All,
    Scenario XML to IDOC.
    The interface determination decides whether to create IDOC X or IDOC Y based on a xml segment value.
    I have an error in the SXMB_MONI:
    <!--  Interface Determination
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="IF_DETERMINATION">CX_ID_PLSRV</SAP:Code>
      <SAP:P1>Problem evaluating a condition: Exception CX_SWF_RLS_RULE occurred (program: CL_SWF_RLS_CONDITION==========CP, include: CL_SWF_RLS_CONDITION==========CM00Q, line: 160).</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when determining the inbound interface: Problem evaluating a condition: Exception CX_SWF_RLS_RULE occurred (program: CL_SWF_RLS_CONDITION==========CP, include: CL_SWF_RLS_CONDITION==========CM00Q, line: 160). Problem evaluating a condition: Exception CX_SWF_RLS_RULE occurred (program: CL_SWF_RLS_CONDITION==========CP, include: CL_SWF_RLS_CONDITION==========CM00Q, line: 160). Exception CX_SWF_RLS_RULE occurred (program: CL_SWF_RLS_CONDITION==========CP, include: CL_SWF_RLS_CONDITION==========CM00Q, line: 160). Exception CX_SWF_RLS_OPERAND_MISSING occurred (program: CL_SWF_RLS_COMPARISON=========CP, include: CL_SWF_RLS_COMPARISON=========CM002, line: 63). Exception CX_SWF_RLS_OPERAND_MISSING occurred (program: SAPMSSY1, include: , line: 0). Exception CX_SWF_EXP_EVALUATE occurred (program: CL_SWF_EXP_EXPRESSION=========CP, include: CL_SWF_EXP_EXPRESSION=========CM027, line: 38). Exception CX_SWF_EXP_EXPRESSION occurred (program: CL_SWF_EXP_EXPRESSION=========CP, include: CL_SWF_EXP_EXPRESSION=========CM01Z, line: 520). Exception CX_SWF_EXP_EXPRESSION occurred (program: CL_SAI_SWF_RULE_ENGINE========CP, include: CL_SAI_SWF_RULE_ENGINE========CM00S, line: 42). Problem extracting values from the Payload: Check line 2 column 1 of the XML document</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    From the SXMB_MONI, the inbound message payload is truncated with an error:
    - <ProductIdentification>
      <GlobalProductIdentifier />
    - <PartnerProductIdentification>
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    The following tags were not closed: Pip3B12ShippingOrderConfirmation, ShippingOrder, ShipmentLineItem, isContainsHazardousMa...
    ">   <GlobalPartnerClassificationCode />
      <ProprietaryProductIdentifier>000000000000101369</ProprietaryProductIdentifier>
      </PartnerProductIdentification>
      </ProductIdentification>
    - <QuantityInformation>
    - <confirmedQuantity>
      <ProductQuantity>1.00</ProductQuantity>
      </confirmedQuantity>
    I've checked that the xml format is OK.
    As a matter of fact, if I try to resend the xml file from directory, the message is processed correctly and the payload shows all the xml file.
    Thanks.
    Daniele
    Edited by: Daniele*Verdone on Feb 1, 2010 11:22 AM
    Edited by: Daniele*Verdone on Feb 1, 2010 11:23 AM

    Hi Suraj,
    That option is not available in FTP mode..
    This option is applicable only for the File adapter. If you enter a value in this field when configuring the sender FTP adapter, it will have no effect.
    Yes, you're right !!
    Are you sure that the message is not getting picked in half-way
    Now, at this time, I can't see the XML data in the CC monitoring because the tool shows only the recent polling execute in the last 10 minutes. If the error recurs, I will check the payload of CC.
    How can I solve the problem with reading incomplete file (FTP mode)?
    ...Meanwhile I will try with Full cache refresh.
    Thanks
    Daniele

  • XML page cannot be displayed cannot view XML input using XSL style sheet Please correct the error and then click the REfresh

    XML page cannot be displayed cannot view XML input using XSL style sheet Please correct the error and then click the REfresh

    Is the error message displayed in Firefox or in IE, or in a customized window that doesn't identify the browser?
    ''If it displays in Firefox:''
    It's possible that the Troubleshooter doesn't work correctly unless IE is your default browser. You could test that possibility by having IE make itself the default and testing the Troubleshooter again.
    ''If it displays in IE or embedded in another Microsoft application:''
    In a web search I found these suggestions:
    (1) Reset your Internet Explorer settings, according to http://answers.microsoft.com/en-us/ie/forum/ie8-windows_7/cannot-view-xml-using-xsl-style-sheet/ccfe80c6-c0db-4594-a7e3-475f9eac0e85
    (2) Try the System File Checker, according to http://ask-leo.com/why_do_i_get_the_xml_page_cannot_be_displayed_after_running_a_microsoft_troubleshooter.html
    Any luck?

  • When I try to attach my css style sheet Dreamweaver gives me an error saying that my .css file appears to be an .html file and will not attach. How do I fix this so I can attach my style sheet?

    I have built a css style sheet in Dreamweaver. When I try to attach it to my html website, it prompts me that my "css file appears to be an .html file and cannot attach". I've tried removing the /* */ as suggested by other forums, but this has not resolved the issue. I was using css style sheets with no problem 2 days ago. Now I get that error message. How do I fix this so I can attach my style sheet?

    What does the code of the CSS file look like?
    An external CSS file needs to be written in CSS only (no html tags like <html>, <body>, <head>, etc ).
    It also must have a .css file extension, if yours has a .html extension it won't work.

  • Error parsing style sheet

    I'm attempting to use an external css. My app is finding the
    style sheet okay, but then I get this error: "error parsing style
    sheet"
    Here s the simple style sheet:
    Panel {
    shadowDirection: right;
    borderThicknessLeft: 0;
    borderThicknessRight: 0;
    borderThicknessTop: 0;
    Here's how I call it:
    <mx:Style source="bin/assets/LifePrepStyle.css"/>
    Thanks for your help!
    Steve

    Give us a link to the page, please.
    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
    ==================
    "Lottie74" <[email protected]> wrote in
    message
    news:g6ptbg$s7g$[email protected]..
    >I am a print designer and produced a website without
    scripting knowledge in
    > GoLive and exported it to Dreamweaver. When I checked
    for compatability it
    > said
    > I had an error parsing style on lines 11, 18, 22, 23 and
    they are
    > affecting
    > IE6. Can anyone help as I don't have a clue about
    scripting!
    >
    > 11 @font-face { }
    > 12 a:link { color: #fff; text-decoration: none; }
    > 13 element { color: #808080; text-decoration: none; }
    > 14 a:hover { color: #808080; text-decoration: none; }
    > 15 a:visited { color: #b1cdde; text-decoration: none; }
    > 16 element { color: #808080; text-decoration: none; }
    > 17 a:link { color: #b1cdde; text-decoration: none; }
    > 18 @font-face { }
    > 19 element { color: #808080; text-decoration: none; }
    > 20 .class { color: #808080; text-decoration: none; }
    > 21 .class1 { color: #808080; text-decoration: none; }
    > 22 @font-face{ font-family: arial; font-size: 1pt; }
    > 23 @font-face{ font-size: 9pt; }
    Text
    >
    > many thanks
    >
    > @font-face { }
    > a:link { color: #fff; text-decoration: none; }
    > element { color: #808080; text-decoration: none; }
    > a:hover { color: #808080; text-decoration: none; }
    > a:visited { color: #b1cdde; text-decoration: none; }
    > element { color: #808080; text-decoration: none; }
    > a:link { color: #b1cdde; text-decoration: none; }
    > @font-face { }
    > element { color: #808080; text-decoration: none; }
    > .class { color: #808080; text-decoration: none; }
    > .class1 { color: #808080; text-decoration: none; }
    > @font-face{ font-family: arial; font-size: 1pt; }
    > @font-face{ font-size: 9pt; }
    >

  • ERROR Could not load style sheet: custom.css

    Hi i am working with ADF faces.I had used selectors to change the skin.I put all the selectors in custom.css file.And i put the folder in the webcontent folder.
    Like Skins/Ex/custom.css.
    And here is the content of my adf-faces-skins.xml file
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <skins xmlns="http://xmlns.oracle.com/adf/view/faces/skin">
    <skin>
    <id>Ex.desktop</id>
    <family>Ex</family>
    <!-- <skin-family>#{sessionScope.skinFamily}</skin-family> -->
    <render-kit-id>oracle.adf.desktop</render-kit-id>
    <style-sheet-name>custom.css</style-sheet-name>
    </skin>
    </skins>
    And adf-faces-config.xml content is
    <?xml version="1.0" encoding="windows-1252"?>
    <adf-faces-config xmlns="http://xmlns.oracle.com/adf/view/faces/config">
    <skin-family>Ex</skin-family>
    </adf-faces-config>
    Now my problem is my application could't recognize the stylesheet.
    And while i run the application i am getting the output which is using the Simple skin.......And in the log file it showing the error like
    2006-11-09 14:18:58.125 ERROR Could not load style sheet: skins\Ex\custom.css
    So anybody could help me in finding out the error.......Hope so..........
    Thanks.......
    simmi

    I am sorry
    Here is the content of my adf-faces-skins.xml file
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <skins xmlns="http://xmlns.oracle.com/adf/view/faces/skin">
    <skin>
    <id>Ex.desktop</id>
    <family>Ex</family>
    <!-- <skin-family>#{sessionScope.skinFamily}</skin-family> -->
    <render-kit-id>oracle.adf.desktop</render-kit-id>
    <style-sheet-name>skins\Ex\custom.css</style-sheet-name>
    </skin>
    </skins>

  • Link error to style sheet

    Hi,
    Could you have a look and see why I am getting an error in my link to the style sheet.
    http://www.bench-buddy.ca
    It says:
    Found 3 errors in oneColFixCtrHdr.css  Affects: Firefox 1.5; Internet Explorer 6.0, 7.0; Internet Explorer for Macintosh 5.2; Netscape 8.0; Opera 8.0, 9.0; Safari 2.0
    Thank you,
    Em

    It says:
    What says???
    This is your page thru the validators, see if that helps.
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bench-buddy.ca&charset=%28detect+automa tically%29&doctype=Inline&group=0
    http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.bench-buddy.ca&profile=c ss21&usermedium=all&warning=1&lang=en
    Gary

Maybe you are looking for

  • Problema assinatura - Status 20 - Versão 006

    Bom dia pessoALL, Já verifiquei os respectivos links abaixo e não consegui solucionar o meu problema : O cenário aqui é: ECC (NDE) 005A / ECC (NED) 006  < -- > GRC < -- > PI < -- > SEFAZ São dois ECC´s apontados para um ambiente GRC/PI. Estamos no SP

  • View's base table ?

    how do i knw the views base table... i can view text from user_source but i there any dictionary table which show view name and base table name..?

  • Can Install Mac OS X on my new Hard drive

    Hi. I cant install MAC OS X 10.4 on my new Hard drive. I turn on the laptop holding the C key but it ejects the DVD after a while the it apears a flder with a question mark. If I do these with the MAC OS X Leopard DVD it takes me to the install page

  • Javascript code error depending on Adobe Reader Version

    Hi everybody, I develop a Adobe interactive forms with ALD version 8 on ECC 6.0 system .My forms is only used in offline scenario ( thru e-mail) .My form is set as compatible with Adobe Reader 7.0.5 In the form i got 2 different tables . The first ta

  • Radix sort help needed

    Can someone please help me with this radix sort on a dictionary (linkedList from the java utils). I am trying to pass the linkedList into an array which the java apis say that you can do with the to.Array() method but I am getting the noninformative