Single line space after enter in html editor standard

hi,
In html editor standard, if I press enter then it goes to 3rd line and if I press shift+enter then it goes to 2nd line.
How can I change this shift+enter functionality to enter only.
It should ge to 2nd line just by clicking enter only.....
Thanks

It's an HTML editor, NOT a text editor. It generates an HTML document fragment, NOT lines of plain text.
Pressing return generates an HTML paragraph element (<p>), which is then affected by a CSS styling rule (either for the editor, the page, or the default for the browser) which is adding a margin (usually 1em, i.e. roughly 1 "line").
Pressing shift+return generates an HTML break element (<br />), which splits the current paragraph but is not subject to CSS in this case.
If HTML structure is needed in this item, but the appearance is inappropriate, then modify the CSS. If not, use a plain textarea and display the resulting text as a <pre> element to preserve the whitespace as entered.

Similar Messages

  • HTML Editor Standard

    Hi,
    I created a html editor standard region, the HTML code is save fine in db:
    <p align="left"><strike><font color="#ff0000"><font size="7"><strong><em><u><strong><em><u>Test</u></em></strong></u></em></strong> </font></font></strike></p>
    <div style="MARGIN: 0in 0in 0pt" align="right"><font size="3"><strong><u><font color="#0000ff">Baiocchi Grandson Update:</font></u></strong></font></div>
    <div style="MARGIN: 0in 0in 0pt" align="left"><font size="3"> </font></div>
    <div style="MARGIN: 0in 0in 0pt" align="left"><font size="3">Colin&rsquo;s career is doing nicely.</font><font size="3">  </font><font size="3"><font style="BACKGROUND-COLOR: #ffff00" size="5">He is a member</font> in <font size="1">good standing with</font> SAG, and had to file a 1040 for 2007 (yes Gobbo &ndash; he IS getting a refund).</font><font size="3">  </font><font size="3">The following links will get you to 3 commercials:</font></div>
    <div style="MARGIN: 0in 0in 0pt" align="left"><font size="3"> </font></div>
    <div style="MARGIN: 0in 0in 0pt" align="left"><font color="#800080" size="3">http://www.mgae.com/commercials/F07/LTRockAndTwist.html</font></div>
    <div style="MARGIN: 0in 0in 0pt" align="left"></div>
    <div style="MARGIN: 0in 0in 0pt" align="left">Please <strong>WELCOME</strong> <strong><font color="#dc143c">Pam Helf</font></strong> who has joined us as a Regional Lead based in Milwaukee and reporting to Frank Guarasci.  Pam brings more than 25 years of experience to the team and we are THRILLED to have her!</div>
    <div style="MARGIN: 0in 0in 0pt" align="left"></div>
    <div align="left">
    <ol>
    <li>
    <div align="left">Test</div>
    </li>
    <li>
    <div align="left">Test</div>
    </li>
    </ol>
    </div>
    This code have differents fonts size, bulleted and numbered list.
    In a HTML Text Region with Form Report Template in other page I show this HTML code but I don't see the sizes (IE 7 and Mozilla Firefox) and bulleted list (IE 7) fine.
    Thanks for any help!

    Hello,
    You probably don't see the sizes because the css of your theme/template is still there.
    I believe there's a * defined, which hurt me in the past as well.
    If you look at Firebug for your region where you expect to see the different fonts, you should see which css it uses.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/

  • Add image/object in HTML Editor Standard item (apex 3.2)

    Hi,
    I'm using the HTML editor standard item from Apex3.2.
    I want the possibility to add an image/object in the editor, but I don't see that option on the HTML editor standard item.
    How do I activate this option? Can someone help me out please?
    I've found something on:
    http://www.inside-oracle-apex.com/enable-add-picture-for-html-editor/#high_1
    Is this the only & easiest solution?
    Thanks,
    Sunenny
    Edited by: Sunenny on Feb 2, 2010 4:32 AM
    Edited by: Sunenny on Feb 2, 2010 4:33 AM

    Sunenny,
    Yes, it would take something like that. Another option, although not any easier really, it to use the latest CKEditor.
    Regards,
    Dan
    Blog: http://DanielMcGhan.us/
    Work: http://SkillBuilders.com/

  • Apex 3.0 Html Editor Standard item - Add feature.

    Hi,
    Can I customize your new Html Editor Standard field? I would like to add some buttons that will pop-up window.
    In futur, do you know if you will have package or something to customize the item ?
    Thanks

    This cannot be customized. In a future release we might (might) have an editor that you can customize but we do not have that now. The very last icon you see in the Standard HTML Editor is 'Maximize the editor size' (looks like a window) and it will expand the textarea to fill your screen.
    -- Sharon

  • How to print html text created with HTML Editor Standard?

    I would like to print the text I added with the HTML Editor Standard, using advanced printing. I have made up a Word document with a Report Query and a Report Layout, but the text pops up as html text. Also when I use HTML as output the text shows as "p strong hallo /strong /p" (but then with < and >) instead of hallo . I understand what goes wrong, but I am unable to solve it. Is there a way to work around this?
    Thanks a lot, Frits
    Edited by: user3829016 on 10-nov-2009 5:51
    Edited by: user3829016 on 10-nov-2009 5:52
    Edited by: user3829016 on 10-nov-2009 5:53

    Thanks Lilly a lot!
    I forgot about this tag. It helps in my situation.
    P.S. I tried to solve problem with help of tag <pre> in such way:
    some_word<pre>     </pre>some_wordBut it didn`t helped.
    Thank you again

  • How to embed image tag in HTML Editor Standard

    Hi all,
    I am using HTML editor standard in my application. I have placed a custom image to show on header region in custom folder. Now i want to give a image tag in HTML editor with a source to this file path. Now when i press save button, then the complete HTML with the image tag should be saved in the custom table.
    Can anyone help me in this regard?,
    With Regards,
    Sunil Bhatia

    Hi Ajantha,
    You can do the same as well in css..as  below..see sampl styles applied for Tab control...
    Tab.modifyTab
    selectedDownSkin: Embed(source="../images/tab_first.png"); 
    selectedOverSkin: Embed(source="../images/tab_first.png"); 
    selectedUpSkin: Embed(source="../images/tab_first.png"); 
    overSkin: Embed(source="../images/tab_first.png"); 
    upSkin: Embed(source="../images/tab_first.png");}
    I suggest you to use Button control instead of Image control .... so that you have more control as you need a click functionality ...
    So you can use the same to serve your purpose..
    <mx:Button id="btnSave" styleName="saveIcon" buttonMode="true" toolTip="Save comments"
                click="doSave();" />
    and your css is as shown below:
    .saveIcon{
     upSkin:Embed(source="/assets/icons/save_it_icon.png"); 
    upSkin:Embed(source="/assets/icons/save_it_icon.png");  
    overSkin:Embed(source="/assets/icons/save_it_icon.png"); 
    downSkin:Embed(source="/assets/icons/save_it_icon.png"); 
    disabledSkin:Embed(source="/assets/icons/save_it_icon.png");}
    You can use different images for different states of the Button..
    If this post answers your question or helps, please mark it as such.
    Thanks,
    Bhasker Chari

  • Can I get single line plan after just upgrading?

    I just upgraded to a smartphone plan with a renewed 2 yr contract from a basic plan, but now I see the Single Line Plan for smartphones.  Is it possible to change plans since I renewed my contract?

        hellgirl We're glad to hear that you just upgraded to a new device. It is possible to change your plan after extending your contract. First, we need a few more details. What price plan do you have now? Are you on a family share plan?
    SheritaH_vzw
    Follow us on Twitter
    @VZWSupport

  • Please help: Extra Line Space after bolded word

    I am in the process of editing a book manuscript in MS Word 2010, and there is an annoying problem that I cannot solve. I have tampered with all the line spacing options, but I'm at a loss.
    When I bold a word, it introduces an extra little line space before the proceeding line. When I unbold the word, the space goes away. Has anyone encountered a similar issue? And is there an easy fix?
    Thanks very much,
    Jon

    Are you saying that the line spacing changes when you apply bold formatting? Try a different font. Or you could specify a fixed value for line spacing (choose the "Exactly" option in the Paragraph dialog box).
    Stefan Blom, Microsoft Word MVP

  • Starting HTML Editor Standard with collapsed toobar

    Gurus,
    I have a page with several HTML Editors items. As you can imagine, this can look a bit busy. I would like to start the page with the Toolbars collapsed. I notice that there is an arrow that will collapse the toolbar, but how can I start with the toolbar collapsed.
    Thanks,
    Craig

    Hi,
    I have the exact same problem. Anyone that knows the answer to this ?

  • HTML Editor Standard (fckeditor) does not render in copied app

    Hi folks,
    I have an app (app 100) where several pages use fckeditor HTML_Editor items. Works fine.
    I copied the app to a new id (102). The new app runs fine (in exactly the same environment) BUT the HTML_Editor items do not render the fckeditor.
    The only difference I can find in the generated page source is that in app 100 a given item has 'textarea name="p_t20"', and the same item in app 102 has 'textarea name="p_t21"'
    Any ideas?
    Apex 3.1.0.
    Thanks,
    John D

    Abhishek,
    Thanks for responding. Yes it was supposed to be a <style> tag. However that one was an old attempt. I have tried several using the right tags.
    Basically, the only way I have been able to make it work is to put the style directly in the list item. i.e.:
    <ul>
    <li style="list-style-type: disc;">item 1</li>
    </ul>
    which is really tedious. What's more, the bullet still doesn't appear in the Muse Design view. You have to preview or publish to see it.
    Gareth

  • How do you get Mail to single vs double line space?

    I'm new to Mail and finding it frustrating.
    Sometimes I hit carriage return and get a single line space like
    this and at other times I get a double
    line space like that. I've tried Rich Text, Plain text settings and neither seem to have a predictable effect.
    What is this. It is so unintuitive and well... wrong. If I want double spacing, I'll hit my Return key twice. I don't want line spacing forced on me.
    Thanks,
    Steven

    I could not find any way to add to my previous question so I replied to it.  I'm having trouble selecting, copying and pasteing text.  It comes in without formatting to the font in use where it is pasted.  It comes in underlined and the underline cannot be removed.  It comes with extra blank line before and after.  If I do underline text there is no way to remove the underline.  When I try to paste my serial number to get apple help it doesn't work any more so I have to type it in.  OSX knows what the serial number is so why doesn't just put it in there?
    Many thing I try to do in OSX seems to be so restricted that I can hardly do anything I'm use to doing in Windows.  icloud is a joke for storage with all the restrictions on it.  Can't even look to see what is in it. 

  • Space after paragraph not appearing in browsers.

    Question from a newbie.
    I'm using Dreamweaver (latest version) to create a rather long daily newsletter. Lots of paragraphs. I'm finding that many times, after a paragraph, I'll see a space before the next pargraph but then when I save the final page and open it in a browser the space between the paragraphs is gone.
    This doesn't happen with every paragraph. I can go back and 'fix' this by backing up the second paragraph into the previous, then hitting Enter twice.
    What I want: If I see a single line space between two paragraphs in Design mode I want it to appear that way in my browser. (I use both Firefox and Chrome.)
    Thank you!

    Thanks in advance for your help.
    FYI - I'm creating a rather long HTML newsletter for clients each day. It's mostly paragraph after paragraph. Very simple.
    In the problem described above I noticed that when in Dreamweaver I always see a line between paragraphs. This is what I want to see. But a few times in each document, when I open it in a browser the line has gone away.
    When the line has vanished (in my browser) is see this code between paragraphs:
    <br></p><p>
    When the paragraphs show up as they should in the browser this is the code between them:
    </p><p>&nbsp;</p><p>
    OR
    </p><p><br>

  • Single line in standard report

    HI all,
    It would seem that with all the functionality of APEX, that the world just wants to copy the look of Excel :/
    How to wrap/nowrap the column value in an interactive report??
    The above post was great to come across and I can now make Interactive reports with a single (non text wrapped) line of text, making it easier to read if your're happy to scroll across the page forever.
    I've been asked to get the same functionality in a standard (non-interactive) report and have failed to achieve it. I've looked at the posts and proposed solutions here involving various uses of  nowrap and white-space in the page and/or template.
    I'm just after a single line of text per record in a standard report, no matter how wide the report gets. Is anyone able to help me out with this?
    NT

    It will be a lot easier to help if you provide the following information:
    APEX version
    Theme
    Region template
    Report template
    Browsers/versions used
    An example on apex.oracle.com is even more helpful.

  • How can I use javascript in a Text Area with HTML editor??

    My question is... how can I use javascript in Text Area with HTML editor??
    I can use javascript functions that change the content of Text Areas but i can´t if i try in text area with html editor....
    I need to limit number of characters in a text area with html editor and i can´t.
    could anybody help me please?

    I have been experiencing similar problems with the HTML Editor and have managed to find an answer that should start to answer some of my questions. The Apex HTML Editor Standard is actually an HTML editor called FCKeditor. The FCKeditor has a Javascript API that can be found at http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/JavaScript_API. Unfortuately this doesn't seem to give the whole answer and I found more at http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:49607.
    I needed to get the text entered within my html editor standard (e.g. P1_MYTEXT) and use it within my javascript function. I did this by using the following script
    <script language="JavaScript" type="text/javascript">
    function showtext(){
    var oEditor = FCKeditorAPI.GetInstance('P1_MYTEXT');
    var editortext = escape(oEditor.GetXHTML(oEditor.FormatOutput));
    alert(editortext);
    </script>
    Hope this helps.
    Matthew

  • How to create an HTML editor on Apex with the buttons for editing?

    Hi,
    I would like to have an online editor similar to the one I am using to post this thread with a bold, itallic and links button.
    I see there are HTML editor items, however it doesn't have the bold, font buttons when I create the page?
    Below are from the HELP section.
    HTML Editor Standard - Provides more editing functionality, such as font, format and color, than HTML Editor Minimal.
    Text Area with HTML Editor - Provides basic text formatting controls. Note that these controls may not work in all Web browsers.
    Thanks.
    Edited by: Samantha on Oct 21, 2011 2:12 PM

    Hi,
    Thanks. I went to the item area and did not see it after selecting 'Text area'
    Only these items which do not have the cool editing features.
    Textarea
    Textarea (auto-height)
    Textarea with Character Counter
    Textarea with Character Counter & Spellcheck
    Textarea with Spell Checker
    HTML Editor Minimal
    HTML Editor Standard
    Textarea with HTML Editor (deprecated)

Maybe you are looking for

  • Error by patching of SAP NetWeaver with Oracle on Windows

    Hi! I am about to patch my SAP system (SAP NetWeaver 04S) with Oracle on Windows. The following error occurs: Import phase 'CHECK_REQUIREMENTS' (05.02.2008, 16:00:39) Error during executing the tp command 'tp CONNECT B11   ...' tp return code: '0232'

  • Synchronize with outlook

    After installing Ovi Suite, i have a question: Is there a possibility to sychronize with outlook on schedule? My users are connected most of the day, and it would be nice if the (outlook) calendar is updated several times per hour.

  • WLC 5508 upgradation from 7.4.100.0 to 7.4.110.0

    Hi All, We have upgraded the wlc from 7.4.100.0 to 7.4.110.0. where we found after reboot the configuration has failed to load with the below errors. Cryptographic library self-test....passed! XML config selected XML root tag XML_mapping_variables no

  • How?: file transfers to wifi ipad

    Does the iPad support Bonjour or one of the dropclients to get my pdf files from my iMac to the iPad? If I go for the iPad with wifi, & I need to transfer my pdf documents to the iPad on the go...

  • Embed a video on file server in SharePoint

    I have video file on file server, they are very large. I cannot upload those videos in SharePoint Library. Is it possible to embed videos on file server in SharePoint Media Web Part? If yes how can I do it?