Background color of the HTML editor

Hello

Is it possible to change the background color of the HTML Editor interface. The actual color is not wery well with our model...

Thank you.

The HTML editor is the "FCK Editor" of the former, and the config so that it is stored on the server where all the javascript for your server instance is stored. You can change a large part of the configuration of the HTML editor. Documentation to change the configuration of FCKEditor is here:
http://docs.FCKeditor.NET/FCKeditor_2.x/Developers_Guide/configuration/Configuration_File

Tags: Database

Similar Questions

  • How to set the background color for the HTML text field

    Hello

    Please don't me flame for this question is a bit off-topic. I would like to indicate to the end user that a field is mandatory. Using the name field * rating is good, but end users require a somewhat more tentative approach, they would like to have a light blue background for required fields.

    Is there a HTML attribute for the text fields to achieve? Thanks in advance.

    Tamas

    Hi Francine,.

    Try this

    Click your text box
    Select the ELEMENT property tab
    then choose the property attributes of HTML form elements give this code

    style = "" background: #0000FF ' "

    This will show the Textbox with blue background
    You can give any color by changing the #000000 to #FFFFFF

    Thank you
    Mark Wyatt

  • How to set the background color for the Webworks Menu?

    Hi all

    I have developed a web application that uses the emulator to ripple and Blackberry Webworks SDK 2.3.1.5.In I added the Menu items on the Blackberry Menu button... It works well... It contains the background color by default for Menu (Black)... Here, I want to change the background color of the Menu... Please help me to change the background color... Thank you very much..

    With respect,

    Marimuthu_P

    I don't think that this is possible.  The WebWorks API allows you to add menu items to your application does not provide the ability to change the background color by default of the menu.

    This API is actually an extension of Java built into the SDK WebWorks.  The source code because it's open source, available here: https://github.com/blackberry/WebWorks/tree/master/api/menu/src/main/java/blackberry/ui/menu

    It is based on the Java class "MenuItem", which as you can see it does not provide methods or properties to set the color:

    http://www.BlackBerry.com/developers/docs/7.1.0api/NET/rim/device/API/UI/MenuItem.html

  • Setting the background color of the screen

    Hai...

    When my application running in the Simulator, it shows only a small portion with the bgcolor that I gave in the html file. I think that the bgcolor simply encapsulates html content. So, what should I do to view the entire screen with the bgcolor.

    The problem is that in WebWorks (which uses a control called BrowserField) to view the content, the size of the display of web pages grows to the size of the content in your HTML code.

    So if height of your HTML below the screen, it will show the background color of the screen.

    To change this, you can set the window of the display using tags or set the height of the body to the size of the screen.

  • Change the background color of the banner in the theme of the APEX 25

    Hi guys,.

    I'm changing the background color of the banner in the theme of the APEX 25 (in white).

    Oracle.apex.com: Application Express 4.2.5.00.08

    Theme/UI: 25. Reactive blue

    Page template: A level Tabs - no side bar

    Using Internet Explorer 8
    I have created a sample in oracle.apex.com too, see below for credentials

    What I've done so far:

    1. create a file named orange.css with a single line:


    hgroup {background: white ;}}


    Downloaded this css file via:

    Components shared = > Cascading Style sheets

    2 then reference this CSS via the shared components = > templates = > edit the template Page = > a level Tabs - No. Sidebar = > definition = > header

    Added this line before the < / head > tag:

    < link rel = "stylesheet" href = "" #WORKSPACE_IMAGES #orange.css "type =" text/css">"

    Then changed:

    < h1 > < a href = "" #HOME_LINK # "id ="uLogo"> #LOGO # < /a > < / h1 >"

    VOX

    < hgroup > < a href = "" #HOME_LINK # "id ="uLogo"> #LOGO # < /a > < / hgroup >"

    Although the CSS works well, I have two questions:

    1. the sides of the banner are blue instead of white

    2. the disconnect next to the user name button is hidden and only appears when you browse on

    Does anyone know how to solve these problems?

    Here is a link with the model of the application:

    https://Apex.Oracle.com/pls/Apex/f?p=4500:1000:115959518208631

    Workspace: ORANGE

    User: guest

    Password: 01range

    My email: [email protected]

    Much appreciated!

    Jeroen van Meenen wrote:

    Then changed:

    VOX

    You should not use hgroup here. Leave that as a h1 element.

    • hgrouphas been removed from the W3C HTML specification.
    • With the help of hgroup of this way is non-compliant because it does not contain at least one child h1-h6 element.

    Although the CSS works well, I have two questions:

    1. the sides of the banner are blue instead of white

    The original blue background of the theme is actually applied to the containing header element, not the h1 (or hgroup in your example), it is the rule that must be overridden:

    header#uHeader {
      background: #fff;
    }
    

    2. the disconnect next to the user name button is hidden and only appears when you browse on

    The link to logout of the theme is white to contrast with the original blue background. What should be replaced by a dark to be visible on the new white foreground color, and a contrasting hover appearance applied:

    div.userBlock a:link,
    div.userBlock a:visited {
      color: #004F7C;
    }
    div.userBlock a:hover {
      background-color: #b6ceed;
      color: #fff;
    }
    
  • Change the background color in the template

    I am new to using DW and ran into my first problem. After I created a page I that is a model for multiple pages. I chose my sidebar and the content of the boxes on the models. I am in a model and you want to change the background color in the sidevar and it won't let me. Now I can add content in the sidebar. Why it won't let me change the background since the sidebar color is an editable? How can I change the color? The default value is a tan color and I want to change it to white.

    As Jim mentioned, is that you try to change in the CSS to your page; It is not in the HTML code in your editable region. You must put the CSS code in an editable region to customize the background color for .sidebar1.

    To do this, go to your template file, locate the part of the code that contains the CSS for .sidebar1 (probably in the)somewhere) and make an editable region. Then, save the model again and update the page you are trying to edit.

  • change the background color of the interactive reports

    Hi all

    I'm trying to change the background color of the interactive report. Is there anyway where I could change the background color of report? My all other reports are using custom background color, but in the case of report interactive, I couldn't manage change its default background color.

    Thank you
    Manish

    Hello

    Sorry, you said custom background color, so I thought you had that. The color I put here is just white, so you may have to adjust to match your custom color

    Probably the easiest way is to create an HTML region without a model to 0 in the position after the page header. Can use it as the source of the region

    
    

    You can also put in the page template or an external CSS file.

    If your has begun on CSS I suggest that you spend an hour or two reading this site [http://www.w3schools.com/css/], it will save you hours more later any web development environment you use

    Kind regards
    Carl

  • How can I change the background color of the sidebar bookmarks?

    Grayish brown (I think) background color does not work for me. I'm a little color blind and the cursor to highlight the selected tab is not enough for me to easily see contrast. I found how to change all kinds of colors in FF, but not the background color of the bookmarks bar. I would like to change the background may be blank.

    I have it! My eyes thank you very much for your help!

  • How can I change the background color for the bar 'help file edit view history bookmark tools' in Firefox 29,0

    How can I change the background color for the bar 'help file edit view history bookmark tools' in Firefox 29,0

    You can add a theme of solid color to change the color of the top of the browser window, which contains the Menu bar.

    https://addons.Mozilla.org/en-us/Firefox/themes/solid

  • background color affecting the browser of LabVIEW

    I want to use snapshots of the LabVIEW browser in some documents.  Is there a way to put the white background color of the browser?

    Earl

    Hi Earl,

    It is the great 'code capture tool' can be found here on the forum or on the LAVA.

    Just search for "CTC" to find threads like this...

  • Cannot delete the background color of the icons on the desktop in XP.

    I'm not able to remove the background color of the icons on the desktop in XP.

    I tried the following steps with no luck.

    1 Control Panel / System / Advanced / Performance tab / button settings and tick: shadows fall to use the desktop icon labels

    2. display properties-> Desktop-> Desktop Customize-> Web-> "Lock desktop items" and "my current Home Page" is not checked.

    Any suggestion would be appreciated...

    Thanks in advance.

    Naveen

    These links should help you:

    http://www.TomsHardware.com/Forum/25340-45-unable-remove-shadow-desktop-icons-Windows

    http://www.geekyard.com/OS/Windows/how-to-remove-desktop-icon-background-color/

  • is it possible to change the background color of the checkbox control?

    Hello

    Is this possible in LV to change the background color of the checkbox system? When I try to do this via the Colors property [4] I get error 1131:

    LabVIEW: You cannot use this property with this control system.
    Property name: color [4]

    No, it's what are the control systems for. They adapt to the configuration of the machine.

    Use one of the other palettes if you want to change the color.

    Ben

  • Change the fonts of the Table header, background color of the property node?

    Can I change the font size, color and the background color of the cell for any cell in a table, however, I can't seem to do it for the headers.   Is it possible to do this?

    have you tried to use an index of-1?

    Ben

  • When I try to down load a pdf file, it is written in the computer talk. I think it's because the html editor is incorrect

    original title: pdf problem

    When I try to down load a pdf file, it is written in the computer talk. I think that this is because the html editor is incorrect, it is fixed to Notepad. can someone tell how to fix this?

    Notepad can not read the PDF. SumatraPDF download then install it . Download the exe file. Then run

  • How can I change my task bar background color and the background color of site Web

    How can I change my task bar background color and the background color of site Web

    It is white now and he won't let me see the search fields

    Hello

    Method 1: I suggest you to refer the link below which will help you change the color of your frames of windows, the start menu, the taskbar, and more.

    http://Windows.Microsoft.com/en-us/Windows7/change-the-colors-on-your-computer

    Change the colors on your computer: http://windows.microsoft.com/en-US/windows7/change-colors-on-your-computer.

    Method 2: Try the following steps, which would help you to change the background color of your Web site.

    (a) open Internet Explorer.

    (b) on the Tools menu, click Internet Options, and then click the general tab.

    (c) click on colors under appearance.

    (d) uncheck the box that says use Windows colors.

    (e) then click on background and change the color you prefer.

    General Internet Explorer Settings change: http://windows.microsoft.com/en-US/windows7/Change-Internet-Explorer-General-settings

    Hope this information is useful.

Maybe you are looking for

  • delete multiple songs in itunes

    Hello I am wanting to remove thousands of songs in my itunes at once. When I select them and press DELETE, I get the following message: but when I select about 70 songs, following the same procedure, I get: so nobody knows the answer, or how I can de

  • TouchSmart 610: My Touchsmart OSD Error Message screen

    I get the following error message: TouchSmart HP My Display OSD has stopped working. A problem caused the blocking of the program works correctly. Windows will close the program and notify you if a solution is available. No solution was ever provided

  • New EF 70-300mm f/4-5, 6 IS II USM lens

    Does anyone know if the manual control of AF on this goal is not yet published will require pressing the shutter halfway?

  • Windows live photo, error return

    Hi, I am looking to come back all the photos changed to their original form so that I can transfer my netbook on my imac and edit correctly in Lightroom. However, after the return in the window Live Photo Gallery and transfer, Lightroom appears in or

  • Hall 20: unwanted messages

    How to stop unwanted advertising messages repeated?