Applets foregrouded with html body background color

In our application we are using applets while loading applets ,applets controls are foregrounded with html background color thats why we are unable see applets properly.
please give us suugesion, how can we solve this problem.
thanks in advance..

The HTML editor is the 'FCK Editor' of old, and the config for it is stored on the server where all of the javascript for your server instance is stored. You can modify much of the configuration of the HTML editor. The documentation for modifying the configuration of FCKEditor is here:
http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_File

Similar Messages

  • How to send a mail with HTML body from Oracle

    Hi Team,
    Can somebody guide me how to send a mail with HTML body from oracle.
    Here is the piece of code i am trying to send a mail.
    procedure SEND_MAIL is
    cursor c_1 is select * from table_name;
    l_mail_id varchar2(40);
    -- ls_mailhost VARCHAR2(64) := Mailhost;
    ls_from VARCHAR2(64) := ‘[email protected]
    ls_subject VARCHAR2(200);
    ls_to VARCHAR2(64);
    l_mail_conn UTL_SMTP.connection;
    ls_left_menu_name VARCHAR2(64);
    ll_emp_num number(8);
    begin
    for i in c_1 loop
    begin
    l_mail_conn := UTL_SMTP.OPEN_CONNECTION('IP');
    UTL_SMTP.HELO(l_mail_conn, 'IP');
    UTL_SMTP.MAIL(l_mail_conn, LS_FROM);
    UTL_SMTP.RCPT(L_mail_conn, LS_TO);
    UTL_SMTP.DATA(l_mail_conn,'From: ' ||ls_from || utl_tcp.crlf ||
    'To: ' ||ls_to || utl_tcp.crlf ||
    'Subject: ' ||ls_subject|| utl_tcp.crlf);
    UTL_SMTP.QUIT(l_mail_conn);
    exception
    when no_data_found then
    null;
    when others then
    RAISE_APPLICATION_ERROR(-20000, 'Failed to send mail due to the following error: ' || sqlerrm);
    end;
    end loop;
    end;
    Thnx

    Hi Nicolas!
    Have you tried to set "Output Format" for "RAW Text" to HTM in SCOT.
    If HTM is missing in your dropdown-list, you could check out table SXCONVERT2. Copy the line with category T/format TXT, and change the format from TXT to HTM. The existing function
    SX_OBJECT_CONVERT__T.TXT does not need to be changed. Now you should be able to choose HTM in SCOT. You will probably need som HTML-tags in your text to make it look good.
    Hope this helps!
    Regards
    Geir

  • Email with html body and a pdf attachment

    Hi,
    i try to send a email with html body and one attach in pdf
    in release 4.6c using the SO_DOCUMENT_SEND_API1.
    I've put the html in the txt table and the pdf in bin table but i obtain the following situation:
    1) with only the html in the body i see a right email in html
    2) with the html body AND the pdf attach i obtain a empty mail with two attach.
    what can i do ? I's possible to do this.
    Thanks in advance.

    Contact my basis guy is a problem !!
    maybe a need a function similar to SX_OBJECT_CONVERT_RAW_TXT to convert raw (containing html text) into real html ?
    my view V_SXCONV contain:
    ALI     HTM     2     SX_OBJECT_CONVERT_ALI_HTM
    ALI     PS     4     SX_OBJECT_CONVERT_ALI_PRT
    ALI     RAW     1     SX_OBJECT_CONVERT_ALI_RAW
    ALI     TXT     2     SX_OBJECT_CONVERT_ALI_TXT
    ICS     RAW     8     SX_OBJECT_CONVERT_ICS_RAW
    INT     RAW     8     SX_OBJECT_CONVERT_INT_RAW
    OBJ     HTM     2     SX_OBJECT_CONVERT_OBJ_HTM
    OTF     PCL     3     SX_OBJECT_CONVERT_OTF_PRT
    OTF     PDF     1     SX_OBJECT_CONVERT_OTF_PDF
    OTF     PS     2     SX_OBJECT_CONVERT_OTF_PRT
    OTF     RAW     9     SX_OBJECT_CONVERT_OTF_RAW
    RAW     SCR     6     SX_OBJECT_CONVERT_RAW_SCR
    RAW     TXT     7     SX_OBJECT_CONVERT_RAW_TXT
    SCR     OTF     1     SX_OBJECT_CONVERT_SCR_OTF
    TXT     INT     7     SX_OBJECT_CONVERT_TXT_INT
    URL     HTM     2     SX_OBJECT_CONVERT_OBJL_HTM
    thanks a lot.

  • Change HTML Body background

    Hi all,
    I am just learning how to create websites from scratch, I am currently using dreamweaver cs3 (yes very old).
    I have just created my first site, but I am getting this grey edges surrounding the actual page.
    I was wondering can I get rid of them without creating another template or page. Or, if I could change the colour that would be fantastic.
    my website address is: http://www.apkashukriya.com
    Please can someone help me.
    Many thanks
    Kish
    Message was edited by: Sudarshan Thiagarajan to change 'Post Title'

    Do you mean the 'grey' background that surrounds your actual content in the center?
    If yes, modify the following lines of code in your .html file:
    body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #666666;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    Remove the 'background' line. This assigns a background color to your entire 'body' of the document.
    If you want to change from grey to another color, change the #666666 to another hex value. #000000 gives you black, #ffffff gives you white and so on... You can open this file in DW, when you try to change the #666 value, you will be prompted with a 'color picker' dropdown that you can choose your desired color from.
    Good luck.

  • Help with Web Template background color

    Hi,
    i'm trying to change by HTML code the background color of a template but it behaves incosistently.
    when putting:
    <body bgcolor=#000000 ...
    the template is white in the background, but with:
    <br>
    <body bgcolor=#000000 ...
    the template is black.
    Plus when i see the final code generated in the web result, it seems that the server adds a bgcolor by his own, the code look like:
    <body bgcolor=#ffffff bgcolor=#000000...
    i think this could be what is causing the incosistence, but i can't find where is this property the server is adding to the template.
    thanks for any help.
    JP

    Hi Juan,
    This could be because of the style sheet you are using. If you want to make a chnage to the colors etc, try doing that in your stylesheet. You can find the style sheets in SE80 in the BW system. You can find out the one being used from your web template properties.
    Hope this helps...

  • Problem with cfdocument and background colors with table borders

    i am having a great deal of difficulty with cfdocument
    rendering my tables with cells that have background colors. the
    background colors seem to bleed through the table border. a picture
    at 100% magnification can be seen at
    http://www.vitad.com/cfdoc.jpg
    and at 1600% magnification at:
    http://www.vitad.com/cfdoc2.jpg.
    i am attaching sample code of the what generated the pdf in the
    pictures. btw, i am running cfmx 7 with hot fix 2.

    Hi fresher4flex,
    Since you are using the item Renderer for the DataGrid Column try to apply the styles dynamically to the background of your itemRenderer by making using of the rollOver and rollOut events.
    Thanks,
    Bhasker

  • Mail with HTML BODY content?

    Hi,
    We seem to have a little problem with sending mails wtih HTML content, we have a "Link" in the mail body to be sent , so we are using html tags <a href=""link"></a> so that the mail receipient see the URL as a link ....
    The actual code used is given below:-
    l_body_html := ' <html>
    <body>
    <p>Hi,<br><br>You have been provided access to <a href="http://URL.com:20000/pls/htmldb/f?p=102"></a>'||
    '</p> </body> </html>'
    HTMLDB_MAIL.SEND(
    P_TO => '[email protected]',
    P_FROM => '[email protected]',
    P_BODY => l_body_html,
    P_BODY_HTML => l_body_html,
    P_SUBJ => 'Access Details.');
    What is wrong here , except the link of URL the rest of the text is coming in the mail body...
    regards
    Naveen

    Naveen,
    This is an HTML problem. You have provided no text for the anchor.
    You probably want something like:
    &lt;a href=http://URL.com:20000/pls/htmldb/f?p=102>Click Here&lt;/a>
    And to be proper HTML, you should enclose the href value in double quotes, as in:
    &lt;a href="http://URL.com:20000/pls/htmldb/f?p=102">Click Here&lt;/a>
    Joel

  • Changing VC HTML view background color to black

    Hi,
    I need to change the background color from white to black of Html view of Visual Composer. Please give me some idea to change.
    Thanks in advance

    Used Javascript to handle.

  • Could applet chat with html's textbox?

    I wish that I get code that applet chat with textbox in html, so that I could send some string to database in server by asp method.
    Thank you.
    (for the reason the server provider only gives asp+access. please give me applet/html first. then other suggestion is prefered)
    Thank you again.

    I don't really understand what you're trying to do.
    But applet can call javascript and in this way set
    the value of a textbox. Please see here:
    http://java.sun.com/products/plugin/1.3/docs/jsobject.
    htmlthank you. I have read it eventhough it is out of date.

  • Linked Image with CSS Hover background Color Jerks in IE8

    Please see http://www.rrmuseumpa.org/about/musviews/index.shtml and hover over any of the five slideshow images, using IE8. Note that the hover causes a jerk when the assigned background color for hover kicks in, apparently by adding some vertical margin at botton. It's fine in all other browsers.
    What I want is for any image that serves as a link to not have a border and to not pick up the default hover background color, and to not cause the "jerk" in IE8.
    CSS file is at http://www.rrmuseumpa.org/css/main.css . Specific css would be most appreciated.
    Thanks.
    Jim

    The very last style rule states
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;
    color: #FFF;
    This is a white backgorund and white text. Simply change the background colour to #2565B2
    Gramps

  • Help With Editing The Background Color On PHP-Based Photo Gallery Software!

    I recently installed and began using some PHP-based photo
    gallery software for my website. I've been able to customize other
    areas of the software's appearance (text color, etc), but am unsure
    of what need to be done to change the background on the 'Default'
    skin from white to black. Any suggestions? Below are copies of the
    code from the 'index.php' and the css from the 'default skin'
    portions of the software:
    <title>BigMusicGeek.com -- Your Online Concert
    Photography Authority!</title><?
    include "config.php";
    include GAZ_DIR_FS_ROOT . "includes/init.php";
    include GAZ_DIR_FS_ROOT . "includes/classes/gallery.php";
    $gaz_gallery = new gallery();
    //$gaz_gallery->gazimage = 78;
    echo $gaz_gallery->show();
    ?>
    a.gaz_nav {
    color: #FF0000;
    a:hover.gaz_nav {
    color: #FF0000;
    .gaz_path {
    font-size : 11px;
    font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
    .gaz_cat_descr {
    font-size : 12px;
    font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
    color: red;
    .gaz_cat_title {
    font-size : 12px;
    font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
    color: red;
    font-weight : bold;
    .gaz_comment {
    font-size : 11px;
    font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
    color: #FF0000;
    .gaz_nav_thumb {
    border-color:#f0f0f0;
    .gaz_nav_thumb_sel {
    border-color:orange;
    .gaz_image_info {
    font-size : 11px;
    font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;

    BigMusicGeek posted in macromedia.dreamweaver:
    >
    quote:
    Originally posted by:
    Newsgroup User
    > BigMusicGeek posted in macromedia.dreamweaver:
    >
    > > Okay, so I've been able to change the background to
    black (thanks
    > > again, BTW), but I'm still unsure of how to add a
    menu bar to the top
    > > of the gallery's main page. I keep copying and
    pasting in the code,
    > > but can seem to make it work.
    > >
    > > My main gallery page:
    http://www.bigmusicgeek.com/gallery/index.php
    >
    > I see no evidence on that page that you've pasted the
    table containing
    > your menu bar. When you do paste it, just be aware that
    the path to the
    > images and links will be slightly different (the images
    are not in the
    > gallery folder but at the root of your site: "/Home
    Navigation
    > Photos01.png" *)
    >
    > <IMPORTANT>
    > You have your <title> tag before your DOCTYPE.
    Make sure your DOCTYPE
    > is the first line. Then make sure the <title> tag
    is inside the <head>
    > section, not before it.
    > </IMPORTANT>
    >
    > > An example of my menu bar:
    http://www.bigmusicgeek.com/Home.html
    > > (it's at the top of the screen).
    >
    > When I paste the table code from there into the gallery
    page - and
    > changed the paths to match where they are, it appears
    just fine. Note
    > that you'll need to include the JavaScript from the
    gallery page in
    > order for all those JS rollovers to work. Probably need
    that big onLoad
    > section in the <body> tag as well - again,
    adjusting paths to match
    > where the images are.
    >
    > * You will very often see recommendations to avoid
    spaces or unusual
    > characters in your file names. ie: "Home Navigation
    Photos01.png"
    > should probably be "Home_Navigation_Photos01.png" or
    maybe a "-"
    > instead of spaces.
    > Mark
    >
    > Thanks for the input...again! Pardon me for being a
    novice, but what
    > piece(s)
    > of the paths for the menu bar need to be changed?
    If you've set up your site definition properly in
    Dreamweaver, you should
    be able to copy the table in design view from home.html and
    paste into
    gallery/index.php and DW will correct the paths
    automatically. It /might/
    even copy the relavent JavaScript over (I don't have DW on
    this computer to
    test that).
    But to answer your question, any path to the images must
    point to the site
    root (where your images are stored). The links will likely
    need to point
    there as well. For example, the Home button in your table
    gets its image
    from:
    src="Home Navigation Home01.png"
    In order for that to work from pages in the gallery folder,
    it will need to
    be linked with either a site root relative, or a simple
    relative path:
    src="/Home Navigation Home01.png"
    The above example tells the server to look for the image in
    the site's root
    folder.
    src="../Home Navigation Home01.png"
    This example tells the server to get the image from one
    folder up from the
    current folder.
    Likewise for the links. ie: href="Home.html" would become
    either
    href="/Home.html" or href="../Home.html"
    href="phpBB3/index.php" could become href="/phpBB3/index.php"
    or even
    href="/phpBB3/"
    HTH
    Mark A. Boyd
    Keep-On-Learnin' :)

  • Applet use with HTML// also appletviewer question

    I am new to the language. I am trying to start an applet in a folder that I created on my hard drive(C:). I have included the following code in my HTML in my folder.
    <applet code="NotHelloWorldApplet.class"
    width= "300" height= "300">
    </applet>
    I have already compiled the program; I have the net beans 1_4_2 compiler, and it has compiled without errors.
    The code is :
    import java.awt.*;
    import javax.swing.*;
    public class NotHelloWorldApplet extends JApplet
    public void init()
    Container contentPane = getContentPane();
    JLabel label = new JLabel("Not a Hello, World applet",
    SwingConstants.CENTER);
    contentPane.add(label);
    I have also downloaded Plug-In; if that means anything. When I open the HTML folder a grey box appears; then at the bottom of the window it says that it cannot find the file; even though the file exists(I have looked with the file finder and it is in my file directory). Is it in the wrong directory? How does the file folder in windows know how to run and execute a java program with the preceding HTML code. This is the method explained in a current text book that I am using. It tells me to
    1. to compile the source code into class files.
    I used the compiler and I successfully created a .class file, (obviously the title of the program is .java program, but the class file does exist.
    Then 2. add the above code in the HTML program(which I did).
    I would like to get applets running but do not know how to correct this problem. Is there more HTML code that I need to run a java program in the folder's code.
    Also, the textbook I am using tells me to preview the applet with appletviewer. I loaded the appletviewer into the editing screen and it is a bunch of hieroglyphics. One of two possible problems are that it is not included with the Net_Beans_1.4.2(it was from another download) or the download was contaminated. Anyway, the question I have is; is appletviewer an application that is viable with Net_Beans_1.4.2 and if it is from where and how do I run or execute it to preview my applets before I run them inside an HTML document.
    Derk_the_Zeeman
    [email protected]

    Sounds to me like you're having trouble with NetBeans, not applets or appletviewer. You should consult their docs on how to access their version of appletviewer.
    It also sounds to me like you're using the book CoreJava by Horstmann/Cornell.
    Notice that they package TextPad with their book. This is for a good reason. It is very easy to be suckered into thinking you know what is going on when you have an IDE that does stuff for you. I know. I programmed in VB for a while, and I thought I knew how to do Windows programming. But I didn't. VB was doing all the work for me while I was drawing boxes on the screen and patting myself on the back. It took several major blows to the ego before I found out that all I really knew how to do was how to draw a bunch of silly boxes.
    New programmers should start out with a text editor. They get a better feel of what is going on.
    I don't know how NetBeans works -- even now I prefer TextPad over any IDE I've tried. But appletviewer works in the same way the java and javac command works, except that the argument it takes is the name of the html file which contains those applet tags (<APPLET>).
    I have some thoughts on your problem:
    1) you have an html file somewhere, but you don't know where. It is somehow created in a "window". the tag
    applet code="NotHelloWorldApplet.class"
    means "look in this directory for the class NotHelloWorldApplet.class" So if the html file you have created is not in this directory, how will appletviewer (or NetBean equivalent) know where it is? (hence, "class not found")
    2) Is this correct? You have downloaded the plug-in for your browsers, but you didn't try using your browsers to see the applet?
    If so, try this: go to IE or Netscape (or whatever you favorite browser is) and try in IE File-->Open and hit the browse button, or in Netscape File--> Open File
    Next, try to find the file "NotHelloWorldApplet.html" or whatever it is you called the "window". Open the html file.
    If it doesn't work, check to see if the html file is in the same directory as the class file (repeat procedure, but now look at files of type "All")
    3) You can make an html file with notepad. You don't need anything special. Just type in the html code that Horstmann/Cornell include into notepad and save as an html.
    Does this help?
    :) jen

  • Mailto with html body for UIApplication sharedApplication

    Hi There,
    I would like to have my iPhone application be able to email out in html format some local data. After looking at it I have two questions:
    1) What is the best way to construct large strings i.e html content. Appending hundreds on lines to an NSString seems cumbersome. In Java I would use a StringBuffer but I cant't find the C counterpart.
    2) Once I have this html content can I simply pass it as the '?body'var in the mailto url of the UIApplication sharedApplication? It's a lot of data and may not have the correct %20 UTF coding.
    Any ideas or examples on the best way to do this if it is at all possible? Ideally I would like to send an email with an attachment but the iPhone SDK prohibits that currently.
    Many Thanks All

    Hi,
    Experience does help, of course, but I do look up things on the web. For example, for this issue I double-checked http://download.oracle.com/docs/cd/E17556_01/doc/apirefs.40/e15519/toc.htm as I actually use VARCHAR2s for the email body texts, so didn't even know you could use a clob! download.oracle.com usually has the information I need, so use inurl:download.oracle.com in a google search
    Andy

  • How to deal with transparency, variable background color and unsightly edges?

    I am a software developer, only know the Photoshop basics.
    A graphic professional designed for me an icon with transparent background. On some backgrounds it looks fine, but on other backgrounds the edges look bad. I read an Internet article that the problem is that the pixels should merge smoothly into the background. I understand how that workd provided that the background is a known constant (in math terms). My program may run on different versions of Windows, with different window styles (Classic Look, XP Look) and hence the backgrounds are variable.
    How can an icon be designed so it blends smoothly into a background whose color is not known at design time?
    TIA,
    -Ramon

    What version of Windows? If you are just using Vista and W7, you can use 24bit PNGs with proper Alpha channels as your icon resource. I think they prefer straight Alpha, but you may laso be able to use black or medium grey on the RGB channels hen it's premultiplied. (there's a guide somewhere on MS' developers' pages). For XP you are of course stuck with palette-based BMPs/ ICOs, which is no different than when creating GIFs or 8bit PNGs in PS. Generally, though, you may wish to work with a dedicated editor like Axialis Icon Workshop, especially when needing to create multiple versions of an icon. The rest is out of your hands. Some icons will always look frizzled, if the user applies an all too wild color scheme. It's just how it is....
    Mylenium

  • Java Applet Background Color Problem on Internet Explorer

    Hi,
    Please check out the following URL:
    http://www.utopiainteractive.com/clients/AkonFinal/glossary.htm
    The menu bar is writting in Java Applet. If you scroll down the page, and scroll back up, I see white background as I scroll back up. It happens only on Internet explorer. Neither Java Applet nor HTML Body bg color is white. I am kinda lost, and any help would really be appreciated.
    Thank you and look forward to hearing from someone soon.
    Sachin

    Hi,
    Well I used HtmlConver utility to generate applet html code, so I assume nothing is wrong with Object tag. Do you know what could cause this problem on Internet explorer? To be honest, I spent last couple of days, but I am just lost. It absolutely works fine on Netscape.
    Thanks,
    Sachin

Maybe you are looking for