IE8 Rendering Standard Text Fonts Bold?

I am currenty designing an XHTML page in Dreamweaver CS4 and have tried various standard fonts (Times New Roman, Courier, Georgia etc.) and whichever I chose the font renders absolutely perfect (as in design view) on Firefox, Google Chrome, Opera and Safari but renders BOLD in IE8. I have clearly defined the text family, size, style, variant and weight in CCS rules for the body tag and p tag and have even created a seperate class for the text but it still renders bold in IE8. I also tried to do a CSS reset but that didnt alter anything. Is there anyway around this or are my IE8 visitors just going to have to put up with bold text?

And being a little bit contrary - the font looks the same  to me viewing in Firefox and using IETester IE8.
Just a side note:
I might add, that the H1 (About Us) is very difficult to read on my laptop.. seems to blend into the black background. Need to be lightened up a bit I believe.
The blue text (whether it is normal font weight or bold)  is also very difficult to read on the black background - causing a bit of an accessibility issue. (My eyes are probably older than most here   :-)   I don't usually have problems reading up close to the monitor, but that blue is very hard on the eyes).

Similar Messages

  • Bold Text from Standard Text

    Hi All
    I am using standard text using READ_TEXT and create_From_sapscript methods. Some text in standard text contains BOLD, this is showing in SO10 print priview as well, but in webdynpro BOLDis not coming?? How to create Bold using STandard TExt... pelase help..
    Thanks,
    kris.
    Edited by: kissnas on Oct 20, 2010 8:29 AM

    Hi,
    It should be in the formatting of the SO10 text. Maybe you can save your SO10 text like this:
    This is normal text, but <strong>this word</strong> is bold.
    You can then set this values in your context element and bind it to your formattedtextview.
    Regards,
    Roelof

  • Standard text in SO defined as bold doesn't come out bold in smartform

    Hi Gurus,
    I have created a standard text in SO10 transaction and I have given to it the characteristic highlighted (bold) the test effectively appears as bold while in SO10.
    However when I call  this standard text in a smartform (which is treated to be edited as a spool in a subsequent step), my so-called text does not show up with the highlited chatacteristic specified on the spool printout.
    Can anyone tell me how I could solve this ?
    helpful hints will be rewarded,
    Many thanks;
    Cedric

    Hi,
    In case of smartform,
    create a style with bold and then use it in smartform.
    revertback if queries
    regards
    jansi

  • Safari rendering default text with condensed font?

    Has anyone else experienced this in the last few days?
    All of a sudden Safari is rendering default text with a different font, a light, condensed one.
    The side-by-side shows the Wordpress Admin menu on my Macbook & on my iMac.
    The Macbook is still rendering as always, the iMac now has this new font.
    Aside from within the Wordpress Admin area, I'm seeing the same thing in various other places you'd expect to see a default font, for default text.
    It's not the end of the world but considering I haven't done anything to cause the change I'm concerned it's something malicious causing it,
    any insights anyone?
    Thanks in advance.

    Installled any third party fonts lately?
    And check for duplicate fonts.
    Open the Font Book in your Applications folder.
    From the Font Book menu bar click Edit > Look for Enabled Duplicates

  • Is there any option to display selection screen text in bold or big font?

    Hi all,
    Is there any option to display selection screen text in bold letters or with increase font size?
    Thanks n Regards

    Hi,
    Just give atry in this way..
    open the same program ans selection-screen screen no will be 1000 in se51 screen painter,
    go to properties of the texts u want to change then go to display tab and check the checkbox bright.
    it may or may not work but this will work in module pool .
    just give a try...
    Regards,
    Suresh.

  • How can i input some text in bold and other in normal font in h:messages

    Hi
    I have a message which comes from properties file.I need half of the text in bold and the other half in normal font.

    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Test extends JFrame {
        public Test() {
         setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         Container content = getContentPane();
         JEditorPane jep = new JEditorPane("text/html",
                  "Joe: <font color=red>R u <b>There</b>?</Font><BR>"+
                  "Mary: <font color=green>Keep ur shorts on...</Font>");
         content.add(new JScrollPane(jep), BorderLayout.CENTER);
         setSize(200,200);
         show();
        public static void main(String[] args) { new Test(); }
    }

  • Get Bold letters in Standard text?

    Hello
    I have created a Z_style in SMARTSTYLES transaction. IT has some bold, colored texts.
    Then, i am trying to create a Stnadard Text in SO10 by using the above just created Z_style.
    But, when i opened the SO10, gave the custoem name, and trying to use my z_style, but, i did not see any such in SO10? My navigation is SO10-->Menu..._Format->Change Style
    Pls. let me know how to fetch my z_style into SO10 tx.
    Thank you

    Hi,
    SO10 - Standard Text is only a container to contain variables with no styles attached. If you need to attach Z-style you have created, you have to apply in SAPScript or SmartForm and in Print, you'll see that styles.
    Thanks
    Ravi

  • How to decrease the font size of standard text

    Hi Friends,
    I have been using a standard text(created in SO10) in my smartform. The window size is less than the space reqd for the standard text. So I thought of decreasing the font size. Could any one help me to find the solution to decrease the font size. Please let me know if there is any other solution for this..
    I would reward highly for the appropriate solutions....
    Thanks and regards,
    Ramineni.

    hi,
    i had the same problem,i tried to reduce font size from so10 but it was too small,so resized the window itself.

  • In Firefox (latest version) on Craigslist the text font is a very funky super bold angular font I can barely read. When using safari it's ok using times. is this a firefox problem?

    In Firefox (latest version) on Craigslist the text font is a very funky super bold angular font I can barely read. When using safari it's ok using times. is this a firefox problem?

    You can do a check for corrupted and duplicate fonts and other font issues:
    *http://www.thexlab.com/faqs/multipleappsquit.html - Font Book 2.0 Help: Checking for damaged fonts
    *http://www.creativetechs.com/iq/garbled_fonts_troubleshooting_guide.html

  • Find text based on its font "Bold"

    Hi,
       I want to find the content based on its font bold.
    I dono the syntax to find conent based on font.
    Please any one help me on this.

    Hi,
       Thanks for your respose.  I used the below code as you said, but it shows the below error as in Image.
    var myDoc = app.activeDocument;
    app.findTextPreferences = NothingEnum.nothing;
    app.changeTextPreferences = NothingEnum.nothing;
    app.findTextPreference.fontStyle = "Bold"
    var boldCont = myDoc.findText();
    alert(boldCont.length)
    for(var cnt = 0 ; cnt < boldCont.length; cnt ++)
    var selCont = boldCont[cnt]
    selCont.select();
    alert(selCont.contents+"\n"+app.selection[0].paragraphs[0].contents.length);
    v

  • How to use standard text in sapscripts

    Hi,
    I want to place a part of text to be displayed in my sapscript in the form of a standard text. I want to make the text bold with italics and also want to set a perticualr size to it.
    I am new to SAPscripts can anybody please help me with this.
    regards

    hi
    Use character formats in the script itself for  the specific text. and in it mention font as bold and italic
    and in text elements keep the text between  <C1>......</> where C1 is your character format
                 or
    create global style with
    U can adjust the bold formats in the standard text itself.(se72).
    In the standard text give the character formats and apply them in the text editor of ur sapscript as
    text between  <C1>......</>
    In the text editor go to insert -> text elements-> and standard text.
    u can give the standard text name there.
    regards
    prasanth

  • I need to know the standard default font for Firefox

    I had a Dell 20 inch 2007fp monitor that I had to give up. I purchased an LG 22inch widescreen monitor.
    My home page is the Drudge Report and with the new monitor the font is all messed up.
    What is the standard default font for Firefox?

    You can see the defaults in a screenshot in this KB article: [[Some text shows up bold after upgrade]]<br />
    You can check the font setting in: Tools > Options > Content : Fonts & Colors: Advanced<br />
    Default Font: Times New Roman (16)<br />
    <br />
    Fonts for : Western<br />
    <br />
    Proportional: Serif (16)<br />
    Serif : Times New Roman<br />
    Sans-serif : Arial<br />
    Monospace : Courier New (13)
    Your above posted system details show outdated plugin(s) with known security and stability risks.
    *Next Generation Java Plug-in 1.6.0_18 for Mozilla browsers
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)

  • Sap script-standard text in order confirmation

    Hi Experts,
    Can anybody solve my problem.I f my problem is solved they will definetely be rewarded with points.
    The standard text will be stored as Name = ORDCONF_TEXT_(sales org)_(distributionchannel)_(division)
    Text ID = ZSD
    Examples: ORDCONF_TEXT_4000_01_01 ,
    ORDCONF_TEXT_4000_01_80 , ORDCONF_TEXT_1000_01_01
    The print program /form will need to pick up the
    appropriate standard text based on the Sales Area
    (combination of Sales Org / Distribution Center /
    Division) of the sales order [VBAK-VKORG /
    VTWEG / SPART], provided a standard text has been
    created for that Sales Area. Itu2019s not required
    that every sales area have a standard text, so if one
    is not found, this step should be skipped and
    the rest of the print program executed.
    The new text should print after 2 blank lines after
    the Printable Notes text (which is after the
    line items and the Total Net Price prints).
    The font should be the same size as the Printable
    Notes, but bolded rather than italicized
    The text should print in the same columns as the
    Printable Notes currently print in (Material
    Description / Scheduled Ship Date / Quantity)
    So the logic i have used is this below code:
    I used a subroutine in the layout of the main window becoz i need to print it in the main window below after 2 blank lines of line items.
    PERFORM GET_OBJECT IN PROGRAM ZSDRP001_ORD_CONF_IRE
    USING &VBDKA-VBELN&
    CHANGING &ORDCONF_TEXT&
    ENDFORM
    INCLUDE &ORDCONF_TEXT& OBJECT TEXT ID ZSD PARAGRAPH A1
    I called this subroutine in the print program:
    FORM GET_OBJECT TABLES INPUT_TAB STRUCTURE ITCSY
                           OUTPUT_TAB STRUCTURE ITCSY.
    DATA : TMP_VBELN LIKE vbdka-VBELN,
           TMP_VKORG LIKE  VBAK-VKORG,
           TMP_VTWEG LIKE VBAK-VTWEG,
           TMP_SPART LIKE VBAK-SPART,
           TMP_TXNAM1(40) TYPE C VALUE 'ORDCONF_TEXT_',
           TMP_TXNAM2(100) TYPE C.
    DATA: v_text LIKE tline-tdline.
    DATA : P_V_TEXT LIKE tline-tdline.
    CLEAR : TMP_TXNAM1, TMP_TXNAM2, TMP_VBELN, TMP_VKORG, TMP_VTWEG, TMP_SPART.
    READ TABLE INPUT_TAB WITH KEY NAME = 'vbdka-VBELN'.
    IF SY-SUBRC = 0.
      tmp_vbeln = input_tab-value.
      ENDIF.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
        EXPORTING
          INPUT         = TMP_VBELN
       IMPORTING
         OUTPUT        = TMP_VBELN
      CLEAR VBAK.
      SELECT SINGLE VKORG VTWEG SPART
        INTO (TMP_VKORG, TMP_VTWEG, TMP_SPART)
        FROM VBAK
        WHERE VBELN EQ TMP_VBELN.
       IF NOT  TMP_VKORG IS INITIAL AND
         NOT   TMP_VTWEG IS INITIAL AND
         NOT TMP_SPART IS INITIAL.
    CONCATENATE TMP_TXNAM1 TMP_VKORG tmp_vtweg tmp_spart into TMP_TXNAM2 SEPARATED BY '_'.
       CONCATENATE TMP_VKORG TMP_VTWEG TMP_SPART into TMP_TXNAM SEPARATED BY '_'.
         endif.
         CONDENSE TMP_TXNAM2 NO-GAPS.
       PERFORM read_order_text  USING TMP_TXNAM2 CHANGING v_text.
    READ TABLE output_tab WITH KEY NAME = 'ORDCONF_TEXT'.
         IF SY-SUBRC = 0.
         output_tab-value = P_V_TEXT.
         MODIFY output_tab index sy-tabix.
         endif.
         endform.
    *&      Form  READ_ORDER_TEXT
          text
         -->P_TMP_TXNAM2  text
         <--P_V_TEXT  text
    FORM READ_ORDER_TEXT  USING    P_TMP_TXNAM2
                          CHANGING P_V_TEXT LIKE tline-tdline.
        DATA: ztdid  LIKE     thead-tdid,
            zlang  LIKE     thead-tdspras,
            zobj   LIKE     thead-tdobject,
            zname  LIKE     thead-tdname.
      DATA: tlines TYPE STANDARD TABLE OF tline WITH HEADER LINE,
            thead  LIKE thead.
      CLEAR P_V_TEXT.
      ztdid = 'ZSD'.
      zlang = 'E'.
      zobj  = 'TEXT'.
      zname  = P_TMP_TXNAM2.
      CLEAR   tlines.
      REFRESH tlines.
      CALL FUNCTION 'READ_TEXT'
        EXPORTING
          object                  = zobj
          name                    = zname
          id                      = ztdid
          language                = zlang
        IMPORTING
          header                  = thead
        TABLES
          lines                   = tlines
        EXCEPTIONS
          id                      = 1
          language                = 2
          name                    = 3
          not_found               = 4
          object                  = 5
          reference_check         = 6
          wrong_access_to_archive = 7
          OTHERS                  = 8.
      LOOP AT tlines WHERE NOT tdline IS INITIAL.
        MOVE tlines-tdline TO P_V_TEXT.
      ENDLOOP.
    ENDFORM.                    " READ_ORDER_TEXT
    But still its not getting printed .Plz tell me where i am going wrong.
    Thanks,
    Sirishaa
    Moderator message - Cross thread locked
    Edited by: Rob Burbank on Nov 10, 2009 9:51 AM

    You do not need to use the subroutine READ_ORDER_TEXT to get another text name because you already have it: TMP_TXNAM2 .
    Pass this value back to your SAPscript, and it is okay.
    Or you can even check the text object is empty or not, if no text is found, print 2 empty lines:
    still use your subroutine to read the text, if no line is found, set TMP_TXNAM2  to empty, otherwise, no change,
    In SAPscript, check the value is empty or not, then print 2 empty line or the text object...

  • Standard text display in sap script

    Hi Experts,
    The standard text will be stored in Name = ORDCONF_TEXT_(sales org)_(distributionchannel)_(division)
    Text ID = ZSD
    Examples: ORDCONF_TEXT_4000_01_01 , ORDCONF_TEXT_4000_01_80 , ORDCONF_TEXT_1000_01_01.
    Requirement :
    The print program /form will need to pick up the appropriate standard text based on the Sales Area (combination of Sales Org / Distribution Center / Division) of the sales order [VBAK-VKORG / VTWEG / SPART], provided a standard text has been created for that Sales Area. Itu2019s not required that every sales area have a standard text, so if one is not found, this step should be skipped and the rest of the print program executed.
    The new text should print after 2 blank lines after the Printable Notes text (which is after the line items and the Total Net Price prints).
    The font should be the same size as the Printable Notes, but bolded rather than italicized.
    The text should print in the same columns as the Printable Notes currently print in (Material Description / Scheduled Ship Date / Quantity) .
    So the logic i have used is this below code:
    I used a subroutine in the layout of the main window becoz i need to print it in the main window below after 2 blank lines of line items.
    This is logic in the layout:
    /: DEFINE &ORDCONF_TEXT& :='ORDCONF_TEXT_&VBDKA-VKORG&_&VBDKA-VTWEG&_
    /: &VBDKA-SPART&'
    /:PERFORM GET_OBJECT IN PROGRAM ZSDRP001_ORD_CONF_IRE
    /:USING &VBDKA-VBELN&
    /:CHANGING &ORDCONF_TEXT&
    /:ENDFORM
    /:INCLUDE &ORDCONF_TEXT& OBJECT TEXT ID ZSD PARAGRAPH A1
    I called this subroutine in the print program:
    Logic in the print program:
    Moderator message - Please respect the 2,500 character maximum when posting. Post only the relevant portions of code
    But still its not getting printed .Plz tell me where i am going wrong.
    Thanks,
    Suman
    Edited by: Rob Burbank on Nov 13, 2009 4:18 PM

    Hi sirisha
    I have clarification
    The standard text will be stored in Name =COCDADDR_TEXT_(paying company)
    Text ID = ADRS
    Examples: COCDADDR_TEXT_0500, COCDADDR_TEXT_1000, COCDADDR_TEXT_2401,COCDADDR_TEXT_2405,COCDADDR_TEXT_7600,COCDADDR_TEXT_7700
    Requirement :
    The print program /form will need to pick up the appropriate standard text based on the paying companycode of the REGUH-ZBUKR, provided a standard text has been created for that paying companycodes. Itu2019s required that every sales area have a standard text (ADDRESS of company), so if one is not found, this step should be skipped and the rest of the print program executed.
    I need the steps similar to ur issue.
    Thanks in advance
    Senthilkumar

  • Enhancing all standard texts to accept HTML format message

    Hello every one,
    Please help me with your inputs in my requirement.
    The user basically requires enhancing all standard texts to accept HTML format message being sent to recipients.
    Can you please let me know how can this be achieved?
    Thanks in Advance.
    Jayant Sahu.

    OK, I figured it out. Here's the silly key item:
    You must have a dynamic text field with embedded fonts in
    every font you might use with the html tags!
    Who would've thought. I added additional fields to my file
    (off the stage) with "foo" set to verdana bold, verdana italic, and
    verdana bold italic and embedded Basic Latin. Now it works.
    Thanks for your help.

Maybe you are looking for

  • Supressing / blocking configuration in business transactions

    Hi, We are using configurable products (downloaded from SAP R/3) in our business transactions in mySAP CRM. However in certains transactions, the configuration of the products is not necessary and neither is the pricing for those products. Is there s

  • How do you configure the size of the picture

    when sending a picture to printer, how do I adjust the size of picture to print. Mine only printed a 4/6.

  • Smartforms have different FM,Program Name in different system

    Hi, I have created few Smartforms in our DEV system & imported to QAS & PRD. Here I found the Smartform - Function Module, Programs names are different in each system. Smartform: Z_SD_INV_LETTER_V3 Sys                     Function Module DEV         

  • Best Ways to Back-Up (I work as a freelance/consultant)

    Hello, I was wondering what everyone's thoughts are on the best ways to back-up their computer. I currently have one external drive dedicated to Time Machine and another (older) external drive that is a compilation of thousands of documents from old

  • New Precomposer in AE CC function via script

    As we know new AE CC has got awesome checkbox called "Adjust composition duration to the time span of the selected layers". Default setup in scripting guide is: [object LayerCollection].precompose(array, string, [bool]); But it doesn`t work with a ne