Change font boldness in Dreamweaver CS 5 Form

I am unable to change the boldness of the text in the form below. Please advise how to change the font to normal as it is outside of the form.
Thank you!

<br />
    Jacobus Energy is located at:<br />
    <br />
    11815 W. Bradley Road<br />
    Milwaukee, WI 53224<br />
    <br />
    For more information about Jacobus Energy and its divisions, please fill in the information below, or email us at <a href="mailto:[email protected]"><font color='#007BB6'><u>[email protected]</u></font></a><br />
    <br />
    </span>
    <form id="form1" name="form1" method="get" action="mail/transmit.asp">
      <input type="hidden" name="recipient" value="" />
      <input type="hidden" name="redirect" value="http://www.jacobusenergy.com/formsubmit.html">
      <table width="775" border="0">
        <tr>
          <th width="206" style="text-align: right; font-size: 100%;" scope="col">Name:</th>
          <th width="559" scope="col"><input name="Name" type="text" id="Name" size="70" /></th>
        </tr>
        <tr>
          <th style="text-align: right" scope="col">Company Name:</th>
          <th scope="col"><input name="Company Name" type="text" id="Company Name" size="70" /></th>
        </tr>
        <tr>
          <th style="text-align: right" scope="col">Address:</th>
          <th scope="col"><input name="Address" type="text" id="Address" size="70" /></th>
        </tr>
        <tr>
          <th style="text-align: right" scope="col">City:</th>
          <th scope="col"><input name="City" type="text" id="City" size="70" /></th>
        </tr>
        <tr>
          <th style="text-align: right" scope="col">State:</th>
          <th scope="col"><input name="State" type="text" id="State" size="70" /></th>
        </tr>
        <tr>
          <th style="text-align: right" scope="col">Zip:</th>
          <th scope="col"><input name="Zip" type="text" id="Zip" size="70" /></th>
        </tr>
        <tr>
          <th style="text-align: right" scope="col">Phone:</th>
          <th scope="col"><span id="sprytextfield1">
            <input type="text" name="phone" id="phone" />
          <span class="textfieldInvalidFormatMsg">Invalid format.</span></span></th>
        </tr>
        <tr>
          <th style="text-align: right" scope="col">Fax:</th>
          <th scope="col"><input name="Fax" type="text" id="Fax" size="70" /></th>
        </tr>
        <tr>
          <th style="text-align: right" scope="col">Email Address:</th>
          <th scope="col"><input name="Email Address" type="text" id="Email Address" size="70" /></th>
        </tr>
        <tr>
          <th style="text-align: right" scope="col">Best Time to Call:</th>
          <th scope="col"><select name="Best Time To Call" id="Best Time To Call">
            <option value="1">Between 7:00 and 9:30 AM</option>
            <option value="2">Between 9:30 and 12:00 AM</option>
            <option value="3">Between 1:00 and 3:00 PM</option>
            <option value="4">Between 3:00 and 5:00 PM</option>
          </select></th>
        </tr>
        <tr>
          <th scope="col"> </th>
          <th scope="col"> </th>
        </tr>
        <tr>
          <th colspan="2" scope="col">I would like more information about:</th>
        </tr>
        <tr>
          <th colspan="2" scope="col"><input type="checkbox" name="Quick Fuel" id="Quick Fuel" />
            Quick Fuel<br />
            <span class="small">Fueling solutions for commercial businesses (automated fueling sites, on-site deliveries to vehicles and equipment, and fuel management services).</span></th>
        </tr>
        <tr>
          <th colspan="2" scope="col"><input type="checkbox" name="Quickflash Heating &amp; Cooling Services" id="Quickflash Heating &amp; Cooling Services" />
            Quickflash Heating &amp; Cooling Services<br />
            <span class="small">Home heating oil deliveries, gas and oil equipment (furnaces and air conditioners), tune-ups, and repairs.</span></th>
        </tr>
        <tr>
          <th scope="col"><input type="submit" name="Submit" id="Submit" value="Submit" /></th>
          <th scope="col"> </th>
        </tr>
      </table>
      <br />
    </form>
    <!-- end .content --></div>

Similar Messages

  • How to change font size in dreamweaver

    hello?  this is really a bit of overkill for a simple question.  could someone please help with this?
    and while we're at it there's a fly i want to kill with a sledge hammer

    If by changing font-size you mean in your web pages, the answer is use CSS with values in px, em or %.
    body {font-size: 100%}
    p {font-size: 1em}
    h1 {font-size: 3em}
    h2 {font-size: 2.5em}
    h3 {font-size: 2em}
    h4 {font-size: 1.5em}
    and so on....

  • For Adobe Acrobat X Pro how do you change font size Acrobat in form editing mode?

    For Adobe Acrobat X Pro how do you change the font size when Acrobat is in Form Editing Mode? The fonts are different sizes in the highlighted fields.  I want the font the same size throughout my document...

    Dear Michael:
    The documents do not look professional with the 2 different font sizes.  And it
    is driving me crazy because I cannot figure it out… But I will try the steps you
    gave me to change the font size.  Attached via e-mail is a screanshot of the
    document.
    Sincerely, Lisa

  • A mode to change font size and bold in every page?

    Due to problems described here https://support.mozilla.org/en-US/questions/1012057?esab=a&s=&r=0&as=s I have clear that I need something (an extension, maybe) that allow me to recognize and change font size and bold of the fonts in every page.
    Does exist something like this?
    Maybe also for bookmarks toolbar...

    Hi RichterB,
    You can change this in the Content Settings of Firefox. Go to "3 bar" menu and click on Options. Click on content and uncheck "Let websites choose their own styles" and select a bold font type.
    Also try [https://addons.mozilla.org/en-US/firefox/addon/stylish/ Sytlish].

  • How to stop size of JTextField from changing when I change font to bold

    I'm working on a Sudoku solver for a CS project. I've got JTextFields for the input. I want to bold the entries of the begining puzzle, like they are in the magazines. When I set the font to bold, it changes the size of the text field. I'm using the gridbaglayout and have tried everything to set in stone the size of a text field, but nothing seems to work. I've set the maximum, minimum size, the setSize method, as well as setting the prefered size. But no matter, when I change the font from plain to bold, the box grows in size. How do I prevent this from happening. I can post my gui code if it would help.
    Here is a link to my grid, with the upper left square having bold text:
    http://12.227.129.113/CS486/Project4/Project4.html

    add them to panel/s set as a gridlayout 9 x 9, or (3 x 3) x (3 x 3)
    simple demo of a 9 x 9
    import java.awt.*;
    import javax.swing.*;
    class Testing extends JFrame
      JTextField[] tf = new JTextField[81];
      public Testing()
        setLocation(200,100);
        setDefaultCloseOperation(EXIT_ON_CLOSE);
        JPanel p = new JPanel(new GridLayout(9,9,5,5));
        for(int x = 0, y = tf.length; x < y; x++)
          tf[x] = new JTextField(2);
          tf[x].setHorizontalAlignment(JTextField.CENTER);
          p.add(tf[x]);
        tf[0].setFont(tf[0].getFont().deriveFont(Font.BOLD));
        tf[0].setText("9");
        tf[1].setText("3");
        tf[66].setFont(tf[66].getFont().deriveFont(Font.BOLD));
        tf[66].setText("9");
        getContentPane().add(p);
        pack();
      public static void main(String[] args){new Testing().setVisible(true);}
    }

  • Get the header in centre,make bold, change font in hierarchical alv  list

    Hi all
    I need to get the following header in the centre for hierarchical alv list:
    ex:
                                                                              General Ledger                       -
    want it to be bold
                                                                               July 2009                                -
      want to change font to be less than 1st  line
    Please help me to achieve this.
    I have  got the header in the middle using write statements in top of page.
    But am not able to get it bold and change the font.
    Thanking in advance.

    Hi all
    I need to get the following header in the centre for hierarchical alv list:
    ex:
                                                                    General Ledger   ( want it to be bold)
                                                                     July 2009            (want to change font to be less than 1st  line )
    Please help me to achieve this.
    I have  got the header in the middle using write statements in top of page.
    But am not able to get it bold and change the font.
    Thanking in advance.

  • LOV's in form combo box - how to change font size?

    Greetings:
    I've a table generated form (custom vs. tabular), with a combo-box field that fills with a LOV's that has as it's visible data, a rather long concatenated string. Therefore, this field makes the entire form rather wide when the LOV's contains a long string (as returned from the SQL that gathers the data).
    I've tried using the FONT tag in the 2nd tab (Form wizard) for custom layouts; that didn't work.
    Anyone have ideas for decreasing the font size of the LOV's? Else, I'll have to leave-out some of the info concatenated on that string.
    As always, thanks for you continued guidance and support...
    Ed in Tampa

    Hi,
    Changing the font size and other properties like font color, width, height, etc.. of the form elements can be achieved by using Cascading Style Sheet (CSS).
    It cannot be changed using <FONT> tag.
    In Portal, one can add the CSS attribute to the HTML tags in the custom layout of the form. But adding the CSS attribute to FORM elements (Input, select..)is not possible through Form wizards.
    However, this can be achieved by creating a form through the Dynamic Page. In this case you have to define your whole form.
    To know more about CSS you can visit: http://www.mako4css.com
    Thanks,
    Shivank

  • Changing fonts in interactive form fields

    I have created a form in Acrobat Professional 8 containing various form fields to be filled in. I want the end user to be able to change the font and colour of the text in each form field before printing it out. The end user will be using Adobe Reader - not Acrobat.
    How can I do this? Also, can it be done so that users can open and edit the pdf in Adobe Reader 6, or would it have to be a later version?
    Any help or suggestions much appreciated.
    Thanks,
    Emma.

    I have figured out how to do this at long last - no thanks to Adobe customer support who told me it can't be done - and the answer was simple as I suspected... To enable users to edit the attributes of text in a text field in Adobe Reader you simply need to check the 'allow rich text formatting' box on the Options tab of the text field properties when you create the text field in Acrobat. Then once the pdf is opened in Reader, simply Control + E to bring up the properties tool palette and you can change font, colour, size, spacing etc.
    Thought I would just post this in case anyone else is trying to do the same thing.

  • Changing font size(bold) or color of a particular row in ALV Grid Digplay

    Hi Experts ,
    I am having a requirment to highlight some particular rows in ALV Grid Display . To achieve this i need to change font size or make it bold or change color of that row .
    Please give me some inputs .
    Thanks in Advance.
    Vijyeta

    Hi
    Coloring An Entire Row
    Coloring a row is a bit (really a bit) more complicated. , you should add an additional field to your list data table. It should be of character type and length at least 4. This field will contain the color code for the row.
    First you have to declaration of our list data table u201Cgt_listu201D.
    DATA BEGIN OF gt_list OCCURS 0 .
    INCLUDE STRUCTURE SFLIGHT .
    DATA rowcolor(4) TYPE c .
    DATA END OF gt_list .
    Adding the field that will contain row color data
    As you guess, you should fill the color code to this field.  But how will ALV Grid know that you have loaded the color data for the row to this field. So, you make it know this by passing the name of the field containing color codes to the field u201CINFO_FNAMEu201D of the layout structure.
    e.g.
    ps_layout-info_fname = <field_name_containing_color_codes>. u201Ce.g. u2018ROWCOLORu2019
    You can fill that field anytime during execution. But, of course, due to the flow logic of screens, it will be reflected to your list display as soon as an ALV refresh occurs.
    Try this link also:
    Possible functionalities in ALV
    Regards
    Neha

  • How do I change font inside the Form's text fields

    I went through tutorials on lynda.com and succesfuly layed out my form.
    However I can not figure out how to make a change from a default Times Roman in the forms fields to a different typeface.
    I assigned object styles, followed by paragraph styles but nothing happens. I also can not change font color inside the text fields.
    Anyone knows how to change these attributes?

    There are literally hundreds and thousands of improvements or changes that could be made to InDesign.
    Your comments here won't get to the product manager who decides which of those to implement in the next version. This is a forum of users like you, but if you post at the link below and make a good case, you'll have a better chance of getting what you want:
    Adobe - Feature Request/Bug Report Form

  • How can I change font, make it bold, etc. in a new message?

    I'm using TB 31.5.0. When composing a new HTML message, I'm not seeing a way to easily change fonts, font size, bold, etc. I have "compose messages in HTML format" checked. My wife says she thinks this feature used to be there in earlier versions of TB.
    Thanks,
    Thom

    Perfect! Thank you so much!
    ''thomprice [[#question-1049880|said]]''
    <blockquote>
    I'm using TB 31.5.0. When composing a new HTML message, I'm not seeing a way to easily change fonts, font size, bold, etc. I have "compose messages in HTML format" checked. My wife says she thinks this feature used to be there in earlier versions of TB.
    Thanks,
    Thom
    </blockquote>

  • Font problems with dreamweaver on Mac

    Hi, i installed dreamweaver cs3 as a part of web premium
    suite on intel mac os x 10.4.10. My international settings are set
    to Turkish. There are some oddities with fonts. Dreamweaver font
    list displays some fonts with CE suffix (Helvetica CE, Lucida
    Grande CE ...) but these fonts are not installed on my computer.
    How does dreamweaver displays these fonts? I checked the install
    log and couldn't find where these fonts are located. Other
    applications in the web premium package doesn't show these fonts.
    Also, dreamweaver is having problems with Turkish characters
    if I don't use these fonts. For example, I want to use default
    operating system fonts Helvetica or Lucida Grande (which have
    Turkish character support and works fine with Adobe Photoshop CS3
    and Illustrator CS3) in css font family but Dreamweaver can not
    display Turkish characters with these fonts. If I use Helvetica CE
    instead of Helvetica, Turkish characters are displayed without any
    problem but this is not an option because most people have
    Helvetica (not Helvetica CE). Previously I was using Dreamweaver MX
    2004 on windows and didn't have any problems with Turkish
    characters.

    Update,
    I have this type of code in the old pages on my body text I'm guessing it's because in most of my pages i.e. old dreamweaver mx days I've selected the text and formatted with the property inspector instead of css by mistake.
      <p><font size="2" face="Verdana, Arial, Helvetica, sans-serif">text eh?
    </font></p>
    But I want them like this so i can change it all with css vs manually.
        <p>text eh?</p>
    So I've followed your advice and searched and replaced the former with the later on the dreamweaver template page and on a few individual pages, hoping that will allow me to eventually use css to adjust it all.
    I am very very tempted to do a global search and replace with changing
    this   <p><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
    to this <p>
    and this </font></p>
    to this </p>
    but I'm kinda worried if I don't do each page manually and test each one, all 148 pages, oh joy, and check something it  could bork my site in ways i'll take forever to find out and fix. Am I correct in worrying about this?

  • How to change font/ font color etc in a graphic object using JCombobox?

    Hello
    My program im writing recently is a small tiny application which can change fonts, font sizes, font colors and background color of the graphics object containing some strings. Im planning to use Jcomboboxes for all those 4 ideas in implementing those functions. Somehow it doesnt work! Any help would be grateful.
    So currently what ive done so far is that: Im using two classes to implement the whole program. One class is the main class which contains the GUI with its components (Jcomboboxes etc..) and the other class is a class extending JPanel which does all the drawing. Therefore it contains a graphics object in that class which draws the string. However what i want it to do is using jcombobox which should contain alit of all fonts available/ font sizes/ colors etc. When i scroll through the lists and click the one item i want - the graphics object properties (font sizes/ color etc) should change as a result.
    What ive gt so far is implemented the jcomboboxes in place. Problem is i cant get the font to change once selecting an item form it.
    Another problem is that to set the color of font - i need to use it with a graphics object in the paintcomponent method. In this case i dnt want to create several diff paint.. method with different property settings (font/ size/ color)
    Below is my code; perhaps you'll understand more looking at code.
    public class main...
    Color[] Colors = {Color.BLUE, Color.RED, Color.GREEN};
            ColorList = new JComboBox(Colors);
    ColorList.addActionListener(new ActionListener() {
                public void actionPerformed(ActionEvent ev) {
                     JComboBox cb = (JComboBox)ev.getSource();
                    Color colorType = (Color)cb.getSelectedItem();
                    drawingBoard.setBackground(colorType);
              });;1) providing the GUI is correctly implemented with components
    2) Combobox stores the colors in an array
    3) ActionListener should do following job: (but cant get it right - that is where my problem is)
    - once selected the item (color/ font size etc... as i would have similar methods for each) i want, it should pass the item into the drawingboard class (JPanel) and then this class should do the job.
    public class DrawingBoard extends JPanel {
           private String message;
           public DrawingBoard() {
                  setBackground(Color.white);
                  Font font = new Font("Serif", Font.PLAIN, fontSize);
                  setFont(font);
                  message = "";
           public void setMessage(String m) {
                message = m;
                repaint();
           public void paintComponent(Graphics g) {
                  super.paintComponent(g);
                  //setBackground(Color.RED);
                  Graphics2D g2 = (Graphics2D) g;
                  g2.setRenderingHint             
                  g2.drawString(message, 50, 50);
           public void settingFont(String font) {
                //not sure how to implement this?                          //Jcombobox should pass an item to this
                                   //it should match against all known fonts in system then set that font to the graphics
          private void settingFontSize(Graphics g, int f) {
                         //same probelm with above..              
          public void setBackgroundColor(Color c) {
               setBackground(c);
               repaint(); // still not sure if this done corretly.
          public void setFontColor(Color c) {
                    //not sure how to do this part aswell.
                   //i know a method " g.setColor(c)" exist but i need to use a graphics object - and to do that i need to pass it in (then it will cause some confusion in the main class (previous code)
           My problems have been highlighted in the comments of code above.
    Any help will be much appreciated thanks!!!

    It is the completely correct code
    I hope that's what you need
    Just put DrawingBoard into JFrame and run
    Good luck!
    public class DrawingBoard extends JPanel implements ActionListener{
         private String message = "message";
         private Font font = new Font("Serif", Font.PLAIN, 10);
         private Color color = Color.RED;
         private Color bg = Color.WHITE;
         private int size = 10;
         public DrawingBoard(){
              JComboBox cbFont = new JComboBox(GraphicsEnvironment.getLocalGraphicsEnvironment().getAvailableFontFamilyNames());
              cbFont.setActionCommand("font");
              JComboBox cbSize = new JComboBox(new Integer[]{new Integer(14), new Integer(13)});
              cbSize.setActionCommand("size");
              JComboBox cbColor = new JComboBox(new Color[]{Color.BLUE, Color.RED, Color.GREEN});
              cbColor.setActionCommand("color");
              JComboBox cbBG = new JComboBox(new Color[]{Color.BLUE, Color.RED, Color.GREEN});
              cbBG.setActionCommand("bg");
              add(cbFont);
              cbFont.addActionListener(this);
              add(cbSize);
              cbSize.addActionListener(this);
              add(cbColor);
              cbColor.addActionListener(this);
              add(cbBG);
              cbBG.addActionListener(this);
         public void setMessage(String m){
              message = m;
              repaint();
         protected void paintComponent(Graphics g){
              super.paintComponent(g);
              Graphics2D g2 = (Graphics2D)g;
              g2.setColor(bg);//set background color
              g2.fillRect(0,0, getWidth(), getHeight());          
              g2.setColor(color);//set text color
              FontRenderContext frc = g2.getFontRenderContext();
              TextLayout tl = new TextLayout(message,font,frc);//set font and message
              AffineTransform at = new AffineTransform();
              at.setToTranslation(getWidth()/2-tl.getBounds().getWidth()/2,
                        getWidth()/2 + tl.getBounds().getHeight()/2);//set text at center of panel
              g2.fill(tl.getOutline(at));
         public void actionPerformed(ActionEvent e){
              JComboBox cb = (JComboBox)e.getSource();
              if (e.getActionCommand().equals("font")){
                   font = new Font(cb.getSelectedItem().toString(), Font.PLAIN, size);
              }else if (e.getActionCommand().equals("size")){
                   size = ((Integer)cb.getSelectedItem()).intValue();
              }else if (e.getActionCommand().equals("color")){
                   color = (Color)cb.getSelectedItem();
              }else if (e.getActionCommand().equals("bg")){
                   bg = (Color)cb.getSelectedItem();
              repaint();
    }

  • How to add a new font into Report Builder and Oracle Forms/Reports Server?

    Hi,
    I've searched the forum and can't find this being discussed.
    My developers run Report Builder 10.1.2.0.2 on their XP laptops.
    Their reports run (in production) on Oracle Forms/Reports Server 10.1.2.0.2.
    This server runs on MS Windows 2003, SP2.
    They've got a client who wants reports using the "Garamond Western" font.
    So....how do I get this font onto the developer's Report Builder laptops, and onto the Oracle Forms/Reports Server?
    I've moved various 'Garamond' fonts into C:\WINDOWS\FONTS on both the laptops and the server, but neither seem to recognize it.
    Thanks for your help.

    Thanks.
    This answers 1/2 of my question.
    The developer can now use Report Builder on his laptop, with the new fonts.
    But when he moves this new Report to the Oracle Application Server/Forms-Reports Server, it fails to use the new fonts.
    The Oracle App Server/Forms-Report Server is Version 10.1.2.0.2. It runs on MS Windows 2003, SP2.
    I have installed the exact same fonts on this server, into C:\WINDOWS\Fonts.
    I have used REGEDIT to change REPORTS_PATH....and placed C:\WINDOWS\Fonts; as the first value in this field.
    I have then stopped and restarted the Forms-Reports Server.

  • How to change Font size and alignment in Appraisal document - Font settings

    Dear Eperts,
    We are working on 360 Appraisal. Can Any body explain how to change the fornt size and allignment (text wrapping to wndow size) in Appraisal document.
    Thanks and Regards,
    Ajaykumar

    Hello Ajaykumar,
    if I am not completely mistaking the 360° Appraisal uses the Adobe Forms.
    In this case the font can be set in the Adobe Live Cycle Designer by selecting "Palettes" -> "Font".
    Here is a discussion which addresses this question, and also contains a link to how to handle Adobe Forms:
    Adobe Print Form - Change Font Type/Size | SCN
    Best regards,
    Laszlo

Maybe you are looking for

  • PC-UI: Document Preview not working in Portal

    Hello CRM Gurus, I'm trying to use "Document Preview" as described in the PC-UI Book at Page 157. I've created my own structure ZCRMT_BSP_OPP_CREATE_QUOTATION which includes the structure CRMT_BSP_PREVIEW. I've created my own Modell access class and

  • Can't file share with iMac from Windows XP-Pro laptop

    New to the game, but can't get Windows laptop to recognize iMac DVD. Need to download program to laptop which doesn't have DVD reader, just CD. AppleCare has the iMac end up and running. Any ideas? THanks.

  • Renaming Measures or columns in painstakingly slow

    Hi, I am creating a SSAS Tabular model cube. I have managed to create many measures, but the amount of time it takes to sync the metadata to the work space db is annoyingly increasing. any tips on how to fix this? Regards, Sachin

  • Can you explain "round-trips" and Transaction step with emedded Syn RFC?

    Dear Experts could please explain in detail about "ROUND-TRIPS"  & transaction steps with "EMBEDDED SYNCHRONOUS RFC's"  in conjuction with ROLL-WAIT time , which in turns to **DIALOG RESPONSE TIME" Rgds

  • Comparing objects for equality with UDT's

    Hi. I was wondering how Oracle does comparison for equality of objects that contains parameters of user defined types. Suppose I have an object with a parameters whose types are: 1) number, 2) varchar2, 3) nested table type, 4) associative array and