1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What do you think?

Discussion in 'Placement / Reviews / Examples' started by pjk, Jul 4, 2006.

  1. buzza_gts

    buzza_gts Active Member

    Messages:
    199
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #21
    You can leave the tags as H1 you just need to add some styling.

    In between the head tags put this:

    <style>h1 {font-size: 9px;}</style>

    You can change the font size to whatever suits, H1 tags will out weight other 'H' tags you use on a page.
     
    buzza_gts, Jul 5, 2006 IP
  2. pjk

    pjk Well-Known Member

    Messages:
    624
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    #22
    Excellent, thanks.
     
    pjk, Jul 6, 2006 IP
  3. pjk

    pjk Well-Known Member

    Messages:
    624
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    #23
    buzza: I tried the tag h1 {font-size: 9px;} and it had no affect. Any ideas? Thanks
     
    pjk, Jul 6, 2006 IP
  4. buzza_gts

    buzza_gts Active Member

    Messages:
    199
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #24
    Did you put the <style>h1 {font-size: 9px;}</style> in between your <head> tags?

    Or you can do it this way:

    <h1 style="font-size: 9px;">H1 TEXT</h1>

    Hope that helps.
     
    buzza_gts, Jul 7, 2006 IP
  5. pjk

    pjk Well-Known Member

    Messages:
    624
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    #25
    I just put it into the CSS portion of the site, that may be my problem. I'll try the second option you provided, seems easier to work with. Thanks
     
    pjk, Jul 7, 2006 IP