Changing the background box color of mail form

Well I have this code, that maybe is faulty but is working and I want to know if is possible to change the background color of the three first boxes (Nombre, name, email). The problem is if you open it with Coda or similar that the background color of the three first boxes is transparent and when I give a color to the table it gets to them, making very ugly to enter a text, well if you open it with Coda it becomes very easy to understand the problem.
The code :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<title>Contacto</title>
<link rel="stylesheet" type="text/css" href="../../css/nms.css" />
</HEAD>
<BODY>
<form method="post" action="../mail.php">
  <table bgcolor="black">
    <td><font face="Copperplate Gothic Bold" color="white">Nombre</td> 
    <td><input type="text" SIZE="38"name="Nombre" /></td>
   </tr> 
    <td><font face="Copperplate Gothic Bold" color="white">Telefono</td> 
    <td><input type="text" SIZE="38"name="name" /></td>
   </tr>
    <td><font face="Copperplate Gothic Bold" color="white">Email</td>
    <td><input type="text" SIZE="38"name="email" /></td>
   </tr>
   <tr>
    <td><font face="Copperplate Gothic Bold"> Comentarios:</td>
    <td><textarea name="data" cols=33 rows=12></textarea></td>
   </tr>
   <tr>
    <td colspan="2"><input type="submit" /></td>
   </tr></table>
Thanks

I've put the form in a div to force the Snippet bigger so that you don't have to drag it out to stop the form being chopped.
The border wasn't working in Firefox because the way you wrote the styles.
<!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>
      Contacto
    </title>
  </head>
  <body>
    <div style="width: 400px;height: 380px;padding: 10px">
      <form method="post" action="../mail.php">
        <table style="background: black; width: 380px;padding: 15px; border-radius:15px;border: 1px solid #fff" summary="">
          <tr>
            <td>
              <font face="Verdana, Arial" color="white">Nombre</font>
            </td>
            <td>
              <input type="text" size="32" name="Nombre" style="background: white;font-family: Verdana,sans_serif; font-size: 12px;">
            </td>
          </tr>
          <tr>
            <td>
              <font face="Verdana, Arial" color="white">Telefono</font>
            </td>
            <td>
              <input type="text" size="32" name="Telefono" style="background: white;font-family: Verdana,sans_serif; font-size: 12px;">
            </td>
          </tr>
          <tr>
            <td>
              <font face="Verdana, Arial" color="white">Email</font>
            </td>
            <td>
              <input type="text" size="32" name="email" style="background: white;font-family: Verdana,sans_serif; font-size: 12px;">
            </td>
          </tr>
          <tr>
            <td>
              <font face="Verdana, Arial" color="white">Comentarios:</font>
            </td>
            <td>
              <textarea name="Comentarios" cols="33" rows="12" style="background: white;font-family: Verdana,sans_serif; font-size: 12px;">
</textarea>
            </td>
          </tr>
          <tr>
            <td colspan="2">
              <input type="submit">
            </td>
          </tr>
        </table>
      </form>
    </div>
  </body>
</html>

Similar Messages

  • How can i change the font and color in mail 5?

    how can i change the font and color in mail 5?

    Mail -> Preferences -> Fonts & Colors
    If you want to change the font and color in a message you're composing, you can right-click on the message and use the Font/Show Fonts command to bring up the Font panel (among other ways).
    Regards.

  • How do i change the background theme color in keynote for ios

    Is there a way to change the background color theme in Keynote for iOS? Let's say I start with a Black or White theme, but I want it to be red, consistently on every slide. Is this possible?

    The only option I have found is to create a rectangle and make it the size of the screen. Use the Tools to choose the colour you want and copy and paste it onto every slide. If you are starting with a blank slide, then tap the coloured rectangle and choose Lock to make sure it does not move. Then you can add anything you want in terms of photos, text, charts etc on top. If you have already created your slide, create the coloured rectangle on top of everything else and use the Arrange slider to send it to the back of all your pre-existing stuff on the screen. Hope this helps. Remember you can alter the opacity of your coloured rectangle too. I ave also played around with adding two coloured rectangles on top of each other and adjusting the opacity to get just the shade I want - a bit like mixing paint! You can group them together and then Lock them as the background. :)

  • Can I change the background/skins color?

    Hi folks
    Is there any way to change the dark grey color of the program background?  My aging eyesight finds it hard to see the controls.
    Regards
    Roy

    Hi Roy
    Ignore feature requests. Write to the CEO of Adobe demanding international accessibility.
    At present the UI sucks.

  • How do I change the default font color on Mail?

    I want the words in my messages to be a certain color, so what am I doing wrong? First I go on preferences, to fonts & colors, hit select on message list font, and it pulled up a window with all the fonts and stuff. Then I click on the color icon thing which brings up another window for me to choose the color. So I choose the color and close that window and all the other ones. But when I start a new message, the font is black. Is there something I need to do differently? Thanks!

    Hello Apple... is anyone monitoring and responding?
    For years I have been manually changing the font and font color on every outgoing mail as an element of Corporate Identity.
    Apple Mail offers great features like smart mailboxes - but this is still not fixed!
    Universal Mailer (http://universalmailer.github.io/UniversalMailer/) forces font, size and color, but does not display it in the window of the outgoing mail. Can be misleading!
    Spoiling the ship for a ha'porth of tar!
    Apple, please fix!

  • Changing the Check Box color when selected/deselected

    How do I do this using the Action tab in Check Box Properties within Acrobat 7.0 (NOT DESIGNER)?
    I added the check boxes to the .PDF using the check box tool (Box Only-No Text).
    I am trying to fill the box green when selected and yellow when not selected via ACTION>Mouse Up>Run a JavaScript>Add and enteringthe javasript below with no success:
    if (this.rawValue == "1") {this.fillColor="0,255,0";} else {this.fillColor="255,255,0";}
    PLEASE HELP!!!

    If you are in AcroForm and not LiveCycle Designer, you not use LiveCycle Designer FormCalc syntax or LiveCycle Designer references.
    With a single check box:
    if(event.target.isBoxChecked(0)) {
       event.target.fillColor  = color.green;
    } else {
    event.target.fillColor = color.yellow;

  • How do I change the background on my web mail page?

    One day when I opened up my mail, there was a background picture that interfers with my reading my mail. I want it to be the old way. I also cannot figure out how to sort my mail. I used to be able to sort by date or by sender and I can't do that now either

    Hello,
    1. Put your mouse at the bottom left of your window (you may notice a tiny icon for picture) and let it hover there for a moment. A menu of backgrounds will appear down at the bottom and your window will go blank. Click on one of the basic colour tiles. That should make it easier to read.
    2. To sort by date, sender, subject, etc. Click on 'View' on the top right tool bar of your mail. You should see the option you want. See the attached screenshot with the big orange arrow.

  • How do I change the background color of my canvas in FCPX?, How do I change the background color of my canvas in FCPX?

    How do I change the background color of my canvas in FCPX? I changed it from black to checkered but would like to return it to it's orginal settings.
    Thanks

    You can change the background display color in the playback preferences, either black, white, or checkerboard. This does not change the output color. If you want to add a color to the video, you have to place a custom generator underneath your video and change the color in the inspector.

  • In Yosemite, How do I change the background color of menu bar, dock and sidebar?

    Right now my background for the Menu Bar, Dock, etc is RED.  I'd like to change it to something more subtle.
    Anyone know how?
    Does it relate to the desktop picture I have?  or ???

    You can change the background display color in the playback preferences, either black, white, or checkerboard. This does not change the output color. If you want to add a color to the video, you have to place a custom generator underneath your video and change the color in the inspector.

  • (J2ME)change the Background Color Of Form

    Hello
    I have a question about create a Form on J2ME Midlet.
    How could we change the Background Color Of Form? Is it possible?
    Thanx a lot.

    You can try the J2ME forums http://forum.java.sun.com/category.jspa?categoryID=23
    Then don't seem to be bursting with life though. You may find what you need searching these examples http://www.java2s.com/Code/Java/J2ME/CatalogJ2ME.htm
    I don't use J2ME myself.

  • How can i change the background colors on my iphone. The new white is hard on my eyes. I dont care for the grey boxes either.

    how can i change the background colors on the new update? I find the white a bit much. Also is there anyway I can change the grey boxes they seem out of place.

    That makes me sad. thannk you

  • Changing the background of a text field in adobe interactive forms

    Hello All,
    Is there any way to change the background colour of text field in interactive form dynamically.??
    Thanks,

    Naresh,
    Change the language to JavaScipt in Script Editor of LiveCycle Designer and use the following code to highlight the area of TextField where R,G,B means that you have to give the RGB values of the color you want.
    <YourTextFieldName>.border.edge.color.value = "R,G,B";
    For eg:- If you have a textfield with name TextField1 then this will highlight the TextField1 area in red color.
    if ((TextField1.rawValue==null) || (TextField1.rawValue==""))
      TextField1.border.edge.color.value = "255,0,0";
    You can use this on exit event of Textfield1 or at the submit button where you check the form data.
    Chintan

  • How can I change the background color in the inbox?

    The background color in my inbox (well, all mailboxes) is white. A yellow background would make the existing black text a lot easier to read. How can I change the background color in the inbox?

    Themes work in Thunderbird - duggabe was not refering to Firefox.
    Another useful addon is theme and font changer:
    * https://addons.mozilla.org/fr/thunderbird/addon/theme-font-size-changer/
    However, Thunderbird allows you to modify all sorts of things.
    Make hidden files and folders visible:
    * http://kb.mozillazine.org/Show_hidden_files_and_folders
    Help > Troubleshooting Information
    Click on 'show Folder' button
    a window opens shwoing profile folder name
    Close Thunderbird now - this is important
    In the profile name folder, Create a new folder called '''chrome''' - note the spelling
    It should be in the same place as the 'Mail' folder.
    see first image below.
    Open Notepad
    Can be located : Start > Programs > accessories
    Copy everything shown between the lines below.
    Paste into Notepad.
    Save as '''userChrome.css''' - note the spelling (edit updated - this was a typo error)
    This should be saved in the '''chrome''' folder.
    see second image below.
    Restart Thunderbird.
    I have chosen a yellow for you
    <pre>
    #f6f58c = a yellow....it is a hex code for a colour.
    </pre>
    You can change it if required. Remember when updating anything in the profile folders, you must close Thunderbird first.
    More info on colours.
    * http://www.yourhtmlsource.com/stylesheets/namedcolours.html
    <pre>
    * Do not remove the @namespace line -- it's required for correct functioning
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    /*Background colour for message list*/
    #threadTree > treechildren::-moz-tree-row {
    background-color: #f6f58c !important;
    </pre>
    -------------------------------------------

  • Change the background color of a table created by ADDT (Login)

    I am trying to change the background color of a table in the login form created by the developer's toolbox. I then go and select the table and change the background color. But it has no effect. The only insight I have is when I delete this "" from the Action in the form, then the table's background color changes. As far as I can tell this line of code is only return the url of the page.
    I am not understanding something.
    Does anyone have any insight?
    Thanks!

    the table is linked using a CSS rule..
    the CSS rules comes from something called Skins..
    see mxkollection2.css.
    KT_XXX are the class ID's for table names.
    if u change this rule it will effect all the tables which use that rule in ur whole website.
    u can try switching skins from ADDT control panel.
    KT_tngtable is the tables css rule name defined in skins /Skinname/tng.css
    hope this helps u ..
    mohnkhan
    http://www.mohitech.com

  • Can I change the background color when I'm in a brochure layout?

    can I change the background color when I'm in a brochure layout? I've tried making a box in desired color but cannot push it to the back(not an option, it's greyed out)

    Then you are in a Layout template and the shape is already the back most object.
    Peter

Maybe you are looking for

  • Using OHS to redirect traffic based on intranet or internet URL

    Hello, we have a requirement where we have to launch our application on internet. Application is working fine on local intranet URL or internet URL but not working on both at same time.we have application developed with ADF and other fusion component

  • Pi7.0 sld

    Can any body tell me where can i check the assosiation of business systems (with software components) in the sld Edited by: praneeth  nelakonda on Feb 22, 2008 7:44 PM Edited by: praneeth  nelakonda on Feb 22, 2008 8:27 PM

  • Orbit Gallery is not Working

    hi! hello guys got a big problem here Orbit Gallery is not Working .. god this changes here I upgraded to 5.3 and noticed the bullets under my Orbit galleries are no longer appearing. I turned off the hide-for-small settings in _settings.scss and set

  • HT1338 The product distribution file could not be verified. It may be damaged or was not signed.

    Why can not I iPhoto software update, when the update request the following message appears: The product distribution file could not be verified. It may be damaged or was not signed.

  • Fonts Retrieval

    Hi All, I have a view that allows users to control text, and formatting of this text, that will be shown (or not) in a form. Is there any way I can retrieve a list of the fonts available in adobe forms so I can present them in a drop-down list for us