pre div style="word-wrap:break-word" long text /div /pre doesn't force wrap

<pre><div style="word-wrap:break-word">long text</div></pre> works in IE9 but not FireFox 31. Actual returns do wrap text but the text of long paragraphs extends outside the <div>, despite the word-wrap:break-word style. Maybe I'm expecting too much interpretation from <pre>? But I am thinking if IE can handle this, perhaps FireFox could too?

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.

Similar Messages

  • Text Wrapping issue in Long Texts in ECC 6.0

    Hi,
    We are migrating Tasklist data from SAP 3.1i system to SAP 6.0. So we were moving the existing Long Text in 3.1i with the same paramenters to 6.0, I am facing an issue of text Wrapping(while displaying).
    I am updating complete header data like - TDID, TDOBJECT, TDNAME, Lang, TDFORM(SYSTEM as in 3.1i), Version, Line Size(72 as in 3.1i), Number of Lines by using SAVE_TEXT FM.
    I can see the text is updated properly but when i open the text in display mode(With PC Editor), i can see the text getting wrapped. Line size is limited to 40 Characters whereas in 3.1i its 72 characters.
    Please help me here.
    Thank you.
    Prasad

    Actually i tested with READ_TEXT function module. All parameters are fine, matches exactly with 3.1i but i am facing this issue while displaying.
    In display mode - in 3.1i Ruler shows 7.2 Inches(72 Characters) whereas in 6.0 its 4 inches(40 Characters). Should i go for any settings change so that i can see complete 72 characters in 1 line.
    Prasad

  • PO LONG TEXT of Length 400+ char

    Hello ABAPers,
    I have a case where i want to update the PO_Long_Text field in MM02. The Text Editor  in the Po Long Text screen can take only 72 char per line and an internal tables variable to which I will import my actual long text of approx 400 char.Since a CHAR variable can take max of 256 chars only,I will have to break the Long text into 2 parts. How can I achieve this? Any idea/hint?
    Regards,
    Bhavin P Shah

    Hello,
    Unfortunately, there is no possibility to change the length to more than 60. This is because all interfaces are based on  60 characters and the storage on the database is 60. Please refer to the attached SAP notes :
    545923     FAQ: Technical limits/customer namespace/p             
    540868     Technical limits for characteristics                   
    Best Regards,
    Des

  • How to add the long text in Production order through FM

    Hi,
    Iam having custom program which has BAPI (BAPI_PRODORD_CREATE) inside it and this program is used to create Production orders with the details of Sales order Number,Line item,Plant,Order type,Quantity and Start date. This program is scheduled in Background.
    Now client wants to add the Long text (seperate TAB in production order and they want to update the VC details of Sales order in the Long text area).
    One option is after creation of Production order, through BDC(calling CO02 and update the long text) we  can update the long text and client doesn't want this option.
    Another option is after creation of Production order, using Function module SAVE_TEXT, Update the Long text in Production Order and this is not working in Production order (already my ABAP consultant checked it ).
    If any one of you came across this requirement, pl share with me how you addressed it.
    Regards
    A.Sureshbabu

    Hi,
    The method is quite simple, i presume you're quite well versed with doing recording, so the key thing to keep in mind is how to prepare the input file.
    At my end i had about 5 lines of data which needed to be uploaded, hence i had a tab-delimited file with the order nos. in the first column & the five lines of text in five different columns (Refer format below)
    Order No.
    Line - 1
    Line - 2
    Line - 3
    Line - 4
    Line - 5
    12345
    txt - 1
    txt - 2
    txt - 3
    txt - 4
    txt - 5
    67890
    txt - a
    txt - b
    txt - c
    txt - d
    txt - e
    Now provide this input file for your lsmw or bdc program & it will work. You can work with your abaper if you're not so comfortable with LSMW or BDC programming he / she should be able to easily make it work for you.
    Regards,
    Vivek

  • Breaking words

    Very Serious Issue With Indesign
    Hi,
    I noticed there is a serious issue with indesign, the words are breaking across two lines, i have attached the indesign file and snapshot of page no 4, highlighted the text where its breaking.
    I am using Indesign CS6, Scripting is in Hindi Language.
    This script works perfectly in pagemaker, with the same font, but with Indesign its causing very serious Issue
    Download Breaking Words.rar from Sendspace.com - send big files the easy way
    Regards,
    Raghu

    Peter Spier wrote:
    I think maybe the problem is the font itself, which looks like it is not really Unicode compliant. The character where the break is occurring is mapped to the underline Low Line, or underscore character, which would explain a lot.
    InDesign's formatting, line breaking, and word breaking algorithms all assume the font is properly encoded. If that is not the case, you get a situation where, say, the hyphen character is "drawn" as an "A". This works as long as you type "-" where you want an "A" but as soon as InDesign needs to break a word, you'd see it unexpectedly break "on" the A. (And other hyphenated words suddenly end with an A.)
    The very best thing to do is ditch this font. It's a dead end; no current or newer software will be able to work with it. Joel is one of the strongest advocates for that (I come running right behind him).
    The solution is to import your text, then use Find/Change for every single character code to the proper one. All of them! (It helps if you can find a predefined mapping for your font. It even helps more if you know how to write scripts )
    Earlier discussions (I feel I might have missed some):
    Urgent! "Unwanted characters break" in InDesign
    Need to change a regional typeface
    in InDesign Line Break at only "Space" not to word

  • Find a word in long text

    Hi,
    I need to find all the routing cards that don't contain a certain word in their long text. any suggestions???
    Eti

    Hi
    Please check in following links.....you will find some solution.
    How to search for a word in a text editor
    Search in long text
    Word Search
    search word for '.'.
    Regards
    Sujit

  • How to find the exact word in a long text?

    Hi,
    Scenario:
    I have long text containing the system status of the equipment.
    Issue:
    I need to find the exact word from the list of the statuses. I have tried to use the FIND keyword but it does not work for all the cases.
    Example:
              FIND 'REL' IN <status_list> IGNORING CASE.
              if sy-subrc = 0.
              " do something
              endif.
    If the status list contains the word 'RELR', the sy-subrc is set to 0 (which may be because it searches the list based on a pattern) but I want to get the exact match.
    Can anybody suggest me on this.
    Regards
    s@k

    >
    siemens.a.k wrote:
    > Dear Kiran, Vasuki,
    >
    > The data type of status list is char with length 40.
    > The status list:
    >
    > Case 1: list -  REL  MANC NMAT PRC  SETC
    > FIND 'REL ' IN <status_list> IGNORING CASE
    > the sy-subrc is set to 0
    >
    > Case2: list - CRTD MSCP NMAT PRC  RELR SETC
    > FIND 'REL ' IN <status_list> IGNORING CASE
    > the sy-subrc is still set to 0 even though the list does not contain the word 'REL'
    >
    > I have also tried using
    > if <status_list> CS 'REL'
    > and
    > if <status_list> CS 'REL '
    >
    >
    > Please do let me know if I am anyway unclear about issue...:)
    >
    > Regards
    > s@k
    This is becacuse when you check
    > Case2: list - CRTD MSCP NMAT PRC  RELR SETC
    It is having RELR so that is the reason you are getting subrc = 0.
    >Ok try CS it should work perfectly.
    It seems... CS also not the correct answer
    (It will count RELR)  below thread sachin is correct ...Do that way ....
    Regards
    sas
    Regards
    Sas
    Edited by: saslove sap on Jan 25, 2010 6:58 AM

  • Looking for a word processor without word wrap, text edit doesn't cut it

    I'm looking for a word processor without word wrap, text edit doesn't work. In text edit, it automatically scoots my text over to the next line but I just want it to keep going with a horizontal scrollbar. Is there a text editor I can download from the app store or can I get textedit to work somehow where it uses a horizontal scroll bar instead of entering text to the next line?

    Hi,
    thought TextWrangler can do it.
    But it seems that the 'no word-wrap' "feature" isn't that much wanted anymore.
    Maybe one of these http://www.macupdate.com/find/mac/text%20editor can do it.
    Regards
    Stefan

  • My table of contents does not use the entry style I select for words in the paragraph that have character styles applied to them in the chapter, so some of the letters are showing up as green, which is fine in the chapter but not in the TOC.

    My table of contents does not use the entry style I select for words in the paragraph that have character styles applied to them in the chapter, so some of the letters, specifically parameters, are showing up green, which is fine in the chapter but not in the TOC. I can manually fix this in the TOC by changing the character style to none after the toc  has been generated, but I don't want to do this.

    What application are you running? Please ask this in the forum of the product you're using.

  • Concatenate multiple word documents into 1 long document in APEX

    I have a requirement to concatenate multiple word documents into 1 long document in APEX but I'm not sure if it can be done
    or where to begin.
    I've been able to upload/download files in APEX and generate Word docs using BI Publisher, but I can't seem to find anyway to carryout the above.
    Any feedback greatly received.
    Thanks in advance.
    Keith

    Thanks for your reply Jari.
    The files are never actually stored in the database as a BLOB or CLOB.
    I'm basically trying to do the following:-
    I have a third party Document Management System that stores a number of templates (.doc and .dot).
    The files are stored in a directory on a file sever.
    I have been tasked with the job of creating a Document Generator type app in APEX that will allow the users to select a number of these files and concatenate them together into 1 large 'Master' Document.
    I was hoping to be able to do this without having to go down the line of using external software functions like Java but I'll check out your suggestion.
    Cheers
    Keith

  • How can i change the colour of key words in long text fast ?

    Hi,
    I have long text (for example script) which should be displayed in TextArea (or something similar) with colored keywords.
    I tried with TextRange
    new TextRange (myTextArea, true, start_Index, stop_index)
    and with
    RichEditableText 
    var highlightFormat:TextLayoutFormat = new TextLayoutFormat();
    highlightFormat.color = 0xFF0000;
    for each (var currentKeyword:String in keyWords) {
    myRichEditableText.setFormatOfRange(highlightFormat, indexOfKeyword, indexOfKeyword + currentKeyword.length);
    Either ways are too slow, 30 sec....
    The indexes of words which should be colored are computed below a second but creating an object for every keyword is too expensive .
    Any Idea what should i do ?

    There are a couple of things you can do. Check out the PS Touch tutorial, "Replace colors," as one example.
    You can optionally use the other selection tools in lieu of the Magic Wand selection tool.
    Also, you can use the Paint Tool's effects options in conjunction with any of the selection tools. Many common effects and adjustments (like "Color Balance" in the PS Touch tutorial) are available by tapping the Mode option and choosing, "Effect," rather than, "Paint."

  • I cannot convert pdf NWT Bible to word is it too long?

    I cannot convert a pdf Bible to word is it too long?

    Hi Fred,
    Unfortunately since it is published works - generally those are security protected. Meaning the publisher does not want anyone to be able to edit their information.
    Do you know the source personally that you can request an editable copy?
    Also, there is indeed a 100MB size limit for conversion.
    I wish I had better news!
    Kind regards, Stacy

  • RH7 doesn't break Word document into topics based on headings

    Hi,
    Have been working with RH7 and Word 2007 for some time and everything was OK.
    Yesterday tried to generate another Help by importing a Word document.
    RH just didn't generate topics based on the headings.
    The entire document was imported into a single topic - into a text box.
    Any idea what the problem could be?
    Thanks,
    Rakefet

    Sometimes the environment can mysteriously change so pagination was the place to start!
    The next thing to check is the headings in the specific document Word. I've seen quite a few posts where further investigation reveals that the "headings" were in fact styles the author had created that were not the heading styles that come with Word. Is this possible here, is it one of your documents or someone else's creation?
    Try creating a new project and importing a document that has imported correctly in the past. Does it still do so or does it too display this problem?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • The word "background" is no longer italicized in any of my files in the background layers. The eye and lock remain unchanged. Did I somehow screw this layer up permanently?

    I'm practicing for my photoshop 1 exam and converted the background layer to a regular layer and forgot how to change it back to the background layer format.  I tried going back to the original version of the image via the histogram, that didn't work. So, I closed the doc and didn't save it.  I eventually figured out how to covert the layer back to a background layer (thanks Adobe Help!) but I still notice that the word "background" is no longer italicized in any document that I open.  Did I somehow screw up the background layer in the entire PS program? (I also tried reseting PS on opening - cmd+alt+shift while clicking on the PS icon) Will this change affect the functionality of the background layer? Help Thanks!!!!

    All you need to do is flatten your layers to get a background layer.

  • Quick search no longer searches on parts of words, only whole words. How do I fix this?

    Quick search no longer searches on parts of words, only whole words. So for Example, if I were normally searching for my colleague with the last name of chadwick, I would type c then h then a then d until the list on left chadwick. Now, when I do a search on "chadw" nothing comes up and i have to type in the full word or name. I am a victim of one of these recent "upgrades" I guess.

    Never mind. It was because I had the search set to searching the body of all the messages.

Maybe you are looking for

  • My Portable Hard Drive wont show on my Macbook Pro

    I have a WD My Passport. it used to show up on my mac but one day i couldnt get it to show up. it appears on every other computer and laptop i have tried, just not mine! how do i go about fixing this as it has a few important files...

  • How to call ejb from Forms?

    Hi. I have an existing form (version 11.1.2.0.0) and an existing ejb. Both are running on a WebLogic server version 10.3.5.0. I want to call the ejb from the form (I know that this is not recommended, but in this case it is the only sensible solution

  • How do I transfer pics I've taken on my iPhone to my MacBook?/Backing Up

    Hello, How do I download pics I've taken on my iPhone to my Macbook Pro? I want to download those pics to Facebook, for example. I seem to be able to email the pics from the phone but that's all. Also, when I connect the iPhone to the laptop via USB,

  • Transfer music Ipod to Itunes

    In changing my computer OS to windows 2007 I lost my Itunes library. I reloaded same but have lost the songs that I downloaded from CDs. I have these on my Ipod and want to know whether I can trancsfer ny music from my Ipod to Itunes on the computer.

  • Fixing Exchange rate date for Purchase invoice

    Hello All, As per standard SAP the exchange rate in the PO is calculated based on the PO creation date. When the exchange rate is not fixed in the PO, then the exchange rate in the subsequent GR and IR documents is calculated based on the posting dat