Enlarging Text Within H1 Tag... Getting Opposite Effect

This is happening in IE and FF. I have default sized text
within the H1 tag. But there are a couple keywords I want to put
emphasis on, so I've sized these words up +1 via the properties
panel.
But it looks as if browsers are reading it as -1. The default
text shows properly. But my keywords, instead of being shown
larger, are shown smaller than the rest of the heading.
I don't get it???

> I want to apply the H1 tag
Huh? You want to apply a tag?
> I want the text inside to be styled using H1 (because, I
understand, it's
> good
> for SEO) rather than simply setting the styles within
#headline.
CSS cannot do such things.
> am I looking at applying the H1 tag on each
> of the pages?
I think you will have to do this manually.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Mick3496" <[email protected]> wrote in
message
news:g3g2cp$kro$[email protected]..
> Hi,
> I may be getting out of my depth here but I want to
apply the H1 tag to
> all
> the text that appears with in a headline div (#headline)
on a large number
> of
> pages.
> I've used #headline to style the headline container
(margins, border etc)
> and
> I want the text inside to be styled using H1 (because, I
understand, it's
> good
> for SEO) rather than simply setting the styles within
#headline.
> Is there a way in CSS (perhaps within #headline) to
automatically apply H1
> to
> all text within the div#headline or am I looking at
applying the H1 tag on
> each
> of the pages?
> Thanks,
> Mick
>

Similar Messages

  • How to apply style to partial text within a tag in xml file

    I have created a webpage using Dreamweaver CS4 Spry Regions. Everything is functioning as expecting, however now I need to apply a style to part of the text. Every occurance of the company name needs to be in italics - the problem is that the company name appears within different parts of the text within a set of tags.
    http://www.certifiedangusbeef.com/private1/sales/facts/index.php
    ie - <description> this is my company name which must appear in italics</description>
    In this example, only "company name" needs to be italicized. We have created an XSL file that applies the italics properly when the XML file is viewed in the browser. But it does not have any effect on the final web page - as though spry is blocking the XSL or we've missed a step in linking all the files together.
    Here's the XSL code:
    <?xml version="1.0" encoding="utf-8"?><!-- DWXMLSource="facts.xml" --><!DOCTYPE xsl:stylesheet  [
    <!ENTITY nbsp   "&#160;">
    <!ENTITY copy   "&#169;">
    <!ENTITY reg    "&#174;">
    <!ENTITY trade  "&#8482;">
    <!ENTITY mdash  "&#8212;">
    <!ENTITY ldquo  "&#8220;">
    <!ENTITY rdquo  "&#8221;">
    <!ENTITY pound  "&#163;">
    <!ENTITY yen    "&#165;">
    <!ENTITY euro   "&#8364;">
    ]>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
        <xsl:template match="node()|@*">
            <xsl:copy>
                <xsl:apply-templates select="node()|@*"/>
            </xsl:copy>
        </xsl:template>
        <xsl:template match="text()[ancestor::description]" name="replace">
            <xsl:param name="pString" select="."/>
            <xsl:choose>
                <xsl:when test="contains($pString,'Certified Angus Beef ®')">
                    <xsl:value-of select="substring-before($pString,'Certified Angus Beef ®')"/>
                    <i>Certified Angus Beef<sup> &reg;</sup> </i>
                    <xsl:call-template name="replace">
                        <xsl:with-param name="pString"
                        select="substring-after($pString,'Certified Angus Beef ®')"/>
                    </xsl:call-template>
                </xsl:when>
                <xsl:otherwise>
                    <xsl:value-of select="$pString"/>
                </xsl:otherwise>
            </xsl:choose>
        </xsl:template>
        <xsl:template match="text()[ancestor::item]" name="replace1">
            <xsl:param name="pString" select="."/>
            <xsl:choose>
                <xsl:when test="contains($pString,'Certified Angus Beef ®')">
                    <xsl:value-of select="substring-before($pString,'Certified Angus Beef ®')"/>
                    <i>Certified Angus Beef<sup> &reg;</sup> </i>
                    <xsl:call-template name="replace">
                        <xsl:with-param name="pString"
                        select="substring-after($pString,'Certified Angus Beef ®')"/>
                    </xsl:call-template>
                </xsl:when>
                <xsl:otherwise>
                    <xsl:value-of select="$pString"/>
                </xsl:otherwise>
            </xsl:choose>
        </xsl:template>
    </xsl:stylesheet>

    An element attribute is set with the method
    setAttribute(String name,
                             String value)or the
    setAttributeNode(Attr newAttr)method.

  • Track Text Edit tags get trounced when applying additional tag?

    Hi all,
    Just upgraded to FM9.
    I opened a doc that was originall created in FM8.
    I had (and still have) enabled tracking of text edits, and can see the FM8_TRACK_CHANGES_ADDED and FM8_TRACK_CHANGES_DELETED tags when I highlight text.
    However, when I apply an additional tag to text that has been changed, the new tag is applied, but both of those are lost. So initially, I have this:
         This is my originalnew text.
    After I apply a conditional tag to the entire line, I get this:
         This is my originalnew text.
    There is no trace of the FM8_TRACK_CHANGES_ADDED and FM8_TRACK_CHANGES_DELETED tags.
    I've verified that working with user-defined tags works as expected (additive), so is there a known issue with the built-in tags getting trounced?
    -Greg

    Yes, I thought the tag names would match the version too, that was a surprise.
    Hang on a minute, I should have tested FM8 before I wrote this. Yes, it does seem to be a bug with FM9 -- in FM8 it works as you had indicated: applying a different condition is an "additive" step and it doesn't blow away the track changes. Mea culpa, Greg.
    Not to split hairs, but I'm not quite sure I could agree that this is a bug,
    [continued ...]
    I think it's more that the track changes is working "as designed" -- the original was created with limited functionality and it isn't integrated into standard FM conditional text practices as well as it should have been when it was "rolled into" FM.  I keep thinking of the medical phrase "first, do no harm"...
    If you haven't yet done so, you might consider posting to the Framers list in case anybody in the community happens to have come up with some workarounds:
    http://lists.frameusers.com/mailman/listinfo/framers
    Sheila

  • Getting text between two tag

    Hello,
    what would be the best method to implement to get text between
    two tags,
    eg <TEST1> this is a test </TEST1>
    as in; this is a test,
    i try to use BreakIterator, but it skip the tags,
    when i do word by word loop

    this is one way:
            String string = "<TEXT>This is the middle text</TEXT>";
            String x = string.substring(string.indexOf("<TEXT>") + "<TEXT>".length(), string.indexOf("</TEXT>"));

  • Div tag - how do you keep text within box

    I have looked at many of the sample documents where the
    columns, div boxes, etc are layed out for you. Margins and padding
    are set. However it seems when I type text within the boundry I can
    just keep typing clear outside the boundries. Shouldn't the text
    auto-wrap to stay within the box. What good does it do to have the
    div tag settings if they don't enclose the text for you? What am I
    missing here.

    Put a space in what you are typing, please. See what happens.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "SnowmanTruckee" <[email protected]> wrote
    in message
    news:gkth4q$m1a$[email protected]..
    >I have looked at many of the sample documents where the
    columns, div boxes,
    >etc
    > are layed out for you. Margins and padding are set.
    However it seems when
    > I
    > type text within the boundry I can just keep typing
    clear outside the
    > boundries. Shouldn't the text auto-wrap to stay within
    the box. What good
    > does
    > it do to have the div tag settings if they don't enclose
    the text for you?
    > What
    > am I missing here.
    >

  • How do I get reading view on my mini? I am not able to enlarge text since I upgraded to IOS 7. Help!

    I need to know how to enlarge text. I need to know how to enlarge text in reading view since this new update. Can I go back to the previous OS?

    Settings > General > Accessibility > Zoom

  • Centering Text within JLabel

    I am trying to figure out a way to center the text within a JLabel. I trying to set a specific size of the label, and then center the text in the very middle (horizontally) of that label. I have tried many different methods from this forum and other places on Google, but none of them have had any effect. For example:
    label = new JLabel ("<html>blah, blah, blah, blahblah, blah...</html>"); 
                                                         // HTML tags make the lines wrap.
              label.setHorizontalAlignment(JLabel.CENTER);
              label.setPreferredSize (new Dimension (84, 48));The text remains aligned left within the label. Is there a way to get it to center within the label?

    what version are you using?
    your posted code works OK in 1.5.0_05
    import java.awt.*;
    import javax.swing.*;
    class Testing extends JFrame
      public Testing()
        setSize(300,100);
        setLocation(400,300);
        setDefaultCloseOperation(EXIT_ON_CLOSE);
        JPanel p = new JPanel();
        JLabel label = new JLabel("<html>line 1<br>line 2</html>");
        label.setHorizontalAlignment(JLabel.CENTER);
        label.setPreferredSize (new Dimension (84, 48));
        label.setBorder(BorderFactory.createLineBorder(Color.black));
        p.add(label);
        getContentPane().add(p);
      public static void main(String[] args){new Testing().setVisible(true);}
    }

  • Apply different styles to text within a Text field?

    I am working on an application that consumes a user-generated
    HTML file and displays it on part of a Flex screen. The main
    problem is HTML can look something like this (for example):
    Hello <span class="greeting">Mr. Smith</span>,
    how are you doing <span class="title>today</span>.
    Unfortunately, the Flex Text control only accepts a single
    style that is applied to all text within the control and the
    htmlText property only allows for very basic HTML markup and does
    not include support for applying styles to a part of the text.
    I've thought about creating a series of Text controls (each
    with its own style as needed) and putting them together in an HBox.
    However, this messes up word wrapping if the text exceeds the width
    of its container.
    Anyone have any ideas how to solve this problem?
    Thanks!
    Dustin

    Could you please elaborate your requirement since you can have different instances of synchronized text have different formatting.
    So your original menu can consist of various text blocks (marked with different content tags) and then duplicate them and apply different formatting to the copied text. The text is still linked and an update to one will get synced to the other.
    If you are looking at applying different styling to chunks of text within one textframe (marked using a content tag), THAT is not possible, since the tagged content is supposed to maintain integrity of text and not the associated styling (which you should be able to apply independently).
    Hope that makes sense.
    Cheers,
    Vikas

  • How to center text within image

    If you go to http://www.terwax.com/bf2.html , youll see text in the left side. It took me enough time to center the image. Now that i created ap tag within div, i was able to put text but in every browser its different. Below is the code. Please help me find easy way that can center the text within image.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Terwax - Battlefield</title>
    <style type="text/css">
    body {
         background-color: #333;
         height:inherit;
         width:inherit;
         margin-left: auto;
         margin-right: auto;
         text-align: center;
    #apDiv1 {
         position:absolute;
         width:753px;
         height:110px;
         z-index:1;
         left: 286px;
         top: 174px;
         overflow: visible;
         text-justify: auto;
    </style>
    </head>
    <body>
    <div>
        <img src="images/import.png" alt="back" width="1288" height="992" align="middle" />
        <div id="apDiv1">Thanks for coming to the site. I am currently working on it. This isn't finished yet and a lot of graphics to come! Keep checking back and if you don't like or like something, make sure to hit me an email at [email protected] .</div>
    </div>
    <p> </p>
    </body>
    </html>

    Terwax.com wrote:
    That code didn't fix the problem
    It just moved the text right to the bottom of page. Last time i did this, the text was static. It couldn't be highlighted.
    I know there are tutorials, but i just need help with this as i can finish the website. I am doing all the tutorials currently (lynda.com), but its a long way from now and will be happy if someone can help me get the text in the grey box rather than falling out of it.
    Try the code below in IE9. It should work if the browser is backwards compliant. I'll be amzed if it doesn't. Unfortunately I don't have IE9 available to test in. Didn't even know it was available. Is it a beta version of the browser which maybe hasn't been fully tested yet?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Terwax - Battlefield</title>
    <style type="text/css">
    body {
        background-color: #333;
    #imageWrapper {
    position: relative;
    width: 1288px;
    margin: 0 auto;
    #apDiv1 {
        position:absolute;
        width:753px;
        left: 270px;
        top: 174px;
    </style>
    </head>
    <body>
    <div id="imageWrapper">
        <img src="images/import.png" alt="back" width="1288" height="992" align="middle" />
        <div id="apDiv1">Thanks for coming to the site. I am currently working on it. This isn't finished yet and a lot of graphics to come! Keep checking back and if you don't like or like something, make sure to hit me an email at [email protected] .</div>
    </div>
    </body>
    </html>

  • I just statred Flash CC for the first time and it seems that the text within the pop-up window (dialog box) is mis-aligned and not allowing me access to the command buttons, nor all the text. (ie: the NEW Template Box, can't see but 2/3 of the content)

    I just statred Flash CC for the first time and it seems that the text within the pop-up window (dialog box) is mis-aligned and not allowing me access to the command buttons, nor all the text. (ie: the NEW Template Box, can't see but 2/3 of the content) is there a fix to this problem? using 8.1, Monitor is a high res.2560x1440.

    Another View.
    the GUI is so hard to read (so small) I enlarge my Ps UI by the instructions below...which helped a lot.

  • How can I change a PDF document to have an enlarged text area and smaller margins?

    I've just been reading a long discussion initiated by a guy who wanted to recompose a PDF file to print in fewer pages. I'm not asking about that. I'm aware that Acrobat Pro 9 will not recompose the pages of a pdf for you; as someone said, it's not a word processing program. I want to copy a PDF to a new file with an enlarged text area and smaller margins, so I can read it more easily. My eyesight isn't so great.
    I'm trying to print a decision of the US Supreme Court, for my study. The problem is that these PDF files of such decisions are composed in 10-point type with generous margins, in folio-size pages smaller than 8 1/2 x 11". When you open PDF files of these decisions, you get extremely wide margins and relatively small type. Essentially, I'd like to re-rasterize the document so it prints on my 8 1/2 x 11" paper in a larger apparent type size, but in the same high resolution as the original. By the way, the decision I'm working on is almost 200 pages long, so I don't want to do this, obviously, in a page by page manner.  
    I guess I could do this in Photoshop, by blowing pages up and cropping them. Photoshop does a good job of eliminating the jaggies when you do this. But it would seem better to re-rasterize the pages from the PDF source file. So would any reader be kind enough to explain this process to me? (I'm fairly savvy in Photoshop, Illustrator, and computer printer concepts, but a complete newb in Acrobat.)

    If you just want this for printing, one thing you can easily do is crop all of the pages to remove the margins. For example, you can rop 2" off the left and right sides, and 1.5" off the top and bottom. Then print using a Page Scaling of "Fit to Printable Area".
    To crop in Acrobat 9, select: Document > Crop Pages
    be sure to select All for the Page Range.

  • How do I delete some text in a tag in the XML file?

    I need help with removing some text inside the tags so I can use it as a XMLfile
    string example
    Code
    <Event xmlns="http://SwitchKing.Common/Entities/RESTSimplified/2010/07" >
    <Description i:nil="true"/>
    So these are the tags inside the file that is stopping my work. 
    I cant seem to find a way to remove the xmlns.... or the i:nil...
    The i:nil gives of a error when trying to read the file and the xmlns stops the search for other tags in the file.
    So when I have loaded the data I need to delete some text in the tags.
    Help!

    If you want to delete photo stream photos, just deleted them from your device and they will be deleted from iCloud and your other devices.  Be sure you don't want them as you cannot get them back once you delete them.

  • How do I get this effect?

    > This message is in MIME format. Since your mail reader
    does not understand
    this format, some or all of this message may not be legible.
    --B_3244557723_1857154
    Content-type: text/plain;
    charset="US-ASCII"
    Content-transfer-encoding: 7bit
    Hi!
    I have a series of QuickTime files that I am trying to
    present in a nice
    interface. I know how I can create this effect in Flash- but
    given the
    number of .movs I have, I am thinking of sticking to QT. The
    example I have
    in mind is
    http://www.apple.com/aperture/quicktours/
    I went through the source code and tried to replicate it by
    changing some of
    the values but it does not seem to work. I thought about
    using frames to
    ease complication but I find frames cumbersome. I am open to
    suggestions but
    would prefer to keep the video clips in QT versus converting
    to FLV.
    Thank you.
    Kelvin
    --B_3244557723_1857154
    Content-type: text/html;
    charset="US-ASCII"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>How do I get this effect?</TITLE>
    </HEAD>
    <BODY>
    <FONT FACE=3D"Arial"><SPAN
    STYLE=3D'font-size:12.0px'>Hi!<BR>
    <BR>
    I have a series of QuickTime files that I am trying to
    present in a nice in=
    terface. I know how I can create this effect in Flash- but
    given the number =
    of .movs I have, I am thinking of sticking to QT. The example
    I have in mind=
    is <a href=3D"
    /aperture/quicktours/</a><BR>
    <BR>
    I went through the source code and tried to replicate it by
    changing some o=
    f the values but it does not seem to work. I thought about
    using frames to e=
    ase complication but I find frames cumbersome. I am open to
    suggestions but =
    would prefer to keep the video clips in QT versus converting
    to FLV. <BR>
    <BR>
    Thank you.<BR>
    <BR>
    Kelvin</SPAN></FONT>
    </BODY>
    </HTML>
    --B_3244557723_1857154--

    Hi(Bonjour)!
    Welcome to the forum.
    It will be difficult to compose this effect in FCE without commercial plugins like Nattress's Big Box of Tricks (G Glow dissolve).
    But you can try this: create a colorized transparent document (yellow and red around the frame) in Photoshop. Save in PNG. Import into FCE.
    Put it on V2, over the edit point for your video clips in V1.
    Try to keyframe opacity values, animate the position with erratic displacements and add some twirling or distord effects (that can be keyframed too).
    With some patience, I'm sure that you can achieve a such effect.
    Michel Boissonneault

  • Using CTRL + F not working to find any text within the query result

    Hi friends,
    I am trying to use find option to find any text within the result section of a query but when I do CTRL+F  the find window appears and I can input the text that I wanted. But when I press Enter it is not giving me any result though the entered text
    is in the query result. I am using Sql Server 2012 Management studio. Any Body please help me. There is a job that I have to search certain things after running a script and now I am doing copy paste to excel and doing searching from there. 

    Prashant,
    Looks like you are trying to do in SSMS, and it is because the result set is in Grid view , if you want to use CTL + F then your result should be in Text format, try to do using CTL + T ( To get result in Text) and then use CTL + F to find any
    text.
    Thanks
    Manish
    Please click Mark as Answer if my post solved your problem and click
    Vote as Helpful if this post was useful.

  • Cannot enlarge text in sample book, is this normal?

    Downloaded sample of new George Harrison and found that I cannot enlarge text. Is this a normal issue with sample books? I'm new to using iBooks.

    The description for the George Harrison book says it was made with iBooks Author.  From what I've read, those books may or may not allow you to change the font size.
    In portrait mode, you get the Font Size menu, but not in landscape mode where it's more like a fixed layout textbook.
    Authors can disable the portrait mode to force the landscape mode and keep the layout in their control.  If they do that there is no font size option.
    ivan

Maybe you are looking for

  • Time Machine backups no longer incremental

    My two week old MBP refused to boot up this morning, so I restored the OS from my Time Machine backup (an unsurprisingly slick process) However, Time Machine now refuses to do incremental backups, it can see all of my previous versions and restore to

  • How can i update?

    while im updating my phone turns off and updating fails..what should i do?

  • Purchase price history

    Hi, Client requirement is that he has to view or see all the price history of a particular PO prices provided by the vendor. For example actually a PO has been created with  a price of RS.180/- per piece. And later vendor has decreased the PO price t

  • When Building Blocks Explode in Microsoft Word

    Pushing out a Word 2010 SP1 template to approximately 150+ machines. There are several building blocks on the template, two of which are causing me problems. The major difference seen is that these problematic building block options contain nested co

  • Facebook won't load properly

    facebook no longer loads properly.  comes up with a white page