HTML Fontsize + 1

IN GoLive, I was able to use the simple Fontsize etc. + 1 or + 2. In DW, all I see is H1 or I have to use CSS that is larger. Is there a way to access the command just fontsize as part of html coding without resorting to code? in the design?

Bob Harris

[link removed by the moderator email]

bobfharris wrote:

Is there a way to access the command just fontsize as part of html coding without resorting to code? in the design?

It sounds as if you are suffering from the same type of withdrawal symptoms that are common to many refugees of GoLive and have an aversion to anything that sounds like code. It's an aversion that you'll have to overcome if you want to make a successful transition to Dreamweaver. InDesign is not the answer. InDesign is a software to print layout (and a brilliant, too). Printing pages and sizes are fixed. Web pages are different. Different monitor sizes and resolutions. Users can increase the font size, regardless of their browser. They can also resize the browser window.

To help you overcome your aversion to the code, consider this: when you have selected the font size + 1 in GoLive (and Dreamweaver up to CS3), the program has created for you the following code:

This is bigger text

Although the + 1 as font size selection is quite intuitive, it is still a technique that you have to learn.

Dreamweaver CS4 makes it very easy to create style rules in the Panel Page Properties and the property inspector. Let's say you want to use the equivalent of font size = "+ 1" to increase the size of the selected text.

  1. Select the text in Design view.
  2. Select the CSS button in the property inspector.
  3. In size, select a size in pixels for the largest text or simply select 'large '.
  4. When you are prompted, enter a class name, like the 'bigger' in the new dialog box rule CSS, then click OK.

The next time you want to apply the same properties of text, just select it in Design view, then choose 'gourmet' menu target rule drop-down in the CSS property inspector view or field of the class in the HTML view.

Dreamweaver automatically creates all the CSS and the HTML code for you. It's just a matter of a couple of new learning techniques. However, better you will understand the underlying code that Dreamweaver creates for you, your experience will be better. Every field of design has its own technology and the rules that must be learned. With modern web design, it's HTML and CSS. Dreamweaver allows you to save the effort to write all the code yourself, but you need to know the technology that you manipulate to get good results.

Tags: Dreamweaver

Similar Questions

  • specify a text fontsize

    {Label
    text: 'Login '.
                                    
                                   
    textStyle {}
    Base: SystemDefaults.TextStyles.TitleText
    textAlign: TextAlign.Center
    color: Color.Black
                                        
    }
    }

    How can I make a text smaller or more... to specify the font size?

    I tried everything I gave value and fontsizevalue... He gave the same result

    He advised to not not to use a fontsize specific unless absolutely necessary, instead use one of the styles defined system.

    Take a look here to understand more about the control of style and font size...

    http://developer.BlackBerry.com/native/documentation/Cascades/UI/text/styles.html

  • HTML "BOLD" text and regular on the Spark components with embeded fonts

    Hello!

    I took a quick glance to the textflow Flex 4 new (at least new to me).

    I use a spark textarea that is assigned to a style that uses a font embed, the problem is that when the textarea component renders the text marked in bold (using < span fontWeight = "bold" >) you lose the embeded font style.

    How to display bold text and text in the same text box using embeded fonts?

    Thanks in advance

    That's exactly what I was looking for:

    {@font-face}

    SRC:URL("..) ("/ assets/MyriadWebPro.ttf");

    fontFamily: myFont;

    embedAsCFF: true;

    }

    {@font-face}

    SRC:URL("..) /Assets/MyriadWebPro-bold.ttf");

    fontFamily: myFont;

    fontWeight: bold;

    embedAsCFF: true;

    }

    {@font-face}

    SRC:URL("..) /Assets/MyriadWebPro-italic.ttf");

    fontFamily: myFont;

    fontStyle: italic;

    embedAsCFF: true;

    }

    {.myPlainStyle}

    fontSize: 20;

    fontFamily: myFont;

    }

    {.myBoldStyle}

    fontSize: 20;

    fontFamily: myFont;

    fontWeight: bold;

    }

    {.myItalicStyle}

    fontSize: 20;

    fontFamily: myFont;

    fontStyle: italic;

    }

    so now I can put fonts on "myFont" style, and the Flash will be made to the police as a result.

    http://help.Adobe.com/en_US/Flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7f5f.html

    Nice!

  • Flash recognizes not all my HTML Tags

    I load content in a Flash text box item via an XML file, in the XML I'm formatting via HTML, problem is only flash seems to recognize some tags and some don't. For example he has no problem with the < p >, < br > < ul > tags, but refuses to acknowledge any picture or link to anchor/tags.

    here a sample of my XML

    <pageText>
         <![CDATA[
              <html>
                   <div>
                        <font size="15" face="arial">
                             <p>first paragaraph of text here</p><br>
    
                             <ul fontSize="12">
                                  <li>Bullet point info here.</li>
                                  <li>Bullet point info here.</li>
                                  <li>Bullet point info here.</li>
    
                             </ul>
      
                             <br>
      
                             <p>Some informative text here. <a href="https://www.myURL/index.html"> Just click here </a> More informative info here</p>
                       </font>
                   </div>
              </html>
         ]]>
    </pageText>
    
    

    within my TextArea class that extends from the fl.controls.TextArea:

    private function UpdateText(event:ChangePageTextEvent):void
    {
         this.condenseWhite = true;
         this._html = true;
    
    
         this.htmlText = event.payload; //payload is the contents of the XML <pageText> tag
    }
    
    

    Flash will not make the link. It will show you all the text but not the link.

    Any ideas or info would be awsome.

    Flash supports only a small number of html tags.  You can find a complete list of them in the section TextField.htmlText help documentation.  Anchor tags and image tags are included, so your problem, it might be in the way which integrate you them.

    If the anchor tag does not work for you, you might want to check a little more close just to see if this is the link or not.  Links are not underlined if it is an expectation.  One thing that could be a problem, it's that you use double quotes inside these tags you give you a problem.  You can try either escpang tose doublequotes ("as in-") or use instead of single quotes.

  • TextArea FontSize not updated of all the texts

    Hey guys,.

    I'm trying to set the size of the font of some of the text box after the user selects the size of the text they want. However, this is changing only the last line of the text box (and all the new lines after than those who entered) instead of the whole text. These TextAreas hold chat messages and are not editable. Here is what I tried first:

    public void setFontSize(size:Number):void
    {

    chatLog.setStyle ("fontSize", size);

    }

    and then I tried this:

    public void setFontSize(size:Number):void
    {

    If (chatLog.text.length > 0) {}

    var allText:TextRange = new TextRange (conversation, false, 0, chatLog.text.length - 1);

    allText.fontSize = size;

    }

    chatLog.setStyle ("fontSize", size);

    }

    None of them seemed to change the size of the font of all but the last line. The example that I found online and on the adobe website have both shown it works. I use the htmlText property to set the text. Any ideas?

    Thank you

    Philippe

    OK, took a quick glance.  Interal of the TextArea TextField handling HTML is certainly full of features, I think that you have reached another of them.  It takes all your tags by specifying the size.

    If I were you, read back the html code and replace font tags, or (and maybe it's a better solution for the cat anyway) regenerate the HTML based on an external log of stored channels.  You can find out later that, after a long chat session which, as the number of lines in a TextArea, gets really big (1000), it starts to pig, so you can virtualize this text is actually in the TextArea and handful of scrolling in a different way.

    Alex Harui

    Flex SDK Developer

    Adobe Systems Inc..

    Blog: http://blogs.adobe.com/aharui

  • TextEvent in HTML text not sent?


    Hello

    I have a problem with HTML text within a text component, where links are created using the < a href = "event: syntax."

    I created an event for the TextEvent listener, linkHandler, but the event seems to never go off when I click on a link.

    Any clue? Here is a code snippet:

    < mx:Script >
    <! [CDATA]

    flash.net import. *;
    import flash.text.TextField;
    import flash.events.TextEvent;

    private void init(event:Event):void
    {
    Add an event handler (listener) HTML text
    tandctext.addEventListener (TextEvent.LINK, linkHandler);
    }

    public void linkHandler(linkEvent:TextEvent): void {}
    {Switch (linkEvent.Text)}
    case "tandc":
    navigateToURL (new URLRequest (" http://"), "_blank");
    break;
    case 'limit ':
    navigateToURL (new URLRequest (" http://"), "_blank");
    }
    }

    []] >
    < / mx:Script >

    < mx:Text id = "tandctext" styleName = "conditionsgenerales" x = "10" y = "37" width = "331" height = "50" color = "black" fontStyle = "plain" fontSize = "10" >
    < mx:htmlText >
    <! [CDATA [it's a preview.] [[As such, there is a < a href = "event: tandc" > general conditions as well as some < /a > < a href = "event: limitations" > limits < /a >, you need to know.]] >
    < / mx:htmlText >
    < / mx:Text >

    See you soon,.
    Karl.

    Good,

    I found the idea.

    Instead use:

    private void init(event:Event):void
    {
    Add an event handler (listener) HTML text
    tandctext.addEventListener (TextEvent.LINK, linkHandler);
    }

    I just use the binding attribute in the tag text:

    And voila!

    I get my sent event!

  • Difficulties with all versions of html files since the upgrade of the Sierra

    I have problems opening and dealing with htm, html, html5 files since the upgrade of the Sierra.  Someone else?

    Please provide details. What problems are you having? HTML files open in a web browser, the browser you are using?

  • Safari tries to load the page .html with PDF plugin

    Since two days I can not launch an application I had installed for a long time on my iMac. So far I double clicked on a START. File HTML and the PPA began in Safari. Since two days Safari opens with a black screen with a button to download Adobe Flash Player to view the contents of the file. In the browser field, the path to the file is displayed correctly. If open the same START. File HTML with Chrome instead of this, everything works well.

    No idea what happened?

    Safari-plugs - unlock

  • Mail 10.0 in macOS Sierra not rendered HTML

    Hello

    Sierra installation went flawless. Mail that I normally get displayed as HTML does NOT appear in HTML format, and there is not a button load remote content. Previous mail received El Capitan and 9.3 mail always display and work properly in Mail 10.0 (it displays the content "Remote Load" button). I look at the raw source of Amazon and PayPal and the headers mime drive ins are all the same. So far, four sites, that I normally get HTML mail, 10 Mail will NOT be rendered in HTML.

    Note: Mail-> Preferences-> "Load remote content in messages" on or off makes no difference.

    Anyone else having this problem? It's boring get raw HTML.

    Thanks in advance for any help.

    Best regards.

    This seems to be associated with some mail files. I can take validly rendered HTML of the Inbox and manually move (drag) the file and is no longer makes but appears in raw HTML. Placing the message in the Inbox was still raw and not rendered HTML display. Remove the mailbox and then recreate it makes no difference. I had formerly imported mail before and it associated with maybe 'archived mail"even if these mailboxes are not empty / delete all ~/Library/Mail plist files does nothing to solve the problem.

    Who wrote 10 Mail should have enough information to explain this. I have a fix. It's stupid and reconstruction of the mailboxes does nothing to fix.

  • HTML editor?

    What is software made by apple, I can use to write the HTML?

    Not to mention that Text Edit and Inspector Web Safari.

    Thank you.

    Hello ExpolsiveCow,

    Apple has no HTML editors elements. There are many 3rd party publishers. Simply choose the one you like the best.

  • Safari 9.1.3 textedit html/css not displaying does not correctly

    I am trying to learn html/css and I'm going through a basis of teaching course that you type some html and css style, and then open it in Safari.

    I went to textedit preferences and selected plain text, I unchecked .txt extension and saved as index.html to try it in safari, and it does not display properly, are there other settings should I set in textedit or safari so that it appears correctly. Here is my simple html text. Safari does not display the style.

    < html >

    < head >

    < title > coffee Starbuzz < /title >

    < style type = "text/css" >

    {body

    background-color: #d2b48c;

    left margin: 20%;

    right margin: 20%;

    Border: 2px dotted black;

    padding: 10px 10px 10px 10px

    do-family: without serif.

    }

    < / style >

    < / head >

    < body >

    Drinks at the coffee Starrbuzz < h1 > < / h1 >

    House mix of < h2 > $ 1.49 < / h2 >

    A smooth, sweet blend of < p > coffee from Mexico, Guatemala and bolivar. < /p >

    < h2 > moka Caffè Latte, $2.35 < / h2 >

    < p > Espresso, steamed milk chocolate syrup. < /p >

    < h2 > Cappuccino, $1.89 < / h2 >

    mix of espresso, steamed milk and milk foam. < /p > < p >

    < h2 > the Chai, $1.85 < / h2 >

    < p > a spicy drink made with black tea, spices, milk and honey < /p >

    < / body >

    < / html >

    My iOS is 10.11.6 Safari is 9.1.3

    Thank you

    Mike

    Have you tried to give the file an extension .css?

  • GMail in Safari stuck in HTML view

    Accidentally, I changed my iPhone in HTML view when you use GMail and now it will not return to the normal display

    Someone knows how to do?

    Try resetting Safari. Close Safari completely from the window of the selector app by double clicking the Home button and slide up the preview pane of Safari until it disappears from the display. Then go to settings > Safari > clear the history and data from the Web site. Then restart the unit.

  • Viideo on html MAC OS - black screen

    MAC OS: 10.11.6

    Safari: 9.1.2

    New retina pro MAC (and I am new to the MAC world)

    I can't see the video embedded in a html page. I just get a black screen.

    The same video works on windows VM on this same laptop

    YouTube video work.

    Thanks for your help

    What kind of video?

    Flash if you need to install Adobe Flash Player?

    Only get it from Adobe which is here:

    https://get.Adobe.com/flashplayer

    You can try downloading and using the Chrome browser that has Flash build.

    If you told us what site and video that we can better help you.

    This is the Office Mac Pro forum. I asked that your post moved to the forum El Capitan or another appropriate forum.

  • FontSize and display-zoom

    Hello!

    I have a pair of questions, I have not found an answer to what about the iPad Pro (9'7 "")-fonts and screensize.

    1 is it possible to reduce the fontsize size in Pages or Notes? Something like 8-10pts in word. I know that some applications are limited, but surely there must be a way? (I've already put it at least in the General settings, but to little effect).

    2. is it possible to increase the maximum amount of zoom outward? Everything on the screen is big enough, even with a possible minimum fontsize and zoom outward (and no it's not the zoom-in bug) and it makes me comfortable writing notes and emails or surf the web then on the bus.

    Summary: It's too easy for people to see and read what is on the screen of my iPad. Is it possible to do what is shown on the smaller screen? E.g. As the deactivation of the scaling width in the browser or double the zoom-out.

    The faucet to Pages on the Brush tool icon, then on the line that displays the current font and size.

    In Notes, the only option available is to select the font size of text for everything, so at least you don't have large text and securities positions.

  • I want to move the bookmarks to a no start Win disk (format jspn) to win 10 PC. The import dialog box wants html, not json format

    the motherboard on my old PC to WIn 7 has become damaged. I took the hard e drive: toward a new win 10 PC. I can find the Archives of bookmark on the old disk - files are in json format, but when I try to import the bookmarks file I can only find a way to import them into html format. How do I resolve this condition glare?

    If the file is in json format, then it replaces the current file.

    To open the bookmark, Manager press the ALT or F10 to rise
    the tool, then select bookmarks.
    Access key is < Control >(Mac = < Command >) < shift > B.

    Once the window is open, the top of the page, press the button
    Import and backup. Select export bookmarks to HTML and follow
    prompts and save it in a HTML file. Copy the file to another computer.
    Repeat the above instructions, BUT select Import Bookmarks in HTML,

    JSON files. Do as above, but select restore. The file must be in the
    Bookmarks backup folder.

Maybe you are looking for