HTML text no longer displays in text editor

Aloha folks -
We've been using iweb for years now and have used Dreamweaver to edit the html files with no problems. However, it seems like anything we do now no longer opens completely.
Example: Lots of text here. This is shown by viewing source in Safari.
<?xml version="1.0" encoding="UTF-8"?>
<!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" xml:lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="Generator" content="iWeb 2.0.4" />
<meta name="iWeb-Build" content="local-build-20081119" />
<meta name="viewport" content="width=800" />
<title>PencilBot</title>
<link rel="stylesheet" type="text/css" media="screen,print" href="PencilBot_files/PencilBot.css" />
<!--[if IE]><link rel='stylesheet' type='text/css' media='screen,print' href='PencilBot_files/PencilBotIE.css'/><![endif]-->
<script type="text/javascript" src="Scripts/iWebSite.js"></script>
<script type="text/javascript" src="Scripts/iWebImage.js"></script>
<script type="text/javascript" src="PencilBot_files/PencilBot.js"></script>
</head>
<body style="background: #ffffff; margin: 0pt; " onload="onPageLoad();">
</body>
</html>
Same index.html file opened in Dreamweaver:
<?xml version="1.0" encoding="UTF-8"?><!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><title></title><meta http-equiv="refresh" content="0;url= PencilBot/PencilBot.html" /></head><body></body></html>
That's all I get. Same in Text Wrangler. Text Edit doesn't show ANYTHING.
Seems to be like this for all our iweb sites. All that used to open perfectly fine in Dreamweaver.
And all our Favicons no longer display.
Running iweb 08 2.04.
Any thoughts on this?
Thanks,
Denise

That's all I get. Same in Text Wrangler. Text Edit doesn't show ANYTHING.
You haven't understood what the index.html file created by iWeb does. It is very short and just redirects to the real page, in this case PencilBot.html. That's what you need to open. TextEdit is not showing anything is because you have it operating in Rich Text mode instead of the Plain Text mode required for html editing. Change the settings in TextEdit preferences to Plain Text and check the box for "ignore rich text commands in html files."

Similar Messages

  • Printfriendly view of HTML text editor

    any ideas how to print a nice text written using HTML editor? any cheats?
    when i run printfriendly:YES i get the html tags on screen...
    Simon

    any ideas how to print a nice text written using HTML editor? any cheats?
    when i run printfriendly:YES i get the html tags on screen...
    Simon

  • Rich Text Editor & FireFox

    Hello,
    I get the integration of fckeditor instead of the Oracle component done.
    I'm happy with it and my users too, except those with firefox, because they got the standart TextArea.
    It seems that if the browser is not IE the pages launchEmbedded is not used and my integration is done there.
    It's a way to tell portal do not check the browser version ?
    If you're interested in the FckEditor Integration send me an email. [email protected]

    Now it was released, it works on Firefox (except for the tooltips, that never worked and is a mess), but now the html text editor doesn't works at IE 6. At least on my company's win2k with IE 6.0.2800.1106.
    When opening a text to edit, it screams (something like that, mine is portuguese):
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Line: 2054
    Character: 13
    Error: Permission Denied
    Code: 0
    URL: http://myhost:7778/images/webword/buildUIHTML.html
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    What do I say to my users???
    Oh, I almost forgot, the javascript error is not the real trouble, I could live with it. If it does not disable the Ok and the Aplly buttons. I simply cannot save the changes I made.

  • Long Text Editor displaying & incorrectly.

    Hi Experts,
                    Currently I am facing an issue that the & sign is not being displayed correctly in the Long text editor. It is shown as '<(>&<)>' in some places and '&' in others. I understand that the <(> symbol is used as protection for special symbols like &, however this is occuring in some places and not in others. Is there any package which fixes this  problem??
                      Please help.
    Thanks,
    Aditya.

    Hi Naimesh,
                       My problem is not with the display of variables in the editor. Consider the case wherein transactional data is displayed in Long text. For example if you go to IW22 and decide to change the text for the notification description. In case you give a & sign in the long text -  it will be converted to  - '<(>&<)>' , when I log on to see the changes I made the next time. However I want the editor to stop this conversion. Please reply.
    Thanks ,
                 Aditya.

  • How to Set Up TextEdit as an HTML or Plain Text Editor?

    How to Set Up TextEdit as an HTML or Plain Text Editor?

    Well,
    There are 5 choices to choose from on the page. In the description of the choices at the bottom of the page there are 7, and the two additional choices talk about having to first have registered the site with SSO. So...I'm interpreting that as meaning that other 2 possible choices would be displayed if the site is registered with SSO. That, plus the fact that the page which describes how to add the site to SSO seems to think that the SSO choices are displayed in the wizard.
    So, no, there's no "exact launguage" that says what the reason is for the choices not being displayed. Can you point me to some exact language that tells me how to get those choices displayed?

  • How to use long text editor in Webdynpro

    hi ,
    I want to use text editor in webdynpro.  I want to save the data in  long text.
    My requirement is the format of data should remain same(It should not get changed).
    Thanks
    SK

    Hi,
    use text editor uielement and bind it with a attribute of type string.  convert this string into a table using function module
    fill another internal table which is type compatible with table of SAVE_TEXT function module.
    CONVERT_STRING_TO_TABLE. Call the function module SAVE_TEXT to save this text. 
    you need to find proper tdobject and tdid value which is to be passed in importing parameter "header".
    similarly use FM "READ_TEXT" and convert the returned data into string using FM CONVERT_TABLE_TO_STRING.
    Bind the returned table to an attribute of your context. The data will be displayed in the same format in which you entered it.
    Thanks
    Vishal Kapoor
    Edited by: vishal kapoor on Oct 19, 2010 3:51 PM

  • JEditorPane with text/html content-type still displaying as plain-text?

    Hello all,
    I recently started work on a very basic HTTP GET program that gets the HTML source of a page and, using a JEditorPane, displays the page as normal (i.e. like a browser would).
    Anywhoo, the HTTP GET is fine, and the source is loaded into a String called "html". Then I do this:
    displayArea.createEditorKitForContentType("text/html");
                        displayArea.setText(html);However the content appears in the editor pane as plain-text (i.e. the HTML code appears as-is, not in a 'compiled' form).
    Any ideas why this is?
    Thanks,
    Tristan

    Thanks for the replies, however the setContentType didn't work either. When I changed the code to what you suggested, nothing got inserted into the editor pane at all (i.e. no HTML - nor plain-text?). More of the code:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.io.*;
    import java.net.Socket;
    import java.util.Scanner;
    public class ClassName extends JFrame implements ActionListener
         public JTextField urlIn, pageIn;
         public JButton go;
         public JScrollPane scrollPane;
         public JEditorPane displayArea;
         public JPanel topPanel;
         public String url, page, html;
         public int index;
         public ClassName()
              setSize(1230,680);
              setLayout(new BorderLayout());
              JPanel topPanel = new JPanel();
              topPanel.setLayout(new FlowLayout());
              urlIn = new JTextField(18);
              pageIn = new JTextField(18);
              JButton go = new JButton("Go!");
              topPanel.add(urlIn);
              topPanel.add(pageIn);
              topPanel.add(go);
              add(topPanel, BorderLayout.NORTH);
              displayArea = new JEditorPane();
              displayArea.setEditable(false);
              add(displayArea, BorderLayout.CENTER);
              go.addActionListener(this);
              urlIn.addActionListener(this);
              setVisible(true);
         public static void main(String args[])
              new ClassName();
         public void actionPerformed(ActionEvent e)
              if( e.getActionCommand() == "Go!" )
                   url = urlIn.getText();
                   page = pageIn.getText();
                   if (url != null && page != null )
                        try
                             final int HTTP_PORT = 80;
                             Socket s = new Socket(url, HTTP_PORT);
                             InputStream inStream = s.getInputStream();
                             OutputStream outStream = s.getOutputStream();
                             Scanner in = new Scanner (inStream);
                             PrintWriter out = new PrintWriter(outStream);
                             out.print("GET " + page + " HTTP/1.0\n\n");
                             out.flush();
                             while( in.hasNextLine() )
                                  String input = in.nextLine();
                                  html = html + input;
                             s.close();
                        catch (Exception exception)
                             System.out.println("Error: " + exception);
                        displayArea.setContentType("text/html");
                        displayArea.setText(html);
                        urlIn.setText("");
                        pageIn.setText("");
                 else
                      System.out.println("Please enter something!");
    }Am baffled as to what the problem is? :-(
    Thanks,
    Tristan

  • Long text editor - sign problem

    Hi,
    Currently I am facing an issue that the & sign is not being displayed correctly in the Long text editor. It is shown as '<(>&<)>' in the transaction once I input my value in the graphical editor , save and come back.
    Please help...
    Thanks
    Praneeth

    Hi Sandra,
    I am also talking about the same issue in IW32 and the internal SAP program is not doing a correct conversion due to which the wild characters are entered into the long text window on IW32.
    I received an answer for my OSS note and they say it is how the system is ..please see the comments from SAP below ...
    26.08.2011 - 12:37:23 CET - Reply by SAP             
    Hi,
    I am sorry, but the behaviour which you describe is correct.
    I will try to explain the meaning of the special characters and
    why they have to be there: In Sapscript there are some characters,
    which have a special meaning. E.g. a '&' starts a symbol, a '<'
    starts a character format, etc. So if you use e.g. a '&' in your
    text, this Sapscript needs the information, whether the '&' shall
    start a symbol or whether it shall be printed as '&'.
    So if you want to print the '&' as '&', the character must be masked.
    This is done via the characters <(>...<)>. So when you enter
    a '&' (and when it is not sure, whether it may start a symbol),
    the Sapscript internally saves the character as <(>&<)>.
    Usually this should be no problem: If you process the text via
    the Sapscript, you will not notice the masking characters. The
    graphical editor will not display them. And if you print the text
    via a Sapscript form or a Smartform, you will not see them.
    Only if you look into the internal table, which is returned
    by EDIT_TEXT or READ_TEXT, you will see the characters.
    (and the old Sapscript editor displays them, too, because it
    is displays the text in the Sapscript-internal format).
    If you process the internal table yourself, you must take this
    into consideration. E.g. if you want to convert the
    Sapscript-internal ITF format which is returned by EDIT_TEXT
    into 'normal' text format, you can use the function module
    CONVERT_ITF_TO_ASCII.
    Kind Regards,
    Marian O'Connell
    Support Consultant
    AGS Primary Support
    Visit the Enterprise Asset Management (EAM) forums:
    Enterprise Asset Management (SAP EAM)

  • Display instantly the length of the text entered in the rich text editor

    Hi everybody,
    I'm developing an apex application with apex 4.1.1 and Oracle 11.2.
    I have a page in which I have a form that allows to create a new message on the database.
    A message has a title, description, text and date.
    For the text I use the item "rich editor text". The problem is that item doesn't show the length of characters entered (character counter for the textarea). In the database the corresponding column is varchar2(2000). What I do is a validation after submit that checks if the limit 2000 was exceeded or not.
    But what I want to do more is to display instantly the length of the text entered in the editor. I have tried to do that through a dynamic action. But the event "onChange" for the item "rich text editor" didn't work.
    Has anyone any idea about that issue?
    Thanks for helping.
    Kind regards,
    Edited by: Khadija Khalfallah on Apr 25, 2013 4:06 AM

    sorry about that, I missed that tidbit in your OP... well I think there is a good reason why there isn't a count character option -- due to the hidden "html" characters responsible for the "richness" (bold/color, etc) applied to the text would be difficult to count true characters.. if I was bent on doing this, I'd continue using the item you are using, but have a HIDDEN text area that is updated via javascript onkeyup for each keystroke (again, keeping in mind you'd have to filter certain keys) and then that intelligence could be used. I would probably dig through the javascript responsible for the rich text editor (is it still fckeditor??) -- there might already be code in there that isn't clearly visible to you that does this already.. alas, I see now the validity of your challenge.

  • Long text  editor called  from report

    Hi All,
    I  have a requirement of displaying long text editor(like the one used for sap script) for maintaining the details for each PO in report column.A similar example is transaction SO10.I will be thankful  if anybody can help in this regard.
    Thanks,
    Sanjay.

    Hi,
    You will have to use the FM: READ_TEXT, EDIT_TEXT, SAVE_TEXT to achieve this functionality.
    This will basically open the text editor as a pop up box ( size will be as sap script editor) for entering some comments against a Purchase Order.
    For this FMs, you 'll require Text id, text name, text object and language as parameters to be passed.
    thead-tdname = 'Purchase Order No'. " Name
    thead-tdid = 'ZQH1'.               " Text ID - E.g. To be created in your system
    thead-tdobject = 'VBBK'.   " Texts: application object
    thead-tdspras = sy-langu.       " Language Key
    Hope this helps.
    Regards,
    JLN

  • Editing a long list of hyperlinks (200+) with a text editor

    I am running a number of Muse site for a non profit organization and  we export our finished HTML files to a LAMP stack where scripts are used to extract data from our SQL database.
    For example one possible hyperlink would be http://dev.myrewards.com/phone/rewards.cgi?category=electronics
    This will display a list of electronic rewards on the Users phone when they click on a button or menu item that is attached to the hyperlink inside Muse
    At the moment we have about 300 reward catergories that change ALL the time. As of now we have to edit the hyperlinks manually inside Muse, which often results in transcription errors and missing rewards.
    Is it possible to access the Muse hyperlink list as a text file, edit it in a standard text editor, then return the edited hyperlink list to Muse?

    Hi
    If you are using any document, image for hyperlink to page content then you can check the contents used in assets folder , but if those are urls then we need to do that manually.
    Or as a workaround, you can create a PDF with links and link that PDF on page for details where users can open the document and click on links. This way when you need to update/change the links you can make the changes in PDF document. But yes this would be will be manual.
    Thanks,
    San

  • Char. formats(Bold, Underline) in Long text editor not visible in ABAP WD

    Hi ABAP experts,
    Problem:
    I have created long text with using bold and under line formats in long text editor (FM TEXT_ EDIT). I am trying to show same text in WebDynpro using READ_TEXT FM. But FM READ_TEXT is getting long text with HTML tags as shown below for bold and underline and it long text showed as same in WebDynpro application with HTML tags.
    Long text shown in webdynpro:
    Type your message using the form below. When finished, you can
    optionally preview your post by clicking on the <H>"Preview"</> tab.
    Otherwise, click the <U><H>"Post Message"</></> button to submit your
    message immediately.
    Is there any function module available to change format and pass to WebDynpro context?
    Thanks
    Rajesh Yadla

    The normal text editor in Web Dynpro won't handle HTML tags (they get safe encoded as you described).  In NetWeaver 7.01 we do introduce a FormattedTextEditor that allows for such formatting. There are APIs to convert from SAPScript based texts to the XHTML FormattedText tags.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/2772f505605447e10000000a422035/frameset.htm

  • Displaying text editor

    Hello Experts,
    I have a pushbutton on a screen and clicking on that would display a text editor along with long text of that pushbutton.I dont know how to create container etc, so I am not able to make out how to solve this problem.Can anyone please help?

    hi priya,
    if your reqiurement says that i need to display text editor and save it to the internal table  then use
    the following code.
    TYPES: BEGIN OF ty_text,
             text(74)  ,
            END OF ty_text.
    DATA:
          t_terms  TYPE STANDARD TABLE OF ty_text with header line.
    EDITOR-CALL FOR t_terms.
    loop at t_terms.
    write t_terms-text.
    endloop.
    enter a valid text
    and press save .
    the data will be reflected back in your table.
    check for EDITOR-CALL syntax for other opeartions like display and giving your own title.

  • TS3899 I recently discovered that I can no longer access websites pointed to within the content of an email message on my iPad Air by clicking on the highlighted HTML text or symbols. What should I do to correct this issue?

    I recently discovered that I can no longer access websites pointed to within the content of an email message on my iPad Air by clicking on the highlighted HTML text or symbols. What have I done to create, and what should I now do to correct, this issue?

    Or you could include a width to your body style:
    body {
    background-image: url(Logo/sky1.jpg);
    background-position: center center;
    background-attachment: fixed;
    width: 75%;}
    It might work or not depending on your other color scheme.

  • My iPhone 4s no longer displays photos or text in horizontal mode. Is there a reset option or a known way to have this functionality return?

    My iPhone 4s no longer displays photos or text in horizontal mode. Is there a reset option or a known way to have this functionality return?

    RRGarcia wrote:
    My iPhone 4s no longer displays photos or text in horizontal mode. ...
    It could be this... Orientation Lock
    Settings > General > Lock Rotation..
    Or...
    Double-press the home button...
    Swipe to the right until you get to the Portrait Orientation Button...

Maybe you are looking for

  • Iphoto 11 and photoshop elements 10

    i am a newbie.....i am using iphoto 11 and elements 10.  when i am working with a RAW photo in iphoto and designate external editor, elements 10 opens and i go to the RAW converter.  i then open the image which returns me to the elements editor.  i t

  • Hi all, Safari quitting again any cloues please?

    There is no virus in my machine (flashback), no Java, I go trough a proxy, I have disabled all plugins, I have disable the DNS prefetching.Thanks for your help. Process:         WebProcess [1006] Path: /System/Library/StagedFrameworks/Safari/WebKit2.

  • ITunes U Reporting and Authentication

    Our institution has a public iTunes site. However, our first issue is that the administrator is unable to see what faculty and staff are creating and hosting on our institution's affiliated Apple iTunes U account. She would like to see how many cours

  • Passed username and password on the 10G url to a form

    If I have a url (eg;) https://mydomain.com/forms/frmservlet?config=board is there a way to: 1) add username on the url line 2) modify any of the Forms Server config files to accept username/password Because what I really want to do is have FrontPage(

  • When trying to save attachments in emails, 'save button' no longer working

    Anyone else having this problem? Used to be that when I clicked on the "Save" button in my email windows, an icon would flash in my dock indicating my attachment had been saved to the desktop. Now when I click on the same buttons, nothing happens at