Question about styling a form with CSS in the Template

Hola

I made a page from a template and I insert a form in there

where can I style this form with CSS?

In the model that has been generated css style?

or

Directly to the page?

Furthermore, if I saw the page in explorer 8, legends looks with a black color and down (not what i intended)

In Safari, they appear purple and where they suppose to be

Why?

Hope you understand

Thank you

Daniel Ulysse

Please post a link to your site so that we can admire this phenomenon.

GRAMPS

Tags: Dreamweaver

Similar Questions

  • Can't the forms with CSS in DWCS6 style / must add menu WYSIWYG

    Hi all

    I put my two 'problems' in a single topic:

    (1) I tried to add some style on my pages of forms in them, but it seems that it does not work well, I explain: I create a php page, I insert a form with text fields (user name and password, for example) and the "login" button The form ID is "LogForm. I create a CSS class called "." FormCSS' and inside I put the rule "align text: right. I apply the rule to the form and all of the text inside goes to the right. I try online (real server and local server, I tried both) but nothing happens, the form elements to remain on the left. I tried to apply the Lun ID of the form. Nothing.

    No doubt, I'm doing something wrong. Even with the text and the tables within the shape, I can't move/change, at all. In design mode, I see all the changes, I can't online (chrome and IE). What should I do?

    (2) I create a page to insert long text in a database, as when you post in a forum. I would like to insert some kind of toolbar with options align, style and so on, as WYSIWYG editors. Is this possible? Is it possible to put a toolbar like this in DWCS6?

    Thank you

    #1 you're not comb the selectors in correct form: form, fieldset, label lable, input, textarea...

    See example of a CSS style HTML5 form. View source to see the code.

    HTML5 form with jQuery Validation

    #2 Watch CK Editor.

    CKEditor.com | The best text editor of web for all

    Nancy O.

  • question about OAS of forms and trigger procedures os or events

    Hello
    I have a huge problem here, I have not the slightest idea of how to do that I have a form created from Wizard of the suppliers based on a table, the thing is that I have a special index that I need to specific forms, as well as the bellows of code should do the job, but I know not where to put and how to bind variables.

    the variables PERTENECEA and ID_DEPENDENCE would come in the form
    Num and txt are auxiliar variable so that I can create the new index
    and
    id_unidad_admiva is the value I want to insert in each line
    declare
     num number;
     txt varchar(10);
    begin 
     if substr(PERTENECEA, 0,2)<>0 then
        if substr(PERTENECEA, 3,2)<>0 then
          if substr(PERTENECEA, 5,2)<>0 then
            if substr(PERTENECEA, 7,2)<>0 then
              if substr(PERTENECEA, 9,2)<>0 then
                num:= TO_NUMBER(select MAX(substr(id_unidad_admiva, 9,2)) from unidades_admivas where id_dependencia=id_dependencia and substr(id_unidad_admiva,0,8)=substr(PERTENECEA,0,8);
                num:=num+1;
                txt:= substr(PERTENECEA,0,8);
                id_unidad_admiva:=txt||num;
              else
                num:=TO_NUMBER(select MAX(substr(id_unidad_admiva, 9,2)) from unidades_admivas where id_dependencia=id_dependencia and substr(id_unidad_admiva,0,8)=substr(PERTENECEA,0,8));
                num:=num+1;
                txt:= substr(PERTENECEA,0,8);
                id_unidad_admiva:=txt||num;
              end if;
            else
              num:=TO_NUMBER(select MAX(substr(id_unidad_admiva, 7,2)) from unidades_admivas where id_dependencia=id_dependencia and substr(id_unidad_admiva,0,6)=substr(PERTENECEA,0,6));
              num:=num+1;
              txt:= substr(PERTENECEA,0,6);
              id_unidad_admiva:=txt||num||'00';
            end if; 
          else
            num:=TO_NUMBER(select MAX(substr(id_unidad_admiva, 5,2)) from unidades_admivas where id_dependencia=id_dependencia and substr(id_unidad_admiva,0,4)=substr(PERTENECEA,0,4));
            num:=num+1;
            txt:= substr(PERTENECEA,0,4);
            id_unidad_admiva:=txt||num||'0000';
          end if; 
        else
          num:=TO_NUMBER(select MAX(substr(id_unidad_admiva, 3,2)) from unidades_admivas where id_dependencia=id_dependencia and substr(id_unidad_admiva,0,2)=substr(PERTENECEA,0,2));
          num:=num+1;
          txt:= substr(PERTENECEA,0,2);
          id_unidad_admiva:=txt||num||'000000';
        end if;
      else
        id_unidad_admviva:='0100000000';
      end if;
    end;
    so I thought it might be a trigger in the database or an event on the form or put this code in a stored procedure, but either way I do not know how

    can you guide me please?

    Q: ".. by saying that, if PERTENECEA and id_dependencia are mapped to the fields in the table, you mean if they are columns of the table?... »
    A: Yes, I guess (maybe I'm wrong) that these two columns are you table definition, and you have used the wizard to generate a form. In this case, you will get a form with, among other areas, the pertenicea and id_dependencia fields ready to be filled. If my hypothesis is correct, then you are in the best of cases because you can use a database trigger.

    "Q:" can I use this: NEW.pertenecea and: NEW.id_dependencia in a trigger? »
    A: Yes, if the subject is satisfied: PERTENECEA and id_dependencia are mapped to the columns in the table.

    Q: "... variable1: =:NEW.pertenecea and variable2: =:NEW.id_dependencia.?
    A: Yes, you can write this code and finally the installation program you target column by writing: NEW.id_unidad_admiva: = txt | NB;

    Note: If pertenica and id_dependencia are two settings provide you, but are not mapped to a column in the table, while the situation is very different, and you must use a different approach, as described in my previous post, or some other method...

    Patrick.

  • Questions about serial port read and write at the same time

    Hi I create a user interface for the communication serial port, where there are essentially 2 front panels, where the user enters commands one and the other where the prints of UART is delivered. I thought initially using a state machine but the reading and writing may be independent sometimes and so I can't rely on States. I searched a bit on the forum and he left me even more confused. Help, please.

    (1) in a thread that sessions visa duplicated has been used for writing and reading at the same time, is it recommendable? How will this affect performance?

    (2) essentially when the vi is reading data are it must constantly view as well, however, someone said that it takes too much memory to use shift registers, so how do I go about this? If using a State in queue after the loop of reading it affects the playback loop and be sequential?

    In addition anyway is to move the cursor to the latest data from the indicator

    (3) for the control of the user input, assumes that the user has entered an order in the control and press ENTER, then writing visa is launched, but if it comes in another string and press enter then write must be called again... is - it possible? will detect the previous commands in the control of compensation?

    (4) according to my understand the expectation for the event do not monopolize resources and writing can go in parallel, am I right?

    Thank you. I have attached a very basic vi which took me to the point, but I want to make it more robust. Please help especially in the part of the user interface.

    su_a,

    (1) you can have only one session to a port. Several UART can handle full duplex so performance is not affected.  At flow rates of high data and large amounts of data, buffering and latencies of BONE can become a problem.

    (2) who told you that shift registers using too much memory? Shift registers are usually the best way to transfer data from one iteration to another. String concatenation inside a loop (registry to offset or not) causes the chain to develop and may require re-allocation of memory.  Your VI never clears the string so its cold length become very large.

    Generally, you do not have an active cursor on an indicator.  If you want to always display the most recently received characters and turn on the vertical scroll bar use a property node to keep scrolls to the bottom.  This can be annoying for users if they attempt to manually move the scroll bar and find that the program continues to move it back automatically.

    (3) if the user has changed the value in the chain of command, when he hits enter the modified value event fires.  Simply strike brace does not change the value and does not trigger the event.  Not control need to be erased, but the value that he has to change.  If you want to send the same command again, have a button send a command may be a better choice.

    (4) write is a case of the event.  It is not in parallel with anything.  The structure of the event do not monopolize resources.  The other loop will run while it waits.

    The event loop will not stop when you press the STOP button. Probably it wll take two command: change events of value after JUDGMENT before any loop stops.  Replace the Timeout event (which never expires) with a STOP: value change event and a real wire of this judgment to the Terminal endpoint.  Remove the local variable.  Make mechanical locking when released.

    Lynn

  • development of application forms with migration of the adf in mind

    We continue to maintain an oracle forms application which is scheduled for the re-engineering of oracle adf.

    in the world of forms with the current oracle it is customary with a new table to produce the dml with api table designer. the only api table will provide the primary key for records based on the used select value max + 1.

    If the re-engineering of oracle adf is a future requirement... so how should change to facilitate development?

    must provide the value of the primary key by a sequence and relaxation? and relaxation should look for a zero or negative value before completing when inserting?

    That triggers the code works fine. What happens is that ADF will initially have a negative number when the row is inserted, and so the relaxation will assign the actual value of the PK of the sequence. The other way (as documented) would fetch aggressively the ADF sequence when the row is created. I have used both approaches, but tend to lean a little towards relaxation.

    John

  • Customizine forms with CSS

    Hello everyone,

    I need a little help to customize my form on the contact page.  I tried searching on the net but not an answer to my question.

    I know how to change a form template in css, such as fonts, borders, background colors, text (name:, email:, etc...) colors but how I do

    change the white background on the text box where people type?  Default is white, but how to change the color or make transparent (#clear)?

    Thanks for your help, it's probably something simple that Ive forgotten :)

    If you know how to change the borders and fonts, then you should be ready to go.  Just use the background-color for your fields .input or .textarea attribute.

    A very important thing to note about transparent is that IE won't show transparency 100% or 0% transparency.  Although the CSS3 standard allows such changes, IE does not support this.  If that's what you want to do your best bet is to use Photoshop or Fireworks and save a PNG with transparency between 0 and 100.  IE7 and above and all other browsers recognize transparent PNG.

  • Question about particular processor working with my PC.

    Basically, I have a 1200-07w eMachines and I'm sure that a particular processor will work with my pc but I wanted to check before I bought it. The I am wanting to upgrade to the processor is an AMD Athlon 64 X 2-5050. I know Athlon X 2 works, but I wanted to make sure that the Athlon 64 X 2 is compatible as well.

    Thank you

    It would be better to check with eMachines Support technique http://emachines.com/support/options.html where they know their systems better than we do and should be able to answer your question.  We have no information on what components go into what systems so we can really help you.  The best that we can do is refer you to the center of Vista compatibility where this component may or may not be listed:http://www.microsoft.com/windows/compatibility/windows-vista/ (I checked but couldn't find) but that would be only you say about compatibility with your version of Vista (if it is listed) - not if it will work with your machine - and you should take note that using the wrong processor can cause damage to both it and the motherboard and other features as well - so maybe SOME before you install.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Question about Portege 2000 boot with Linux

    Hello world

    My Portege 2000 PIII 750 MHz, 512 RAM, 20 GB is just driving me crazy. I would try to install Linux and downloaded some distributions to try it. By the way, I use an external CD/DVD player, with a 16-bit pc card connector cable. Starts the startup until the BIOS is involved, but when it gets to the pilots being involved, start crashes, with each distribution, except of course to win XP, with which he moved perfectly.

    Anyone have any suggestions on how to proceed? I would really like something lighter than Windows XP Home edition on my machine. THX!

    Hello

    I do not have this Portege, but I know that the recovery Toshiba (WXP) image contains the external driver for ODD and installation can be done without any problem.

    Maybe you can find some useful tips in http://newsletter.toshiba-tro.de/main/index.html

  • Question about Windows MultiPoint Server with VNC

    Hello

    I work in a research laboratory and our scientists are running a large number of simulations with MATLAB image processing.  What we all buy a computer powerful user and set up so that, up to 3-4 users remote access to the computer at any time and perform simulations using shared resources, but without interfering with each and other sessions.  I wanted to just make sure that it was feasible and iron how to put in place.  I'm guessing that I install Windows MultiPoint Server on the computer, create 3 or 4 log on bodies or users with unique IPs, install MATLAB and a VNC client for each instance, and then users would be able to connect on every instance, as if they were independent computers? Finally, it is possible for Windows automatically allocate users remote instances not used - for example, if I try to connect to an instance, Windows Me automatically assigns to the next instance of free?

    Thank you!

    Michael

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.technet.Microsoft.com/forums/en-us/home

    http://social.msdn.Microsoft.com/forums/en-us/home

  • Question about scanning of photos with Windows Photo Gallery.

    I'm trying to scan photos with Windows Photo Gallery.  When I scan, it is not scanner full size. It gives me just a small photo to work. It does not give me an option to choose "paper format" which seems like it should solve my problem.  Help!

    I was wondering... What are the dimensions in pixels of the scans? I think it would help if you increase the DPI of your scans to 600 300 or even... look for the custom settings button.

    Also... If the scan bed (large white area) is included in any of your scans... try to get a glimpse and you will have an option to drag a rectangle around the exact part of the photo you want to include in your analysis.

    Find much info on the scanning on the following site:

    A few scanning tips
    http://www.Scantips.com/

  • Question about several popular vm with the same kernel version

    So, I have been informed that ESX is smart enough for to run several virtual machines with the exact same kernel that it loads only one instance of the kernel in memory for all of them so that it saves space in RAM. This seems quite remarkable to me, and I'd like to see if VMWare has any white papers or other documents on this. I'd like to believe it's true, but it seems incredible to believe.

    Is this really how ESX functions? If I have 10 XP SP3 machines with the same level and exact same version of the kernel patch, VMWware won't really load only one instance of the core XP in RAM to separate the 10 machines? If he does that, how handles when 10 machines all want access to the same statement in kernel mode at the same time separate?

    Welcoem to the Forums - ESX will actually 10 instances of the core of the customer even if they are the same OS - but once loaded using Transparent Page Sharing the vmkernel (the o/s of the ESX Server) can recognize identical pages and store them a time-read only memory - if the virtual machine tries to write to that page a copy and writing is done - if this new page is another page in memory that one instance is maintained. This saves a TON of memory-

    If you find this or any other answer useful please consider awarding points marking the answer correct or useful

  • Question about localization of CHM with RH7

    Hello world
    I am a user of long date HR (since 1997), currently on the X 5 and research in Version 7 of its localization features. X 5 uses a .lng file to customize Viewer HTMLHelp interface. Supports for the .lng files continue in v7? These .lng files works for the Chinese and the Japanese too?

    (Of course that I could download the trial and see, but I've read the threads "heads-up" on not to do it unless of course you are going to be upgraded.) So err on the side of caution and not yet get the trial.)

    Thank you!

    First report of the 'good news': the trial of RH7 coexists peacefully with my X 5. Can I have both open at the same time, if necessary - X 5 for the production of works and 7 for the test.

    Second point of "good news":
    I am happy to find that RH7 has maintained the use of the .lng file to customize Viewer HTMLHelp interface. (Something that the competitor Flare can't do, btw.) And a long list of additional languages (including Chinese and Japanese, I need) has been added as well. RH7 includes the previously translated .lng files. no need to send out the terms to your translation service. Just go to file > project settings and select the appropriate language, and then click the Advanced button. The .lng file is opened; Click OK and it is added as a background element to your project. * This is the same that it worked in X 5, just with more languages now! :)

    When compiling, the CHM Viewer is supposed to be located. The only problem (Report of RH X 5) is that Windows native language is necessary to really see the locations in the CHM Viewer. Maybe our translation service people have no English versions of Windows and would be able to test these localized CHMS for me.

    It is enough information but, for me, to say my purchase decision management: I need RH7 and not 'competitor '! ;)

  • Question about adding additional disks with voting rights (AIX cluster)

    I maintain a database cluster Oracle 10 g RAC running on AIX servers and I would like to add another disk to vote. I intend to use the following, executed command as root: crsctl add css votedisk device_pathname.

    This command can be performed while the database and cluster services are active, or do I have to stop both before changing the configuration of the cluster?

    Thanks in advance for any help!

    as stated in the doc:

    * "" using the - force option while any cluster node is active can corrupt your configuration. "*"

    MetaLink Note 428681.1 (updated Dec 2008) clearly said that the crs must be stop in 10 g on all nodes before making any changes on the drive to vote

  • Question about warranty in combination with a downgrade from the OS

    If I want the free extended warranty, my serial number is not active. I've killed my XP OS. May be the problem of downgrade? Thank you

    Check if mix you letters and numbers!

    If you will not be able to register the warranty extended in the internet then contact ASP in your country and the guys should help you record your laptop!

  • Question about a part received with Qosmio G40-127

    Link: [http://peecee.dk/upload/view/112184]

    It is in the box for my newly purchased G40 - 127.
    I have no idea of what he does and I'm getting more and more curious.

    Help?

    Post edited by: kongbuur

    Did you look in the user manual?

Maybe you are looking for

  • HP ENVY 15 t-k000 CTO Notebook: HP Envy My network adapter does not support gigabit speeds. Is there an upgrade available?

    My HP Envy 15 t-k000 works very well, but it is slow. I thought it was my internet until I did some troubleshooting and discovered that I don't get the super fast speed that I'm supposed to receive this is because my computer does not have a fast eno

  • Presario CQ60-420US - Disable System [59900572]

    I am trying to repair my brother's laptop.  It's a HP Presario CQ60-420US.  It asks for a password on, and forgetful of himself has no idea.  It then gets a message "system turn off [59900572].  No idea what it is?  And is there the chances of him ab

  • MY HP OFFICEJET 6500 has PRINTS IN COLOR WHEN I SELECT BLACK &amp; WHITE

    MY HP OFFICEJET 6500 ONLY PRINTS IN COLOR A. I USE CHROME BROWSER & WHEN I HIT CTRL-P WINDOWS PRINTING HAPPENS & I SELECT "PRINT IN BLACK & WHITE". PAGE SE SO COLORLESS TURNS, I CAN PRESS THE IMPRESSION OF CHROME, BUT MY PRINT PRINTER IS IN COLOR. HO

  • Replace the hard drive and windows 8

    I want to order a new ddrive hard (640 GB) and replace the software and drivers. I found an order replcement for $30 + to replace the drivers and software for windows 8.  I get the new software to replace the information on a new hard drive, or do I

  • checkDBpatch

    EBSR12.2.4Oracle Linux 6.4gR 11, 2 (11.2.3) Oracle databaseHelloWhen you run checkDBpatch, the script cannot continue. Here are the details of the journalFrom EBS Codelevel Checker, Version 120.28 technology databaseThe Bugfix XML version: 120.0.1202