HTML online editor and accented letter

Hi all gurus,
please forgive the nooby question, I'm a newbie about Portal and I've searched sdn forum without success for the following task.
Strictly; I have to publish an HTML file in an iview of the Portal.
This task was accomplished quite easily, the problem is the simple text which is in the HTML file.
As requirement, that HTML should be an info page; there are then few users which don't know anything of HTML which should update that info page with relevant news and activities.
The purposed solution is, off course, to use the integrated online HTML editor; here the problem arise as every accented letter in the HTML is shown with strange, ascii characters.
Googling a bit, I found that a correct charset in the HTML file could do the job:
charset=ISO-8859-1
as we're using Latin1.
Tried this solution on an HTML file on my desktop, it works. The above solution, however, does not work in Portal; the only solution is to use HTML entity (e.g. &agrave), but this is not so immediate to explain to users which don't usually work with HTML. Furthermore, they should switch to textual editor as the online HTML editor doesn't support explicit entity entries.
I'd rather expect the online HTML editor (which is kinda wysiwyg) has an automatic routine (as in Dreamweaver and most others programs)  to convert an accented letter to the corresponding HTML entity. So I guess the problem is on Portal side (configuration?)
Could anyone help me solving this issue, or find a workaround for that?
Thanks!

Because it looks at the template the object in the system be it a blog or a page it looks for those styles from what it considers the main CSS for that template. Split them up in any way you run into problems.
Always good to keep one CSS for things for perfomance anyway but it will avoid this and other similar issues you not encounted yet with regard to your issue.

Similar Messages

  • Free HTML Online Editor

    Hi everyone. Is there a free HTML online editor just like
    KTML 4.0 that uses a dreamweaver extenion? Can you direct me to a
    page to download this. Thank you all for your help.
    Thank you,
    AdonaiEchad

    It's not specific for FP, by the way....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:elcoo3$dgj$[email protected]..
    > Yes.
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "darrel" <[email protected]> wrote in message
    > news:elcoal$cvs$[email protected]..
    >> >I have just been playing around with Content
    Seed - it's pretty nice,
    >> >too....
    >>
    >> This thing?:
    >>
    >>
    http://contentseed.com/
    >>
    >> -Darrel
    >>
    >
    >

  • HTML Editors and Greek Language

    Hi all,
    When using the HTML Editor the value that is stored in the database
    is
    &Delta &epsilon &nu &upsilon &pi ά&rho &chi &epsilon &iota&alpha &pi ό&theta &epsilon &mu &alpha (Deleted ; in the end of each character so that I can show you what I mean).
    instead of Δεν υπάρχει απόθεμα
    This doesn't happen when I use text item or text area.
    Can I do something about it?
    APEX version 3.1.0.00.32
    Thanks in advance

    Peggy,
    FrontPage 97 / 98 have both worked really well for us, however we
    discovered a slight hitch with 98 where the Editor would gobble up
    <?FORTE ..> tags inside the SELECT OPTION tag, but you can work around
    that one, apart from this FP98 is a great HTML editor. I also thought
    HotMetal was a good fit.These observations come out of evaluating about
    5-6 leading HTML editors.
    Some recommended steps in the process:
    1) Create a prototype by laying out all the HTML using an Editor. Figure
    out all the navigation within your web. More recent features seen in
    HTML editors such as JavaScript generation and DHTML / CSS support are
    really difficult to work out on your own, let the advanced Editors do as
    much dirty work for you as poss.
    2) Once the prototype is finalized, for all the pages requiring any
    dynamic content generation, figure out all the Tag Handlers you will
    need. Change the HTML Content by inserting the FORTE tags as required,
    code the corresponding Handlers.
    3) Figure out the relation between page requests and the security
    requirements for your pages, design the Session properties and data
    tracing across requests using the Session object.
    4) Do refer to all the Tech Notes on the Forte web site for known
    issues.
    As for the Java applets frontend, we have used Java - IIOP - Forte since
    early beta through every Forte release (3.0.X) and it works fine with
    WebEnterprise and release 30f2.
    - Sameer
    From: Peggy Lynn Adrian <[email protected]>
    Date: Wed, 07 Jan 1998 15:19:58 -0500
    Subject: WebEnterprise - HTML Editors and Java
    I'd like to know any opinions on HTML editors and their use with
    WebEnterprise. Have any of you done
    evaluations to determine the best editor to use with the Forte
    product? Also,
    do you have experience using
    a Java applet as the front-end to a Forte service object? In this
    instance,
    are you able to do so with Forte 30f2 and
    WebSDK?
    Thanks,
    Peggy Adrian
    Eli Lilly and Company

  • WebEnterprise - HTML Editors and Java

    I'd like to know any opinions on HTML editors and their use with
    WebEnterprise. Have any of you done
    evaluations to determine the best editor to use with the Forte product? Also,
    do you have experience using
    a Java applet as the front-end to a Forte service object? In this instance,
    are you able to do so with Forte 30f2 and
    WebSDK?
    Thanks,
    Peggy Adrian
    Eli Lilly and Company

    Peggy,
    FrontPage 97 / 98 have both worked really well for us, however we
    discovered a slight hitch with 98 where the Editor would gobble up
    <?FORTE ..> tags inside the SELECT OPTION tag, but you can work around
    that one, apart from this FP98 is a great HTML editor. I also thought
    HotMetal was a good fit.These observations come out of evaluating about
    5-6 leading HTML editors.
    Some recommended steps in the process:
    1) Create a prototype by laying out all the HTML using an Editor. Figure
    out all the navigation within your web. More recent features seen in
    HTML editors such as JavaScript generation and DHTML / CSS support are
    really difficult to work out on your own, let the advanced Editors do as
    much dirty work for you as poss.
    2) Once the prototype is finalized, for all the pages requiring any
    dynamic content generation, figure out all the Tag Handlers you will
    need. Change the HTML Content by inserting the FORTE tags as required,
    code the corresponding Handlers.
    3) Figure out the relation between page requests and the security
    requirements for your pages, design the Session properties and data
    tracing across requests using the Session object.
    4) Do refer to all the Tech Notes on the Forte web site for known
    issues.
    As for the Java applets frontend, we have used Java - IIOP - Forte since
    early beta through every Forte release (3.0.X) and it works fine with
    WebEnterprise and release 30f2.
    - Sameer
    From: Peggy Lynn Adrian <[email protected]>
    Date: Wed, 07 Jan 1998 15:19:58 -0500
    Subject: WebEnterprise - HTML Editors and Java
    I'd like to know any opinions on HTML editors and their use with
    WebEnterprise. Have any of you done
    evaluations to determine the best editor to use with the Forte
    product? Also,
    do you have experience using
    a Java applet as the front-end to a Forte service object? In this
    instance,
    are you able to do so with Forte 30f2 and
    WebSDK?
    Thanks,
    Peggy Adrian
    Eli Lilly and Company

  • Help please! imac is completely full, FPC wont let me render! I'm a video editor and have over 70 gb worth of videos on the imac which all need to be kept but now beloved imac is full, only had it for 5 months! need external hard drive every 5 months??

    FPC wont let me render! I'm a video editor and have over 70 gb worth of videos on the imac which all need to be kept for various clients/backup/original versons but now beloved imac is full, only had it for 5 months! Will Ineed external hard drive every 5 months?? This can't be I've already resorted to getting rid of unsed applications such as garage band, iTunes,address book ect. I've trashed everything I could. what next ???
    My video files are massive, converting them to a different format doesn't reduce the size of them it just turns them into mp4 or apple pro res ect
    This iMac is for work only so there's no pictures, no music, no conacts, no messenger, no games, nonothing but videos!!

    Have a look at this: http://grandperspectiv.sourceforge.net/
    It will show you exactly what is taking up all of your space.
    You also may want to consider some kind of external storage just for your video projects.

  • Highlighted info in html editor and sending it in an email

    Is there a way to take everything that is highlighted in the html editor and send in an email?
    Either in the body of the default email client or as attachment in apex.mail or email client?
    Thanks.

    Hello,
    Maybe this link can help you: http://javascript.internet.com/page-details/highlighted-text.html
    I've been looking at the FCK Editor (which is what APEX is using) Javascript API's but didn't find a solution that quick, but my guess it's somewhere in there too.
    Nevertheless the above link provides you with something that works as well.
    Hope you like it.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/

  • Ok so i dowloaded the pdf editor and only amall screen shows up and i log in but it doesnt let me do anything other that stare at it ... how can i edit a pdf?

    ok so i dowloaded the pdf editor and only amall screen shows up and i log in but it doesnt let me do anything other that stare at it ... how can i edit a pdf?

    Word processor like "editing" is not tolerated by PDF (the file format/technology discussed and described by the ISO Standard for PDF, ISO 32000-1).  Minor touchups are tolerated. The textual characters have to be renderable text (a scanner's output image of text is a picture of text not "real" text).
    Open the PDF with Acrobat XI.
    Click-path:
    Tools - Content Editing - Edit Text & Images
    Be well...

  • I downloaded a cheap PDF editor and it converted all my PDFs to their software. Then when I deleted it, I cannot open them in the Adobe format any longer. Please let me know how to get them back!

    I downloaded a cheap PDF editor and it converted all my PDFs to their software. Then when I deleted it, I cannot open them in the Adobe format any longer. Please let me know how to get them back!

    It's important to understand that when this sort of thing happens files aren't "converted" at all.
    In Windows and Mac, there is just one app (program) that it run when you double click a type of file. There's an app for Word documents (Microsoft Word). There's an app for PDF files. So all that happened is that you installed an app which can open PDF files.
    Nothing changed in the files. You can still open them the traditional way if you forget double click - start the app, use Open from the File menu.

  • Hi, On opening organiser on Elements 12, I get " Online services could not be initialized. Please reinstall. Press ok to continue without online services" And I can't open Editor

    'Hi, On opening organiser on Elements 12, I get " Online services could not be initialized. Please reinstall. Press ok to continue without online services" And I can't open Editor.   Where do I go to to reinstall and how??
    Message was edited by: Taylor Cosson

    What computer operating system are you using? If Windows go to:
    C:\Users\99jon\AppData\Roaming\Adobe\Online Services
    Inside the Online Services folder delete the Photoshop Elements 12.0.0 folder.
    Re-launch Organizer and OLS should get recreated.
    N.B substitute your user name for 99jon. If you can’t find AppData you may first need to enable the showing of hidden system files.
    Follow these steps to display hidden files and folders.
    Open Folder Options by clicking the Start button, clicking Control Panel, clicking Appearance and Personalization, and then clicking Folder Options.
    Click the View tab.
    Under Advanced settings, click Show hidden files and folders, and then click OK.

  • To add meta tags, you open your published .html pages with TextEdit or any other text editor and modify as required. You have to do redo it each time you republish. Ihow do I do this? I need step by step instructions

    To add meta tags, you open your published .html pages with TextEdit or any other text editor and modify as required. You have to do redo it each time you republish. I need step by step instructions on how to accomplish this  please .

    Rage Sitemap Automator and iWeb SEO Tool are two different applications.
    Use SEO Tool to add the title tag and meta description. These need to be added to the html file for every page of your website. SEO Tool stores all these so that when you republish you only need to add tags to any new pages and click the re-apply button to refresh the existing ones.
    Once you have added. refreshe the tags with iWeb SEO Tool and uploaded the files with your FTP application, then open the site in Sitemap Automator and create and upload a new sitemap.
    Once you have set up accounts with Google, Yahoo and Bing, verified your site with each and submitted a sitemap, on subsequent publishing Sitemap Automator will resubmit the sitemap with one button click. It will also notify Ask.com whch doesn't require an account since you can add your domain name to this URL to ping them...
    http://submissions.ask.com/ping?sitemap=http%3A//www.domain.com/sitemap.xml

  • Minimize the Html standard editor by default in Textarea

    Hi,
    I'm using Apex 3.0.1 for my application. I've used text area in the UI with the Html standard editor. I see that the page loads slowly coz the editor takes time to load with all the icons and stuff. Is there a way by which I can show the editor to be minimized on load? I think when required by clicking the 'arrow' icon the editor can be expanded. My application is more like a content management and so I'm using lots of text areas as this.
    Can someone let me know if this is feasible to do and so if, how to achieve it?
    Thanks,
    gsachidh

    There is no way of minimizing things in html.
    Off course you can hide items with javascript for example, but that doesn't prevent it from loading, so your load time will not decrease.
    If you put a condition on the item, it's not loaded at all so you save time.
    Then there's the advanced way: Replace a normal text area with an Ajax call to a editor text area. But that's some more work and not standard apex.
    Guido

  • Trying to add CSS styles to the online editor

    I have some CSS styles I need to make available in the online editor, I have added the class names in the online editor settings and when my client goes to the create an email campaign the CSS styles I have listed are missing in the apply CSS class drop down menu.
    Do I need to be a premium member to do this, any info would be great
    Thanks
    Martin

    Hi Martin,
    The template and its referenced CSS is what will be carried over based on the prompt. 
    If you are wanting to add additional custom CSS styles within the editor you'll need to be a premium partner.  Within your portal you can adjust these CSS references per each site under your portal. 
    - http://kb.worldsecuresystems.com/877/cpsid_87780.html?bc-partner#main_Online_Editor_Settin gs
    Kind regards,
    -Sidney

  • I imported a video I make in another program and I played it back in the video editor and I like the pan and zoom that was added by the program how do I save a copy with the effect of Premiere elements 12

    I imported a video I make in movie maker program and I played it back in the premiere video editor and I like the pan and zoom that was added by the program how do I save a copy with the effect of Premiere elements 12
    all I did was played it back how do I save that and make a new version of the video beacause when I save a copy the effect look I was trying to save was not there.
    Rodney
    [personal information removed... Mod - https://forums.adobe.com/docs/DOC-3731]
    [This is an open forum, not Adobe support, please do not post personal information]
    [If you are posting using email, please turn your 'sig file' function OFF for posting]

    silkman1
    I would be glad for the opportunity to customize a Premiere Elements 12 answer to your Premiere Elements 12 issue.
    But, I want to make sure that we are together on the details. This is my understanding of what you have written. Please review and let me
    know if I am misinterpreting anything that you have written.
    You have a video created in Windows Movie Maker.
    How did you output the video from Windows Movie Maker...wmv or mp4, what was the frame size and frame rate of that export?
    Next you import that video into Premiere Elements 12 (can we assume that this is on Windows 7, 8, or 8.1 64 bit?)
    From what you wrote, you have applied a pan and zoom effect to your video in Premiere Elements.
    Now you go to export the Premiere Elements 12 Timeline content with your video with the pan and zoom applied.
    But, the pan and zoom effect is not seen in playback of the export.
    Is all of the above correct so far?
    If so....we are going to need some more details from you...
    a. What is the project preset that you or the project are setting to match the properties of the video coming from Movie maker? See Edit Menu/Project Settings/General and the readings for Editing Mode, Timebase, Frame Rate, and Pixel Aspect Ratio even if the fields look grayed out.
    b. Are you applying the pan and zoom effect with the Pan and Zoom Tool, fx Effects Presets, or keyframing the Scale (for Zoom) and
    Position (for Pan) in the Motion Panel expanded?
    c. What are you selecting as your export in Publish+Share/. Please give details...are you using default settings or customizing the export
    setting under the Advanced Button/Video Tab and Audio Tab of the preset selected?
    I am suspecting some sort of mismatch of your project settings or some problems with working with the Pan and Zoom tool. I need
    your answers to help me help you. If I have written anything that you do not understand, please let me know. I will re-write if necessary
    so that we are in sync to resolve the issue.
    Thanks.
    ATR

  • Can't access online backup and sharing web site

    Does anyone know how to access the Online Backup and Sharing web site from a computer that does not have the O/B/S software installed?  I used to be able to go to My Verizon/My Services/Internet and hit "Launch" for O/B/S, and the link would go directly to the web site for uploading or downloading material.  Now, that link takes me to a Verizon page that asks to activate the O/B/S service, and wants to download the software.  My O/B/S service was activated years ago and has worked until recently without the software installed.  There is no other obvious way to get to the O/B/S web site.  (If it matters, I tried this in both IE 9, with Windows 7 64-bit, and Safari.)
    After some effort, I got the help number for the outside vendor that runs the O/B/S service.  They say that the Verizon web site should link directly to their O/B/S web site, regardless of whether or not the O/B/S software is installed locally, but that the failure to do so is entirely an error of Verizon's on the Verizon web site and they have nothing to do with it.  They also said there is no way to bypass the Verizon web site to get to a Verizon O/B/S account on their web site.  They said they have received many complaints about this from Verizon O/B/S customers, and that the same problem has even arisen when the O/B/S software is installed on the local computer.
    So does anyone know if it is really necessary to install the O/B/S software on any computer used to access O/B/S, and if it is now impossible to access the material from any other computer?  That would be a major reduction in the usefulness of the service that was not announced anywhere that I know of.  I saw a strong of comments on this issue in the Forums from a few years ago, but the conclusion was that the problem had been fixed.  It seems to have arisen again.

    Anthony, I tried to private message you several times, but I kept getting an error message stating that my message had invalid HTML that was being removed, and to resend.  It did not actually have any HTML, and hitting the resend button just led to the same message.
    Also, since my last post, I downloaded the OBS software onto my computer.  This gave me access to OBS from that computer.  However, even after doing this, I cannot use the old method of directly getting to the OBS web site from My Verizon.  The link from "Launch" does not work either on the computer with the OBS software or on any other computer.  Rather, the link goes only to the Verizon page saying that my OBS service has not been activated (which it surely has been) and asking to download the OBS software.
    If this is happening to everyone and not just to me, this means that material stored on OBS is only available from a computer that has the OBS software downloaded on it.  That is certainly not supposed to be the case, and it would make OBS much less useful.
    Again, the OBS technical people said that this was a problem that they knew about, but it was entirely a problem with the Verizon web site that they could not do anything about.

  • Problem w/ combination of non-Western and accented characters in file names

    *Description of problem*
    - iTunes U .m4v files preview and play perfectly from iTunes U server, but once downloaded locally on a Mac (via Get Tracks or Subscribe), they no longer play in iTunes software, or stand-alone in QuickTime player or Pro.
    - If you drag these files out of iTunes, they appear to not copy (actually, they do copy but the files are made invisible).
    *What we know:*
    - problem only on macs (same behavior on OS X 4.x and OS X.5.4)
    - files sync and play fine on iPod Classic 80gb
    - files will not sync to iPhone 1st gen.
    - same behavior on both iTunes 7 and 8
    - same behavior on QuickTime 7.5.0 and 7.5.5
    - not happening on any Windows machines
    - appears to be caused by the file name (particularly the combination of non-Western, 2-byte characters (Japanese, Chinese) plus accented roman letters (e.g. 大/dà/big; large).
    Either of these alone (not combined) in the title work fine.
    - if file is renamed with no character or accented letter or given a name at least 26 characters in length, the file suddenly will play (the files can be renamed and fixed this way either in the iTunes software or at the file level itself, within Music/iTunes/Movies/, and also at the Upload/Manage interface of iTunes U).

    Yep.
    "A Better Finder Rename" is great for batch file renaming.
    http://www.versiontracker.com/dyn/moreinfo/macosx/11366
    Renamer4mac may be all you need.
    Best check out VersionTracker. In fact everybody should have this site bookmarked and visited daily.
    http://www.versiontracker.com/macosx/

Maybe you are looking for

  • Problem releasing the application module after upgrade to 11.1.1.2

    We have recently upgraded from JDeveloper 11.1.1.1 to 11.1.1.2. In the "tearDown()" method in our Unit Tests, the Application Module is realeased using: private ApplicationModule am; Configuration.releaseRootApplicationModule(am, true); Alter the upg

  • Daily reminders in calendar don't work

    I have recently updated my 8900 online.  Since this update my daily reminders in calendar wont work.  Weekly, Monthly, Yearly, Every other day.  All these reminders work but not ones that are supposed to be daily.  I am epileptic and need to take dai

  • Battery icon not moving when charging

    basicly like it says has been pluged into a wall and my computer both for a day. the battery chargeicon is stuck maybe battery is dead. When i plug it into my computer my computer does not recognize it

  • How to use custumer DataTagsLibrary for BC4J in the JSP's with Struts Suppo

    I've been looking for a good tutorial to learn very well BC4J, DataTags Library for JSP , all with struts support. But it's dificult to join all this topics. Can someone help. If you have any answer for me, plesea send an e-mail to [email protected]

  • Schema Refresh using exp/imp.

    Hello All, I want to perform Schema Refresh of SAMPLE user from producation to Testing envrionment using export/import. Cud u plz tell what is the command to perform it ? Also Cud anyone plz tell me whether same user(SAMPLE) in Test environment gets