Updating css in the CSS repository

Hi,
I have a problem with updating a css which is in the CSS repository. It seems that none of the updates has any effect on the page. Even if I delete the css from the CSS repository it seems to be still there. How can I update a css in the CSS repository??
Thanks, Maren

I am experiencing the same situation and dont understand what is happening.
I have my own css which has been working fine.
When I edit the css in HTML with the edit button and press APPLY CHANGES it save it somewhere because when I edit again the change is there but I dont see the change in my application since the classes I changed are still showing with the old values.
If I press the link on the cssname I Download the css and I get the old version.
It seems that html updates css in one place and the css file is in another.
Can someone please give me an idea of what is happening.
Thank you.
Carlos

Similar Messages

  • Image URL in the CSS issue

    ALL,
    I have a problem in URL of images in CSS. in the CSS, URL for the images. so we have checked-in the content server. we have given the url path in the css. URL would would look */idc/groups/public/documents/cp_images/imagename.gif*. offcource I have checked-in the CSS in the content server. images from content server appering in the site studio designer preview as well as the browser.
    But when I have published the this site in to specific location, i am facing problem. I am not getting in any ERRORS/warnings while Site crawling & Site publishing. All images paths in the CSS changing including images in the index.htm pages. But problem is images used in css are not appering on pages. other than that css effect like Color/effects are comming on htm pages. Images are also avaible in the published folder.
    My question is is there specific way to specify the images paths in the CSS in the oracle site studio designer?
    Any help would be much apriciated...
    Regards & thanks,
    Nirmala Vijaya Sekhar Varre

    I cant say for sure is there any standard way to avoid this behavior but here are some      technique's which can be suitable to solve your problem.
    - you can place all your site images into constant relative path to yours CSS. So if your css file is included in page like
    <link href="<!--$HttpRelativeWebRoot-->groups/public/documents/web_asset/file.css" type="text/css" rel="stylesheet" />then you can place images into groups/public/documents/web_images/ and refer to them in CSS like that
    div {
    background:url(../web_images/file.gif);
    }- next try you can move all CSS definitions requiring urls into page template leaving main pack in CSS set like that
    <link href="<!--$HttpRelativeWebRoot-->groups/public/documents/web_asset/file.css" type="text/css" rel="stylesheet" />
    <style type="text/css">
    div {
    background:url(<!--$HttpRelativeWebRoot-->groups/public/documents/web_images/file.gif);
    </style>or make a fragment to hold this dynamic css definition and include it in header in standard way
    - next try (for a curvy ones, havent tried myself, but seems working) you can create a idoc script with css commands, but include some commands to make it work like css
    i mean this very commands setContentType (page-720), setExpires (page-722), setHttpHeader (page-724) (pages are from idoc reference guide)
    i'd recommend using 1st method to avoid complexivity.
    Edited by: ivanko on Nov 30, 2009 3:20 PM

  • Using the CSS Transitions panel | Learn Dreamweaver CS6 | Adobe TV

    In this movie, learn about the CSS Transitions panel, which makes it easy to add impressive CSS-driven transitions to any element on the page through a single dialog. All CSS syntax is handled automatically, including vendor prefixes for all major browsers. If you prefer to hand-code your CSS syntax, the CSS Transitions panel now gives you an easy way to manage and edit transitions, regardless of where they're added.
    http://adobe.ly/Jo2HUM

    Painful. WAY WAY WAY too much extranious detail, wastes a lot of time explaining the obvious. this could be 1/2 the length and far better by just going thru the details that REALLY matter, not the million options explanations side trips that confuse the basic info / workflow being presented.

  • Question about the CSS behavior when using layer 3 sticky and sticky table

    Hi everyone,
    I have a question about the CSS behavior when using layer 3 sticky and sticky table is full.
    If I configure layer 3 sticky and specify the inactivity timeout as below, how does the CSS
    handle subsequent needed sticky requests ?
    advanced-balance sticky-srcip
    sticky-inact-timeout 30
    CSS document says that
    Note:
    If you use the sticky-inact-timeout command to specify the inactivity timeout
    period on a sticky connection, when the sticky table becomes full and none of
    the entries have expired from the sticky table, the CSS rejects subsequent
    needed sticky requests.
    My question is what is the next reaction by doing the CSS if the CSS is in the
    following condition:
    when the sticky table becomes full and none of the entries have expired from
    the sticky table, the CSS rejects subsequent needed sticky requests
    Does CSS just rejects/drops subsequent needed sticky requests ?
    or
    Does CSS does not stick subsequence requests to particular service but CSS forward
    subsequence requests with round-robin basis ? which means if the sticky table is full,
    the CSS just works round-robin load balancing fashion for subsequence requests ?
    Your information would be appreciated.
    Best regards,

    Hello,
    There is a good document explaining this on Cisco web site
    http://www.cisco.com/en/US/products/hw/contnetw/ps789/products_tech_note09186a0080094b4b.shtml
    It depends if the sticky-inact-timeout is used or not. If not, it's FIFO (the oldest entry in the sticky table is removed). If yes, the CSS will reject the next sticky request.
    Rgds,
    Gaetan
    Rgds
    Gaetan

  • Cache loadbalance on the CSS

    Is it possible to deploy CSS 11150 for cache loadbalance on the firewall loadbalance? If it is possible, do cache servers connect to CSS 2 or CSS 1? These cache is using for the reverse proxy cache. Now CSS 1 and 2 work for FWLB and SLB. Some servers are connected to CSS 2. Following is the network diagram.
    Router--- CSS 1 ---Firewalls--- CSS 2 --- Servers
    If cache must be connected to CSS 2, I think CSS 2 have much load. How about next network diagram? Cache servers are connected to CSS 3 and CSS 3 work server loadbalance. Is it possible?
    Router--CSS 1--F/W--CSS 2--CSS 3---servers
    Please give me some solutions?

    The caches should be off CSS 2. There is a good document on reverse-proxy caching with a CSS here:
    http://www.cisco.com/warp/public/117/CSS_CEreverseproxy.html
    You are correct that the Caches should have L2 adjancy for a transparent caching config. If you are expecting a high throughput here then you might want to consider diagram 2. Transparent caching on the CSS requires the CSS to proxy each request which adds an extra load on the CPU.
    Depending on which CSS model you have and what kind of throughput you are expecting it might be a good idea to offload the caching on a different CSS. This will scale better also.
    Hope this helps.
    Cheers,
    Perry.

  • Template page doesn't update the css file location

    I've been using Dreamweaver for years; been using templates for years but can't figure why this now happening.
    I create a new page from a template (that I've used for years) and everything on the page (including image and other links) is fine and updates properly; Links to css files do NOT update.
    The relevant template code is as follows:
    @import url(../p7pm/p7pmh13.css);
    @import url(../tourstyles/tour2fluid.css);
    The page code is as follows:
    @import url(file:///D|/Wine Tour/p7pm/p7pmh13.css);
    @import url(file:///D|/Wine Tour/tourstyles/tour2fluid.css);
    I've switched the links relative from document to site root and back again with no joy.
    Sure would appreciate a pointer on how to fix this.  Thanks.

    It looks as though the site definition is wrong. Have you fallen foul of the problem with the latest versions of Windows not registering the site root folder correctly? See http://forums.adobe.com/thread/478327.

  • After Firefox update,some pages don't load the css + some google features and services do not work , what should i do?

    I have recently performed the Firefox update to the latest. Since services from google.com such as youtube does not load properly, appears to be missing the css of it . Other problem that i have also encountered is that when I try to access my gmail account(already logged in), the loading bar is frozen at 0 % as if the JavaScript was not working fully. Please reply to me with a procedure of how to get the problem sorted.Thanks in advance
    Jakub

    Check the date and time in the clock on your computer: (double) click the clock icon on the Windows Taskbar.
    *https://support.mozilla.org/kb/Secure+Connection+Failed
    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Fix needed to be able to see the css updates in my browser!

    I created a BC site and added a blog module. In the modulestylesheets.css I added some layout changes so the blog layout would match my website design. Until yesterday, that worked fine. Changes that I made in the css file, were reflected on the site in my browser.  Today, however, no matter what I change or add in the modulestylesheet, it does not reflect anymore on my site.
    I double checked whether my changes were saved, but that is the case! In the forum this question has already been asked some times in 2012 but the fix was never posted. Please advise asap!
    Thanks,
    Jo

    Hi,
    Please provide the url of the site
    Kind Regards,
    Alex

  • How can I make use of the CSS feature?

    <p>Hi </p><p>I am using Cr4E to design a report that will be deployed over the web both as an html page and in PDF format. I now want to assign styles to the fields in the report so that the PDF and the HTML version look differently . </p><p>My questions:</p><p>1) Is there a short explanation on how to that properly?<br /></p><p>2) I assume that the CSS styles will only  be used in the HTML version and will be ignored in the PDF. Is that correct and - if not - is there another way to apply different styles to the PDF and HTML? </p><p> </p><p>As always any suggestions are highly appreciated!</p><p>Peter Buchmann from  a rainy Zurich, Switzerland </p><p> </p>

    <p>Hi Peter, </p><p>Ok, I learned something new on this one as well. It appears that the JRC has not yet been updated to include CSS support. As you mentioned, the CSS feature will enable specific output when rendered in our HTML viewer. So to answer your question, yes, if this was indeed supported, it would provide a different output when viewed over the web as opposed to PDF format.</p><p>Now, I know the next question you have is "If it is not supported, then why is it exposed?". There are actually 2 reasons for this:</p><ol><li>This same Designer is also bundled with IBM Rational Application Developer. With the RAD integration we include an Enterprise Repository Explorer view which will allow users to publish reports to a BusinessObjects Enterprise or Crystal Reports Server system. On these systems the CSS field will work.<br /><br /></li><li> Backwards-compatibility - if you open an existing report designed by the external designer then you will need to ensure that all of the properties are re-saved when the report is saved in the CR4E designer. Users can still modify these values, it&#39;s just that they will not be honored by the runtime engine.</li></ol><p>The good news is that we should have support for this feature in the next full release of Crystal Reports for Eclipse. Unfortunately, I don&#39;t think I can officially comment on timelines until early next year, once I get some resource commitments. </p><p>Regards,<br />Sean Johnson (CR4E Product Manager) </p><p>P.S.</p><p>Did I mention I live in Vancouver? We have 2 seasons in Vancouver...the rainy season and August. </p><p> <strong><a href="http://www.eclipseplugincentral.com/Web_Links-index-req-ratelink-lid-639.html">Rate this plugin @ Eclipse Plugin Central</a></strong>          </p>

  • On Dreamweaver CC how do I get to the css rule definition box?

    On the other Dreamweavers when I wanted to edit a css, I selected the css and clicked on the pencil icon to open the css rule definition box.
    The only way I find to get acess to the css rule definition box on the new CC is when I am creating a new div and then there is a option for a new style and it opens the box.
    My question is how do I get to the box once the rule is created? the pencil icon is not there anymore.
    Not good breaking workflows Adobe, some folks have work in progress...
    Please help, thanks.

    Nancy O. wrote:
    I can't remember the last time I used DW's CSS panels. If you know CSS, why not use code view?  DW's Code Hinting is very good &  it's much quicker to edit code directly in the style sheet than it is in CSS panels.  
    Nancy O.
    That depends a bit on the situation. For example, in Netbeans I use the live connection with Chrome (embedded view or not) and I can then select an item in the live view in Chrome, which opens the css properties panes. These are quite similar to DW.
    By changing the values in the css properties pane the changes in values are automatically saved in the css file, and visually updated in realtime in Chrome.
    It can be very handy to quickly change the position or margin/padding/size of an element this way without having to switch back and forth to your css. Bit similar to the inspect element pane in FF and Chrome, and the changes are immediately saved.
    When I still used DW I used it in the same manner for quick visual changes - and no reason to rummage through my css code.
    In short, those css inspector panes can work quite efficiently when you need to polish the css code.
    Granted, I would never use it while working on the main css code - but for slight and quick changes it can be a very handy feature.

  • How to Get Contribute CS4 to Update Available Styles when CSS is Updated

    I am using a style sheet on my website.  I recently updated the style sheet, adding a new style, in Dreamweaver.  When I go into Contribute, the style is not showing up. 
    How can I force Contribute to get the updated data from the latest version of the CSS?
    I have about 8 people using Contribute to edit a site and I desperately need them to be able to see the new styles.
    Thank you in advance.
    Mary Beth

    Hi,
              The CSS you are defining are CSS classes right, not the ID? That is, in your CSS file, you are defining the new styles using the '.' symbol. If so, then can you ask your users to refresh the web page they want to edit (browse to the web page, right click to bring up the context menu and click Refresh menu item).
    Now, they can edit the web page, and the new styles would be displayed in the Styles menu. If that did not resolve the issue, can you ask them to recreate the connection to the website (remove the website connection and creating it again), or, quit and launch Contribute and click Connect button to connect to the website.
              If the new style is defined using '#' symbol, I don't think Contribute will display these styles.
    Hope this helps.

  • Would love to see the slider and breaks features added to Muse along with the CSS editor?

    Would love to see the slider and breaks features added to Muse along with the CSS editor?

    "I would love to have iTunes and my iPod sync the songs that the iPod played since its last updating into the song count in iTunes"
    It does already do this... unless you use manual updating. Under auto updating, tracks played on your iPod should up the count in iTunes on your next sync.
    Patrick

  • It must be in the CSS

    I have a page http://ebogott.com/index08more.php that is the prototype new home page for my site. The "last updated..." line appers to the right of the XML table ONLY in OPERA.  Everywhere else, it aligns correctly.  I can find no code problems.  The css is attached. Does Opera have an issue with XML or CSS or did I do something wrong? 
    don Carlos

    I'm finding a few code issues with your site when running through the validator:
    http://validator.w3.org/
    You are missing one ending div tag in there and the type for the javascript.  The spry stuff you can ignore.

  • Can I consolidate the CSS pages?

    Hello,
    I noticed that Muse creates a CSS page for every singe HTML page so I have about 50 CSS pages. What's the point of CSS if there's not just one master?
    Is it possible to have just one? For a few reasons,
    A) the client will think I'm crazy once they see 50+ CSS pages
    B) should the client want to make changes in the future it's ridiculous to make them change 50+ pages just to change a font color. No, the client most likely will not buy Muse just to make a few simple updates and I will not be available for future updates.
    OR
    Is it possible to export my Muse site so it's not dependent on using Muse in the future? I like building with Muse but am thinking it's probably not the way to go since I build then pass the sites off to clients.
    thanks for any input.

    Site wide formatting is stored in the site_global.css. Examples of site wide formatting include Paragraph Styles, Character Styles, Graphics Styles, List Styles and Hyperlink Styles you define in Muse. If you use styles in Muse for your formatting, it would then be possible to edit the CSS style definition in the site_global.css to alter the appearance of all text or objects that use that style (though editing the HTML output by Muse is not a workflow we encourage).
    Page-specific formatting (i.e. where the objects are located on the page, formatting applied not using styles, etc.) is stored in a .css file for that specific page, since it's only relevant to that page. Even if you make very heavy use of the styles available in Muse, there will still be size, position and stacking order information that is only relevant to that specific page and thus recorded in the page-specific css file.

  • Where can I find the CSS Designer panel

    Been watching this video:
    http://tv.adobe.com/watch/creative-cloud-for-web/adobe-dreamweaver-cc-overview/
    If you go to around 23 seconds, you will notice the 'Biggest update' 'CSS Designer Panel'
    I notice he is changing rounded corners on the fly.
    Where is this in Dreamweaver CS6?
    I can only see the transitions panel.
    Am I missing something?

    Your workspace might be different than mine. 
    But the CSS Styles Panel is usually on the right.  See screenshot.
    Nancy O.

Maybe you are looking for

  • Search is not working in Portal??

    Hi all This is the error i got i tried to search in portal: Portal Runtime Error An exception occurred while processing a request for : iView : N/A Component Name : N/A iView not found: pcd:portal_content/every_user/general/eu_role/com.sap.km.home_ws

  • How to populate the data to second sheet tab in excel

    Hai, I need to populate data to the second sheet tab of excel sheet . Below is the code wherein I added datas to first sheet of the excel sheet.Can anyone help me in this ? <% response.setHeader("Cache-Control","max-age=0"); // HTTP 1.1 response.setH

  • Ampersand (&) in text passed to OSP

    I know this is a stupid question... but our client wants to search based on a free-form text column which may or may not contain ampersands. The OSP reads the text as a parameter and builds the search condition. No problem, but if the text passed con

  • PDF export for WAD

    Hello Experts, We have a unique requirement, wherein we have to put some around 10 text elements on the report header. These elements have to be aligned in the Web template, some 3-4 elements left aligned 3-4 in center 3-4 in right aligned. I am able

  • 3rd party software tools to automate Weblogic deployments/release process

    Folks, I'm currently evaluating few 3rd party software tools to automate Weblogic deployments/release process - software release automation. if someone has used products from Xepialabs , UC4 or Urbandeploy etc - can you advise how effective these are