<h1> tag and <td> tag

Discussion in 'Search Engine Optimization' started by zulgurubwow, Jun 1, 2007.

Thread Status:
Not open for further replies.
  1. #1
    text in <h1> is huge. but if I use <td height=""> to limit the size of text in <h1>:
    <td height="small value"><h1>text</h1></td> ,do se still pay attention to <h1> title just like <h1> without <td>?
     
    zulgurubwow, Jun 1, 2007 IP
  2. NoamBarz

    NoamBarz Active Member

    Messages:
    242
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Yes. A better way would be to change the appearance of the H1 tag with CSS
     
    NoamBarz, Jun 2, 2007 IP
  3. DustyDog

    DustyDog Guest

    Messages:
    545
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Better? It's the only way.

    If you haven't tried CSS, just write;

    <h1 style="font-size: 14px;">Text Here</h1>

    Changing the value of 'font-size' to suit your needs.
     
    DustyDog, Jun 2, 2007 IP
  4. jakomo

    jakomo Well-Known Member

    Messages:
    4,262
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    138
    #4
    Hello,
    The best for me (in my opinion), is to use external Css, where you can change the apparence of each h1.

    .h1
    {
    style="font-size: 14px;
    }
     
    jakomo, Jun 2, 2007 IP
  5. Vizon

    Vizon Well-Known Member

    Messages:
    296
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    130
    #5
    Why do you have a period in that Jakomo? Thats not a class, so you can't use the period.
     
    Vizon, Jun 2, 2007 IP
  6. Hyena

    Hyena Active Member

    Messages:
    638
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    60
    #6
    You could also use H2 or H3 tags, H1 isn't the only header tag that helps with SEO for a page.
     
    Hyena, Jun 3, 2007 IP
  7. drhfinegifts

    drhfinegifts Peon

    Messages:
    368
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Yes, but you should use them in order according to most important heading. In other words, don't use H2 without having an H1 first.
     
    drhfinegifts, Jun 3, 2007 IP
  8. oseymour

    oseymour Well-Known Member

    Messages:
    3,960
    Likes Received:
    92
    Best Answers:
    0
    Trophy Points:
    135
    #8
    and what would happen if I did....I use h2 without h1 all the time and I don't seem to have any problems
     
    oseymour, Jun 3, 2007 IP
  9. drhfinegifts

    drhfinegifts Peon

    Messages:
    368
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Actually you are right. What you shouldn't have is alot of H1 tags on one page. Just one - for the most important page heading on the page.

    I believe the relevancy of the other heading tags aren't as important. But I wouldn't put more than one H1 on each page. It can confuse the SE bots.
     
    drhfinegifts, Jun 3, 2007 IP
Thread Status:
Not open for further replies.