Bold and italic

Hello

This question must have been asked a million times, but I find no answers to him.  How can I select both bold and italic text when you type a formula in Safari?

I'm writing captions on a Web site, but when I try to click on the fonts, bold or italic is not available.

Thank you

Select the text, and then press command + B to "BOLD". Let your selected text, and then press COMMAND-I to italics.

Tags: Mac OS & System Software

Similar Questions

  • New tab fonts is Bold and Italic until clicked on.

    Win XP Pro SP3 / FF 9.0.1
    Apparently, something has changed my view of the font browser function.
    When a new tab is opened via a link clicked tabs police is in bold and italic (used to be "BOLD" only). Mouse on the tab or onFocus doesn't change anything, but as soon as I click on it it goes for "BOLD" just as it should. When I click to another tab, it goes to the regular police force as it should.
    Same thing happens when I close FF and relaunch the browser. All the tabs from the previous session show that bold and italic with the real tab is considered "BOLD" only. By clicking on other tabs only make "BOLD" (as it should) and the ordinary police is not selected.
    Perhaps before there Bold Italic, but not the jaggy police that appears now.
    Any ideas?

    It was the last version of the appearance Nautipolis theme that caused the problem.
    I rolled back to an earlier version (Version 1.8.78) and everything is back to normal.

    NAUTIPOLIS Versions versions

  • TextField: bold and italic?

    Hello world!
    can I put in bold and italic in an external css in a dynamic textfield, that loads an external html and is set to a font software?
    How?

    Thanks in advance
    Cheers!

    forget it, I could solve it...
    I had to add 2 new fonts, the same font but bold and italic.

    If anyone has had the same problem as me, I did it this way:

    fonts in my library:
    Georgia: the Georgia normal
    B: Georgia Georgia "BOLD"
    The Georgia italic I: of Georgia

    CSS:
    A:LINK, A: VISITED {}
    color: #006600;
    text-decoration: none;
    }
    HOVER, {HAS: ACTIVE}
    color: #003300;
    text-decoration: none;
    }
    . I have {}
    do-family: Georgia I;
    }
    . {B}
    do-family: Georgia B.
    }

    Thanks anyway...

  • Problem of bold and italic TextFormat()

    Hello

    I'm trying to format a dynamic text field using the code below:

    var oFormat:TextFormat = new TextFormat();
    oFormat.color = QuestionColor;
    oFormat.bold = QuestionBold;
    oFormat.italic = QuestionItalic;
    oFormat.size = QuestionSize;
    txtQuestion.setNewTextFormat (oFormat);

    The value of each variable comes from an XML file. The code works except .bold and .italic, regardless of what I spend on them ('true' or 'false') text is in bold and italic.

    What I am doing wrong?

    Thank you for your help,

    you are probably using a 'true' and 'false' instead of true and false. That is to say, you use strings and not primitives.

  • Just want to Bold and Italic words

    Hello

    I use this code

    var doc = app.activeDocument;

    var a = doc.stories.everyItem ().paragraphs.everyItem () .getElements ();

    var reportFilePath = doc.fullName.absoluteURI.replace (/ \.indd$ / i, ".txt");

    var len = per .length;

    for (var i = 0; i < par.length; i ++)

    {

    fonts = var. appliedParagraphStyle.name by [i];

    font1 = var. appliedFont.fullName by [i];

    var AllWords = mentioning by [i];

    var length = AllWords.length;

    for (var q = 0; q < length; q ++)

    {

    var size = .fontStyle AllWords [q];

    If (size == "Bold" | size == "Bold Italic" | size = "Italic")

    {

    WriteToFile (AllWords [q] .silence, reportFilePath);

    }

    }

    }

    function {WriteToFile (text, reportFilePath)

    = new File (reportFilePath);

    leader. Encoding = "UTF-8";

    If (file.exists) {}

    leader. Open ("e");

    leader. Seek (0, 2);

    }

    else {}

    leader. Open ("w");

    }

    file.writeln (Text);

    leader. Close();

    }

    I don't want that the bold italic words another number and all

    Some suggest

    Hello

    Include some filtering before the final execution - if passed ==> continue

    that is to say:

    //...
    for(var q=0;q
    

    Jarek

    PS: and make the correction of vandy

  • Keeping in bold and italic in .txt

    I think that what I am about to ask is impossible, but I wanted to run by the first experts to be sure.

    I have a .doc file. I want to load the text in this file in Flash. So I convert it into a .txt using a Web site like this: http://apps.phplivedocx.org/convert/doc-to-txt.  I add in the code bit at the beginning (myTextField =), then Flash load fine. The only problem is that any marked text (highlighted in bold, italic,) is lost. Is it possible to avoid this? Or for Flash to load the text of something else than a .txt? Or to manually reinsert the HTML in the .txt and get Flash to understand? Or else, I'm not consider?

    My text field correctly displays the text in the file 'PrimaryText.txt '.  The first line of text looks like this: < b > tests this text < /b > instead of showing just "BOLD" upward. And "render text as HTML" is checked. Thanks in advance.

    doc files are files of rich text that can have all kinds of text formatting applied in them.  txt files are simple ascii text files that only contain text and have no formatting to the text.

    To get your text "BOLD" should appear when you use html tags and set the property of the TextField object to true html (or choose the rendered html option in the properties panel), you must assign the text to the textfield object using the htmlText instead of the text property property...

    txt. Text = ""BOLD" text"; Displays the text "BOLD"

    txt.htmlText = ""BOLD" text";  Displays the text "BOLD"

    (ps - please don't crosspost: it's a courtesy that saves people posting answers, I've done probably just unnecessarily)

  • detect if the selection is in bold or italic.

    Hello, I am building a very simple with only one button, bold and italic text editor.
    I have more options, but I was wondering how can you detect when you select
    a text if this selection is bold or italic, or bold and italic?

    Anyone has any idea on this?

    Use getTextFormat with selectionBeginIndex and selectionEndIndex.

    var format: TextFormat =
    textField.getTextFormat)
    textField.selectionBeginIndex
    textField.selectionEndIndex);

    trace (format.bold, format.italic)

  • BUG - in flash pro CC, "bold" and "italics" TextFormat properties have no effect on the rendered text

    Concise problem statement:

    If you compile with CC pro flash and use the method "setTextFormat' of a TextField, the 'fat' and 'italic' argument of TextFormat properties have no effect on the rendered text. If you compile with flash pro CS6, 'fat' and 'italic' properties work as expected.

    Apparently, the only way to make the text to display correctly with flash pro CC, is to change the name of the font (add the suffix "Bold", "Italic", or "Bold Italic".) This means code that dynamically changes the font styles only works in CS6 or CC, but not both. By example, if you use the "bold" text property makes daring in CS6 and regular CC, whereas if you change the name of the font to add the suffix "Bold", the text makes daring in CC and DOES NOT at all in CS6. It is therefore difficult for a team to CS6 in the CC of transition.

    Steps to reproduce the bug:

    1. create an xfl 2 TextFields on stage, as well with the font "Trebuchet MS" and "regular" style, a named boldTrueText that contains the string "" BOLD"= true", a named fontNameText that contains the string "fontName ="BOLD"Trebuchet MS". Create 2 more TextFields on the stage of Visual reference, both with a font "Trebuchet MS", one with the 'regular' style, one with ' bold '.

    2. Add the following code in the Actions Panel on frame 1:

    import flash.text.TextFormat;

    import flash.text.Font;

    var format: TextFormat = boldTrueText.getTextFormat ();

    format. Bold = true;

    boldTrueText.setTextFormat (format);

    format = fontNameText.getTextFormat ();

    format.font = "Trebuchet MS bold";

    fontNameText.setTextFormat (format);

    var fonts: Array = Font.enumerateFonts (), count: int = fonts.length;

    for (var i: int = 0; i < count; i ++) {}

    var make: police = fonts [i];

    trace ("fontName:" + font.fontName + ", fontStyle:" + font.fontStyle);

    }

    3. Save and compile with flash CS6 pro and flash pro CC.

    Results:

    With flash CS6 pro, "" BOLD"= true" makes "BOLD", and "fontName ="BOLD"Trebuchet MS" IS NOT RENDERED.

    With flash CS6 pro, what follows is drawn:

    fontName: Trebuchet MS, fontStyle: "BOLD"

    fontName: Trebuchet MS, fontStyle: regular

    With flash pro CC, '"BOLD" = true' makes regular, and "fontName ="BOLD"Trebuchet MS" makes "BOLD".

    With CC pro flash, what follows is drawn:

    fontName: Trebuchet MS, fontStyle: regular

    fontName: Trebuchet MS bold, fontStyle: "BOLD"

    Expected results:

    The same text is rendered in flash CS6 and CC pro. I don't know why this behavior has been changed in flash CC pro - it causes silent failures in the code that dynamically changes the font styles. I expected the CS6 flash pro behavior remain the same in the CC, as follows:

    With flash pro CC, "" BOLD"= true" makes "BOLD", and "fontName ="BOLD"Trebuchet MS" IS NOT RENDERED.

    With CC pro flash, what follows is drawn:

    fontName: Trebuchet MS, fontStyle: "BOLD"

    fontName: Trebuchet MS, fontStyle: regular

    If you do not break backward compatibility (to others), you can do both behaviors works in flash pro CC, as follows:

    With flash pro CC, "" BOLD"= true" makes "BOLD" (the police is always 'Trebuchet MS'), and "fontName ="BOLD"Trebuchet MS" also makes "BOLD".

    With CC pro flash, what follows is drawn:

    fontName: Trebuchet MS, fontStyle: "BOLD"

    fontName: Trebuchet MS, fontStyle: regular

    fontName: Trebuchet MS bold, fontStyle: "BOLD"

    I introduced this bug with the form of bug and also with adobe bugbase (in case it is not obsolete) - I'm just trying to maximize my chances of getting a fix.  Has anyone else encountered this bug?

    Thank you for reporting this issue. As a result of your efforts, it is reproducible and reported internally.

    Will update here once the fix is available.

    -Mabrouk

  • Review of the text of the paragraph is bold or italic [JS] CS3

    Hello

    I'm trying to write a script to check a document in section my paragraph and change the text leading 8 and size of points if it is not bold or italic. The problem that I'm trying retrun value I can used to search the text of paragraph is "BOLD" and or italic.

    Does anyone know how to do this?

    Here's what I have so far;

    var the_document = app.documents.item (0);
    var the_story = app.selection [0] .parentStory;

    counter = 0;

    {}
    var current_paragraph = the_story.paragraphs.item (counter)


    {with (the_document.textDefaults)}

    var mytextobject = current_paragraph.texts.firstItem ();
    mytextobject. Leading = 8;
    mytextobject.pointSize = 7;
    }

    counter ++;
    } While (counter < the_story.paragraphs.length);

    The font style is held in a text property called "fontStyle", a string of simple text holding something as "Ordinary", "Italic", "Bold" and "Bold Italic" (or, depending on your policy, something like 'Condensed Light', ' "Extended BOLD" #2 "or"76 Black Italic"").

    ATTENTION: you seem to be checking the entire paragraphs. If the fontstyle is mixed, the property will be indefinite. It will be "Bold" or "Italic" If the entire paragraph, including his final statement is bolded or italicized .

  • Why new messages are not "BOLD"? SOLVED, caused by the creation of Windows fonts which had not separated "BOLD" and not "BOLD" entered

    bold text I just installed Thunderbird 24.6 on a new system running under Windows 7 64-bit. I can read and send messages, but in the component main, new messages are not "BOLD", and e-mail accounts that have new messages are not fat, either. On another Windows 7 x 64 system I don't have this problem. The add-on installed only is lightning on the new system and I started Thunderbird in safe mode, but that has not solved the problem. There is still the/unread column and it correctly displays a pip by unread emails, but I want the effect "BOLD" to return. How can I fix this?

    Problem solved. I was playing with the Windows font setting and chose a policy that did not separate entries "BOLD" and not "BOLD" (Segoe UI Semibold)

  • Under ' subject: config', why is there a few options "BOLD" and others don't?

    I'm looking for the options under ' subject: config'. I noticed that some options are "BOLD" and some are not. "BOLD" means that these particular configuration options have been modified by the default? If so, how to get changed? I have not changed the settings in "subject: config'."

    See the screenshot below to illustrate my question:

    https://www.dropbox.com/s/xskfm42ohpsa0y4/2013.01.25-13.22.42.JPEG

    Subject: config records each preference in Firefox, so if something has been changed by default it will be "BOLD". For example, when you install Firefox displays an information bar that displays your rights. If you're reading or close this bar, it changes the pref in: config to make sure Firefox doesn't show it yet. This pref (browser.rights.3.shown) will be "BOLD". Will be the same if you have a printer on your computer, Firefox will have the settings of the printer connection: config and any pref you changed or Firefox changed talk about: config

  • I have used IE first time in 3 years. I have READ the screen without my glasses. I didn't know that Firefox FONTS were 'low' tried almost everything to get Firefox fonts look as "BOLD" and clean. Failed. Ideas please.

    I have used IE first time in 3 years. When I did, I could READ the screen without my glasses. I didn't know that Firefox FONTS were 'low' tried almost everything to get Firefox fonts look as "BOLD" and clean. No luck.

    How can I get Firefox to DISPLAY a more clear and clean police as Word? I choose different fonts in Firefox and sizes and nothing is really happening.

    You have clearly Type is defined on your system?

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

    Not related to your question, but...

    You may need to update some plug-ins. Check your plug-ins and update if necessary:

  • toolbar with black, underline and italic WinXP, Word.

    I lost him. What I've done, and how to get it back?

    toolbar with black, underline and italic WinXP, Word.

    1. learn to write in complete sentences.

    2. in Word 2003, click View > toolbars > formatting.  It's a little different in Word 2007 and later versions.

  • Tried to restore my computer to an earlier date & it keeps its back indicating it cannot restore to this date. I tried 6 different dates that are bold and assume to work. There is no info on what to do next

    Tried to restore my computer to an earlier date & it keeps its back indicating it cannot restore to this date.  I tried 6 different dates that are bold and assume to work. There is no info on what to do next

    Requel,.
    Thanks for posting on the Microsoft answers Forum.  The first thing I would suggest running a virus scan.  Make sure you have no virus causing problems.  If you do not have an antivirus program, then you can download it free here: http://www.microsoft.com/Security_essentials/

    If there is no virus or it still does not work after virus cleaning, then start in safe mode and test from there.  Here are the instructions for Safe Mode.

    Let us know the results. Mike - Engineer Support Microsoft Answers
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • BlackBerry smartphones my new favorite 9970 "BOLD" and no progress after reboot

    Hi all

    Your guys need help, my new favorite 9970 "BOLD" and no progress after reboot. I have a open the case and remove the batery and reinstall and still no improvement. Please asist.

    Hi abdulkader2002,

    Welcome to the community,

    Please take control of your applications do not install unwanted applications. Install only those who you most need. Please press on and press and hold the Menu for a few seconds, it will appear a screen that will display all the programs running in the background, usually five will always look here (home, BBM, Message, phone, browser), appropriate to other applications. are running.

Maybe you are looking for