Characters not displaying in some browsers

This is another Unicode issue, but as far as I can tell I have all of the correct file transfer settings.
In MS Internet Explorer 6 and also Firefox 3.6.3 (both Windows versions running on Win XP) some unicode characters fail to display. The math 'times' symbol fails on both. The Greek lower case letter phi fails on Explorer but is okay on Firefox. Both browsers correctly recognize that the text encoding is utf8.
Everything displays just fine on the Mac version in both Firefox and Safari. So, I assume the files reached Server okay and that the server is working fine.
If I was using any other web publishing software I could use html escape characters × and Greek letters, but there appears to be no way of doing this on iWeb. As a temporary fix I will change the times symbol to the letter 'x' but I'm not sure what I can do about the phi and any other odd characters that may crop up in the future.
Any suggestions?

It's possible your problem could caused by lack of proper fonts on the machines you are testing, especially if Firefox 3 does not show ×. In that case using html escapes would not help. You could test this by creating a test page with the escapes and seeing if they work.
Could you provide the url of the page where this is happening so I can see what is going on?

Similar Messages

  • Background nav image not displaying in some browsers...

    Hi,
       I'm in the process of building a website template - still ironing out some bugs, but just discovered that the bacground image in my navigation bar isn't displaying on some browsers (including some versions of IE). It works in IE8 where my primary testing takes place (on both my local drive and from the temporary "live" server, but in most other browsers, doesn't show up...
    below is a link to my test page:
    http://home.roadrunner.com/~jgigandet/trinity/
    and here is the css with the applicable code in red:
    /*Menu Outer Wrapper*/
    .p7PMMh04 {
    width: auto;
    height: 20px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-image: url(img/new_bk.gif);
    background-repeat: repeat-x;
    background-color: #000;
    text-align: left;
    line-height: normal;
    /*Hide Sub-Menu in Design View
    Compensate for LI padding on Sliding Doors themes*/
    .p7PMMh04 ul div {
    display: none;
    TOP LEVEL MENU
    .p7PMMh04 ul {
    margin: 0;
    padding: 0;
    .p7PMMh04 li {
    list-style-type: none;
    float: left;
    width: 120px;
    /* Hide from IE5 Mac \*/
    .p7PMMh04 li {
    width: auto;
    /*Top Level Links*/
    .p7PMMh04 a {
    display: block;
    text-decoration: none;
    padding: 2px 14px 3px 14px !important;
    color: #ffc42a !important;
    /*border-right: 1px solid #8184e6;  */
    text-align: left;
    /*Link hover when no drop down is present */
    .p7PMMh04 a:hover {
    color: #df8f04 !important;
    /*background-color: #DFDFDF;*/
    Syntax for special classes programatically assigned to first and last links and also LIs
    See user guide for more information
    .p7PMMh04 ul a.pmmfirst {
    border-left: 1px solid #df8f04;
    .p7PMMh04 ul ul a.pmmfirst {
    border-left: 0;
    .p7PMMh04 ul a.pmmlast {
    .p7PMMh04 ul li.pmmfirst {
    .p7PMMh04 ul li.pmmlast {
    /*First Sub Level*/
    .p7PMMh04 ul ul {
    z-index: 10000;
    background-color: #333;
    width: 150px;
    background-image: url(img/pmm_carbon_subs.jpg);
    background-repeat: repeat-x;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    .p7PMMh04 ul ul li {
    float: none;
    background-color: #000;
    background-image: none;
    .p7PMMh04 ul ul a {
    padding: 4px 12px !important;
    color: #ffc42a !important;
    border-right: 0;
    text-align: left;
    overflow: hidden;
    /* rollover on 1st level rollovers  */
    .p7PMMh04 ul ul a:hover {
    background-color: #333; !important; 
    color: #df8f04 !important;
    /*Third Level (Flyouts in horizontal menu)*/
    .p7PMMh04 ul ul ul {
    border-top: 1px solid #df8f04;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #df8f04;
    SPECIAL IMAGE-BASED RULES
    .p7PMMh04 img {
    border: 0;
    .p7PMMh04 .p7PMM_img {
    padding: 0px;
    border: 0;
    background-image: none;
    background-color: transparent;
    TRIGGERS and CUURENT MARK RULES
    The Closed state relates to trigger items when their child menus are not showing
    The Open state relates to trigger items when their child menus are showing
    Selectors appended with _left Automatically change arrow position and orientation
    if sub levels are set to fly out to the left
    /*Sub Level*/
    .p7PMMh04 ul a.trig_closed, .p7PMMh04 ul a.trig_closed_left {
    background-image: url(img/pmm_south_medium.png);
    background-repeat: no-repeat;
    background-position: right center;
    .p7PMMh04 ul a.trig_closed_up {
    background-image: url(img/pmm_north_medium.gif);
    background-repeat: no-repeat;
    background-position: right center;
    .p7PMMh04 ul a.trig_open, .p7PMMh04 ul a.trig_open_up {
    color: #000 !important;
    background-color: #DFDFDF !important;   /* This is background color of main dropdown rollover */
    .p7PMMh04 ul ul a.trig_closed {
    background-image: url(img/pmm_east_dark.png);
    background-repeat: no-repeat;
    background-position: right center;
    .p7PMMh04 ul ul a.trig_closed_left {
    background-image: url(img/pmm_west_dark.gif);
    background-repeat: no-repeat;
    background-position: left center;
    .p7PMMh04 ul ul a.trig_open {
    color: #FFF !important;
    background-color: #424242 !important;
    /*The Current Marker (You are here) links*/
    .p7PMMh04 .current_mark {
    font-weight: bold;
    color: #60c3d1 !important;
    .p7PMMh04 ul ul .current_mark {
    color: #FFF !important;
    Utility Rule used for Clearing floats in Horizontal Menus
    .p7pmmclearfloat {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    Thanks in advance for any advice,
    Jesse

    You have applied a height of "auto"to your menubar container, which gives it no height at all in some browsers. If you have a clue what height you would like to display for your menubar, give it, instead of:
        <div style="height: auto;" id="p7PMM_1" class="p7PMMh04">
    Better yet, leave it in the CSS file, where you will find it when you go looking for it. You already assign a height there:
    .p7PMMh04 {
        width: auto;
        height: 20px;
        margin: 0 auto;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        background-image: url(http://home.roadrunner.com/~jgigandet/trinity/img/new_bk.gif);
        background-repeat: repeat-x;
        background-color: #000;
        text-align: left;
        line-height: normal;
    Because your inline style of height:auto; has more proximity (is closer) to the element being styled, it overrides the style in the stylesheet and applies the height: auto; instead of allowing the height: 20px;
    Beth

  • Navigation & Photo Page not displaying within some browsers

    Hello,
    I am using iWeb '08 and am having great difficulties trying to get my site cross browser compatible. The site is working perfectly on the Mac in Firefox 2 & Safari but not Firefox 3. It is also not displaying correctly in Firefox 2.0.0.13 and IE7 on my WinXP machine. Unfortunately the error is not just a cosmetic issue. The Main Navigation is not displaying on any page and only shows a bullet point where it is meant to be. The other error occurs in the Photo Template and the photos are not displaying. I am using a "Version 1 template" and did a test with a "version 2" template that provided the same errors.
    Has anyone else had these problems???
    The site is located at:
    http://web.mac.com/maxkit/Kai/
    Photo Page:
    http://web.mac.com/maxkit/Kai/CurrentPictures/Pages/Snowy_AprilDay.html
    The test site is located at:
    http://web.mac.com/maxkit/Site/
    Thanks
    Max

    You have applied a height of "auto"to your menubar container, which gives it no height at all in some browsers. If you have a clue what height you would like to display for your menubar, give it, instead of:
        <div style="height: auto;" id="p7PMM_1" class="p7PMMh04">
    Better yet, leave it in the CSS file, where you will find it when you go looking for it. You already assign a height there:
    .p7PMMh04 {
        width: auto;
        height: 20px;
        margin: 0 auto;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        background-image: url(http://home.roadrunner.com/~jgigandet/trinity/img/new_bk.gif);
        background-repeat: repeat-x;
        background-color: #000;
        text-align: left;
        line-height: normal;
    Because your inline style of height:auto; has more proximity (is closer) to the element being styled, it overrides the style in the stylesheet and applies the height: auto; instead of allowing the height: 20px;
    Beth

  • Some images not displaying in some browsers

    Hi,
    I'm creating a newsletter in Dreamweaver using the design view.
    The finished thing works perfectly in Internet Explorer but when I view it in Firefox or Safari certain images are not displaying. There's no red cross or sign at all of why they're missing. They do however show as attachments at the bottom of the email.
    The code appears to be fine and all the images were uploaded in the same way, so can't think why some won't appear while others will. The only thing the missing images have in common is that they're all left aligned so the text wraps around them.
    I've been trying to fix this for ages and tearing my hair out. Any help greatly appreciated!!
    Thanks.

    Um, I can't seem to find it on the server, which can't be a good sign ) - :
    Have no idea why it's not appearing where it should but if I can get a link to work I'll send it to you.
    Thanks for your help

  • Problems with Turkish characters not displaying correctly

    A user is having problems with certain Turkish characters in particular fonts not displaying correctly (as shown below).
    The two fonts (Gill Sans and Helvetica LT CondensedLight) are used for English language marketing material.  Ideally, for continuity, the same font would be preferred for our Turkish language marketing material rather than changing it to a similar font.
    Helvetica LT CondensedLight
    Turkish character “ İ ” does not display correctly in either Word or InDesign.
    Gill Sans
    Turkish characters “ ş ” and “ ğ ” display correctly in Word but not InDesign.
    My questions are:
    1. For Gill Sans, why are the characters not displaying in InDesign but are in Word?
    2. I've noticed here: http://www.webtype.com/font/gill-sans-family/#glyphs-tab that the required characters are available within the Gill Sans font.  Is this because the font is newer and includes the additional characters?  Would this work in InDesign?

    One of the big differences between InDesign and Word is that Word will happily substitute glyphs without telling you. So, unless your installs of Word and of InDesign are using different versions of Gill Sans (which is possible, BTW) then your s-with-cedilla and your g-with-macron are actually not in Gill Sans but in some other font. I'm guessing Arial.
    It's possible that you have more than one Gill Sans installed (e.g. one in your Document Fonts folder and another in your system fonts folder) that have different glyph complements. Gill Sans has been around a long time, and the version I have from the 90s has no Turkish support whatsoever.
    As far as the capital-I-with-dot, you can check your glyph coverage in a variety of ways. In both InDesign and Word, you can open up a window that shows you all of the glyphs in a font. In InDesign, find it in Type -> Glyphs. In Word, it's called "Insert Symbol" and you can find it in Word 2010 by going to Insert -> Symbol -> More Symbols. I am guessing that the answer to this question is simply that your cut of Helvetica LT has no cap-I-with-dot. You'd need to pick a font that actually has support for Turkish. On WIndows, I use a very full-featured freebie called BabelMap to check font coverage. They have a Web version here:
    http://www.babelstone.co.uk/Unicode/babelmap.html
    but I personally prefer the downloadable .exe file.

  • Chinese and Korean characters not displaying in navigation pane

    I have an issue with Chinese and Korean characters not displaying on the tabs in the navigation pane:
    I have 2 RoboHelp projects (using RoboHelp 8 with the updates installed) to generate WebHelp, one in Simplified Chinese, the other Korean. The HTML files, .HHC and .HHK were sent out for translations. I have set the appropriate language in the project settings, everything almost works, except for the text on the Contents, Index, and Search tabs. (I'm not using a skin.) I have read in various threads that the lng file should be edited using the RoboHelp interface, and this seems to be the crux of the problem. The characters do not display correctly through the RoboHelp UI.
    The computer on which I generate the WebHelp is Windows Server 2003, and I do not have the language packs installed. (And am having problems getting hold of the language packs to install to see if this fixes the problem.)
    Aside from installing the language packs, is there anything else I can try to help resolve the problem? (The characters in the content are displaying as expected.)
    Any assistance is greatly appreciated

    Perhaps something in the Translation Info section of this page might help? (The specifics are for Japanese, but I believe the issue would apply to all double-byte languages).
    http://helpware.net/FAR/far_faq.htm#JapComp

  • Purchase Order Notes not displaying in some systems

    Hi All,
    Purchase Order Notes are not displayed in some systems. But the same notes are viewable from a different PC.
    This is the case of few of my end users.
    Please help.
    Thanks
    Vijay

    Hi All,
    The issue is resolved. It was because of updating the IE version from 6 to 7.
    We have degraded the IE version back to 6 and it all worked fine.
    Thanks
    Vijay

  • UTF-8 characters not displaying in IE6

    Dear Sirs,
    I have an issue in displaying UTF-8 characters in Internet explorer 6.
    I set up my all jsp pages encoding as UTF-8.
    Any language characters(like chinese,tamil etc) perfectly dispaying in firebox browser.
    But in internet explorer, the characters are not displaying.it displays like ?! ..
    Could any body help me out?
    Thanks
    mulaimaran

    Thanks Viravan,
    But, I have added this line in my jsp before html tag.
    <%@ page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8" %>
    After html tag,i added this meta tag.
    <META http-equiv="Content-Type" content="text/html;charset=UTF-8">
    So, the UTF-8 encoding is capable to show different language characters in firebox browser.
    But In Internet Explorer 6 other language characters not displaying..
    > jsp sends out the UTF-8 BOM (hex: EF BB BF) before
    the HTML tag.I cant understand this line.I m new one to java.
    So ,please help me out.
    Thanks
    mullaimaran

  • The pdf chinese characters not display (11G  WLS_PERORTS)

    My Database:TRADITIONAL CHINESE_TAIWAN.AL32UTF8
    Environment:xp
    According to:http://docs.oracle.com/cd/E24269_01/doc.11120/e24479/pbr_pdf002.htm#BABCCEAB
    C:\Oracle\Middleware\asinst_1\config\FRComponent\frcommon\tools\COMMON\uifont.ali
    add a row
    [ PDF ]
    .....AL32UTF8 = "MSungStd-Light-Acro"
    But the pdf chinese characters not display,Why??
    http://ppt.cc/h-Tx

    kindly, make sure that you add the font path into your FORMS_PATH in regestery (if you are using windows) also put your font mapping ubder [ PDF:Subset ]
    for example:
    [ PDF:Subset ]
    times = "Barcd39.ttf"
    Arial..italic.Bold.. = "arialbi.ttf"
    Arial..italic... = "ariali.ttf"
    Arial...Bold.. = "arialbd.ttf"
    Arial = "arial.ttf"
    "Andale Duospace WT J" = "Aduoj.ttf"
    "Albany WT J"="AlbanWTJ.ttf"
    "Arabic Transparent"="artro.ttf"

  • Muse site not visible on some browsers

    I have created a MUSE website for one pf my clients and they tell me it is not visible on some browsers but did not specify on which it did not show.
    Any suggestions?
    Thanks

    I have asked but had no response yet. My research tells me that the probable issue is with IE9 and older that aren't compatible with HTML5 or CSS3. Is that right? if so it is a Microsoft issue and people using old incompatible browsers.
    What do you think? The site works just fine on Firefox, Safari and Chrome.

  • Foreign characters not displaying

    Hi... I am developing a web app that includes a database of world cities, many of which have foreign characters in their names. The MySQL database is displaying the characters correctly, but when it comes to displaying them in drop down menus, the foreign characters are displayed as blank boxes.
    The application is a J2EE Java app.
    In the index.jsp file, in the html section, I have specified various types of character sets, including the standard iso-8859-1 and utf-8, but none make a difference.
    The home page with the drop-down menus is at www.your-astrology-report.com/index.jsp. From the pull-down menus, select "International", then "Greece", then "NON-ENGLISH FIRST LETTERS" and you'll see what I mean.
    The database code that puts the city names into the drop down menu is as follows, although as a fragment, it's incomplete.
    try{
         out.print("<select name='city'>");
         out.println("<option value='0'>Select Birth Town - Check Region!</option>");
         if(letter.equals("?")){
              q="select * from "+regid+" where country='"+country+"' AND city NOT RLIKE '^[A-Z]' order by city";
         } else {
              q="select * from "+regid+" where country='"+country+"' AND city LIKE '"+letter+"%' order by city";//city begins with letter
         ResultSet rst=execute_sql_query(q);
         int count=0;
         while(rst.next()){
              out.println("<option value='"+count+"'>"+rst.getString("city")+" - "+rst.getString("subdiv")+" "+SubDiv+"</option>");
              count++;
         out.println("</select>");
    I am very new to Java.
    Is there some basic way of telling either the query and/or the out.print statement to get, preserve, and display these foreign characters correctly?
    Please keep it simple! Like I said, I'm new to all this, and most of the Google queries I've made to try to figure this out have been gobble-de-gook to me! LOL!
    Thanks,
    Fartian

    Thanks everybody for your suggestions. So far, I'm sorry to say, none of your suggestions have helped, though.
    I suspect, though, that the reply concerning character streams (PaulClapham) holds the answer. I just don't know how to implement this in my case, i.e. how to apply this to the out.println statements in the previously given code block. My experience with Java is limited. Any ideas?
    I should probably tell you how all this is structured in terms of one file calling another:
    First we have the index.jsp (www.your-astrology-report.com/index.htm), which has dynamic input fields, the one in question being this:
    <td colspan="2"><div id="cities"><select name="city"><option value="">Select City</option></select></div></td>
          <td colspan="2">Select First Letter of City First!</td>div id="cities" refers to a function in a second file, xmlhttp.jsp, which is called by the dynamic input field located just above the "cities" field.
    Here is the function:
    function handleCityU(regid_letter_country){
         document.getElementById("cities").innerHTML="Loading cities...";
         url="internal_requestU2.jsp?regid_letter_country="+regid_letter_country.value;
         var xmlhttp=myXMLHttpRequest();
         xmlhttp.open("GET",url,true);
         xmlhttp.onreadystatechange=function() {
              if(xmlhttp.readyState!=4)return;
              document.getElementById("cities").innerHTML=xmlhttp.responseText;
         xmlhttp.send(null);
    }This function passes the variable "regid_letter_country.value" to yet another file that then parses the variable, requests the required database data, and creates the out.println statements that then populate the dynamic pull-down menu that displays the cities in the original index.jsp file.
    THIS IS WHERE I NEED IT TO BE DISPLAYING INTERNATIONAL CHARACTERS. The code for this part is what I originally posted.
    Help!
    Many thanks...
    Edited by: Fartian on Mar 20, 2008 7:49 PM

  • German Special Characters not displayed correctly in RTF  using code

    Hi ,
    In my code we are using webdynpro method
    WDResourceFactory.createResource(
    byte[] data, String resourceName,WDWebResourceType
    Type)
    Here in our code we are implementing this as
    ITemplateElement templateEl = wdContext.currentTemplateElement();
    WDResourceFactory.createResource(
    templateEl.getReportData(),
    reportName.substring(0, reportName.lastIndexOf('.')),
    WDWebResourceType.RTF); reportName.lastIndexOf('.')),
    Here templateEl.getReportData() returns a set of bytes which has some
    german special characters.
    We are generating the Bytes using String.getByes(),Just before
    String text = new String(in);
    collector.putBusinessObject(boName, bo);
    reportDocTemplateParser(collector, text);
    collector.removeBusinessObject(boName);
    String generatedText = collector.generateRTF();
    out = (null != generatedText) ? generatedText.getBytes() : null;
    The out put is the if i am giving a word with german special characters for eg:
    Betriebsübersichten it first gets converted to bytes and then passes through method WDResouseFactory.createResourse(.....) which creates an RTF file and finally in the RTF file it appears as Betriebsbbersichten the special character is not displayed correctly.
    i came to knw that while converting into bytes we have to make it RTF supported encoding.ie for eg generatedText.getBytes('cp1252').i even tried with other charactersets like ISO-8859,cp1253 and so on but none of them worked.
    It would be really great if you could suggest the needful.
    Thanks and Regards
    Neeta

    I soved this by using get_data function of response object. Then converting this into ISO-8859-1 charset.
    See code below.
    DATA :  lv_encoding   TYPE abap_encoding,
              lv_conv       TYPE REF TO cl_abap_conv_in_ce,
              lv_x_string   type xstring.
      lv_x_string = pv_http_client->response->get_data( ).
        lv_encoding = '1100'.
        lv_conv = cl_abap_conv_in_ce=>create(
                              encoding = lv_encoding
                                 input = lv_x_string ).
        lv_conv->read( IMPORTING data = pv_result ).

  • Documents from UCM not opening in some browsers

    Hi ,
    I am using the RIDC GET_FILE service to display the pdf in the WebCenter portal page. When the method is called the pdf document opens in Chrome browser in some machines but not in Firefox or other browsers. The file is returned as "application/octet-stream" and hence does not open as a pdf document.
    Following is the java code written to fetch the files
    import java.io.BufferedOutputStream;
    import java.io.File;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.PrintWriter;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import oracle.adf.share.ADFContext;
    import oracle.javatools.resourcebundle.BundleFactory;
    import oracle.security.xmlsec.samlp.ResponseType;
    import oracle.stellent.ridc.IdcClient;
    import oracle.stellent.ridc.IdcClientManager;
    import oracle.stellent.ridc.IdcClientException;
    import oracle.stellent.ridc.IdcClientManager;
    import oracle.stellent.ridc.IdcContext;
    import oracle.stellent.ridc.convenience.usersecurity.CacheId;
    import oracle.stellent.ridc.convenience.usersecurity.IUserSecurityCache;
    import oracle.stellent.ridc.convenience.usersecurity.impl.UserSGAcctAclCache;
    import oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache;
    import oracle.stellent.ridc.model.DataBinder;
    import oracle.stellent.ridc.model.DataObject;
    import oracle.stellent.ridc.model.DataResultSet;
    import oracle.stellent.ridc.protocol.ServiceResponse;
    import utils.system;
        public class getFile extends HttpServlet {
            private static final String CONTENT_TYPE = "text/html; charset=UTF-8";
            private static final long serialVersionUID = 1L;
            public void init(ServletConfig config) throws ServletException {
                super.init(config);
            String cid ;
        public  void doGet( HttpServletRequest request,
                            HttpServletResponse response) throws  ServletException ,IOException {
                       try {
                           cid = request.getParameter("cid");
                       } catch (Exception e) {
                           e.printStackTrace();
            try{
                IdcClientManager manager = new IdcClientManager();
                IdcClient idcClient = manager.createClient("idc://oa8054.us.oracle.com:7444");
                IdcContext userContext = new IdcContext("SADMIN", "SADMIN1");
                        System.out.println("got idc client");
                    // populate the binder with the parameters
                        DataBinder dataBinder = idcClient.createBinder();
                        dataBinder.putLocal("IdcService", "GET_FILE");
                        dataBinder.putLocal("dDocName",cid);
                        dataBinder.putLocal("RevisionSelectionMethod","Latest");
                        dataBinder.putLocal("Rendition","Web");  
                     dataBinder.putLocal("allowInterrupt","1");
                        ServiceResponse response1 = idcClient.sendRequest (userContext, dataBinder);
                    response1 = idcClient.sendRequest (userContext, dataBinder);
                         InputStream content = response1.getResponseStream() ;  
                        BufferedOutputStream  output = new BufferedOutputStream(response.getOutputStream(), 1024);             
                        byte[] buffer = new byte[1024]; 
                        int length;
                        while ((length = content.read(buffer)) > 0){ 
                        output.write(buffer, 0, length); 
                content.close(); 
                output.flush();
                        output.close();
                    catch (IdcClientException e) {
                                 e.printStackTrace();
    And the call to the servlet is  made on click of a link.
    Why doesn't the documents() open in some browsers while it does in some.Similarly i want to open docx and rtf files from UCM also using the same code without downloading.
    Please help.
    Thanks

    Hi.
    Try following sample code:
    Include cmfn tag library in your page
    xmlns:cmfn="http://xmlns.oracle.com/webcenter/content/functions"
    Use next EL Expression to get a Node url's (are the same methods as a Node in CP):
    #{cmfn:getNodeById(yourdDocName).url.downloadUrl
    #{cmfn:getNodeById(yourdDocName).url.renderUrl
    Sample:
    <af:goLink targetFrame="_blank" destination="#{cmfn:getNodeById('UCM676546').url.downloadUrl}"/>
    You'll need connection to UCM configured in your WebCenter Portal Application because it will ask for the current IDC connection configured.
    Regards.

  • APEX tabs do not appear in some browsers (after 5)

    I am using APEX 4.2 to build a fairly simple application. I am pretty new to this, but I noticed the following:
    I use standard level1 tabs and I noticed that depending on the browser I use I can only see a maximum of 5 tabs. It just does not display the tabs after 5. I of course cleaned browser cache, etc .. to no avail.
    These are observations based on available browsers: I CANNOT see more than 5 tabs in IE or Firefox 24, but I CAN in Firefox 17 AND Google Chrome.
    Can anyone let me know if I can correct a setting somewhere to make all tabs appear in all browsers.
    Thanks.

    tardo wrote:Actually, those specific applications don't come with .desktop files, which is your problem (this will happen to everyone too). Only solution is to create one yourself, or google for one. If you find them, ask the maintainers to include them in the pkg.
    I don't agree with you. 2 days ago i had to reinstall my system because of a pacman problem. Before this, some applications i use used to have .desktop files. After reinstallation they don't. And also they were not upgraded. Maybe the problem is mirrors, that's not a big problem

  • Chinese Characters not displaying properly

    I pasted Chinese text into a Rolling title but not all of the characters display.  Some (not many) of them display as an x inside of a square.  All I can think is that some of the characters are not being recognized. If it matters, the text is simplified Chinese copied from a website, pasted into Notepad, then copied again and pasted into the title.
    Help is greatly appreciated.

    John,
    I see that now, but the font I selected (simsun) seems to have resolved my issue. I believe it is a bug if I can display the characters correctly on other app, especially Microsoft.  On Microsoft apps, I can select many standard fonts and the Chinese Characters display correctly.
    Thank you for the link to submit a bug report. When I get time I will submit it, and hopefully they will correct the issue. 
    God Bless,
    Mark

Maybe you are looking for

  • Droid razr maxx

    I have an Apple Airport Extreme and am trying to utilize the wirelss function with my Droid Razr Maxx...the reception is poor at best on my Droid (3 units) and Motorolla says to contact Apple for resolution as the Droids have good reception with all

  • Skype 7 is a collosal disaster Make v6 available...

    Version 7 has been an absolute joke from start to finish. I now have the situation where 34 staff in my company got now not file share with skype - something that is a vital part of our internal company communications. skype to start off with as a ch

  • ORA-01017: invalid username/password; logon denied - Database Link

    Hi Guys, Could you help me, I have a problem connecting to another database using the database link: *1. I added in tnsnanes.ora of "client" database DEV2* DEV = +(DESCRIPTION =+ +(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.100.85)(PORT = 1521))+ +(CO

  • More details for master data

    Hi friends, I want to know more details about the master data, when there is one cube or dso, how can I find out that master data objects in that? When right click on master data info object and display, there is tabs called u2018general, business ex

  • Need to stop Windows copying files in multithread

    Hello, How to stop Windows to copying files in multithread as it is degrading copy speed from drive to drive. Thank you in advance.