Results 1 to 22 of 22

Thread: H Tags
      
   

  1. #1
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default H Tags

    I have assigned h tags to 3 lines of text.


    <style>
    h1 {font-size:12px;color:#000000;font-family:arial;font-style:bold;display:inline;}
    h2 {font-size:11px;color:# 000000;font-family: arial;font-style:bold;display:inline;}
    h6 {font-size:10px;color:# 000000;font-family: arial;font-style:bold;display:inline}
    </style>

    The 3 lines are formatted as the above 12 – 11 – 10 font size.

    However, when I check the html of the text the sizes are different.
    H1 is 16px
    H2 is 15px
    H6 is 13px

    My site was on page 1 of Google but fell to page 4. Could this have contributed to the fall?
    How to correct?


    BV10.2
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: H Tags

    Hi Terry,

    Can i have the link please ?

    The actual size in which H tagged text is rendered is not related with SE ranking anyway.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: H Tags

    redhawk-archery.com

    thx G
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: H Tags

    Hi Terry,

    The text as well as the class formatting should all be placed in a html box, otherwise it gets formatted by BV, as it happens in your page.

    If you could use BVC 11.4 G, it has H tag styles that you can edit your self, to get the cleanest possible code.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  5. #5
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: H Tags

    G,
    I have 11.4G installed on another OS. I will give it a go.
    Are there any tuts for the H Tags?
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  6. #6
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: H Tags

    Working on this...the default for an H1 tag is 24pt. Waaaaayyy too big.
    I tried a custom style but it would default back to 24pt.
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  7. #7
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: H Tags

    Hi, 1st go to Main menu>Format>Styles & hi-light the H1 item & edit to your choice of style. Then use the H1 tags as before.

  8. #8
    nzbr's Avatar
    nzbr is offline Lieutenant Colonel
    Join Date
    Dec 2006
    Posts
    547

    Default Re: H Tags

    "The text as well as the class formatting should all be placed in a html box, otherwise it gets formatted by BV, as it happens in your page."

    Hi guys,
    Quick question after reading this topic:
    As navaldesign said above, do you think it's better (for SE's purposes) to build the entire site "to get the cleanest possible code", writing in the html box (and the size, colour of the fonts,etc..in them as well)? As oppose to click on the text 'A' symbol and do the writing?

    Thanks!

  9. #9
    nzbr's Avatar
    nzbr is offline Lieutenant Colonel
    Join Date
    Dec 2006
    Posts
    547

    Default Re: H Tags

    ...and also the fact that when we use the txt box for a H2, for example, to explain the text that is about to come, they are close to each other (when you see the page) - first picture. But when you see the 'Page Source' the H2 and its related text are not close to each other..and that's not good for the SE's (the info I've read somewhere) - picture 2

    The H2 tag is: Tour New Zealand in Small Groups










    Any deas of what I should do?
    Thanks,

  10. #10
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: H Tags

    Its certainly a lot cleaner using BV & gets the h1 tag right on the words.
    Sample using BV:
    <h1>Tour New Zealand in Small Groups<br>br></h1>
    <font style="font-size:16px" color="#000000" face="Arial">Testing to see what the BV h1 tags look like on the html side and; is a lot cleaner than some of the old methods suggested.<br>
    </font>

  11. #11
    nzbr's Avatar
    nzbr is offline Lieutenant Colonel
    Join Date
    Dec 2006
    Posts
    547

    Default Re: H Tags

    Hi Chris,
    You mean using the text below in the html box, right? (and not using the 'A' button to write)

    <h1>Tour New Zealand in Small Groups<br>br></h1>
    <font style="font-size:16px" color="#000000" face="Arial">Testing to see what the BV h1 tags look like on the html side and; is a lot cleaner than some of the old methods suggested.<br>
    </font>

    Thanks!

  12. #12
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: H Tags

    CI,
    Tried to do as you suggested but the text reverts to a 24pt headline.
    ??
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  13. #13
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: H Tags

    G,
    Tried your instructions in the html box. Text was not aligned nor was font size correct.
    Went back to the old fashioned method.
    I can show a test if you would like.
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  14. #14
    jimmy13 Guest

    Default Re: H Tags

    Hello Friends......

    The <h1> to <h6> tags are used to define HTML headings.
    <h1> defines the largest heading and <h6> defines the smallest heading.


    Thanks

  15. #15
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

  16. #16
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: H Tags

    Not quite sure what I am supposed to see??
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  17. #17
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: H Tags

    Quote Originally Posted by CarbonTerry View Post
    Not quite sure what I am supposed to see??
    Hi! You mentioned you couldn't get it to work? Was just a sample page with some info with it working. Have added the html code to see on the above link.

  18. #18
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: H Tags

    OK, Thanks
    I went to copy this info into WORD and save it into a file for BV.
    Upon copying and pasting into word the text sizes reversed.
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  19. #19
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: H Tags

    Hi Terry,

    Why don't you use BV's styles ?

    Define style h1 as you like it and assign it to the text you want. As simple as that.

    Dodn't it work for you ?
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  20. #20
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: H Tags

    I am apprehensive about 11.4G
    I am using 10.2
    I have 11.4G installed on Windows 7 on another drive on this computer.
    10.2 gives me absolutely no "glitches"
    I'll give it a try on one of my minor personal sites.
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  21. #21
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: H Tags

    I take it that I should remove all instances of h-tag designation, use the Styles and then publish?
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  22. #22
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: H Tags

    It's been a while since I visited this issue...but I finally got it thru my thick USMC head.
    Is that "Leatherhead?.......nope...Leatherneck....
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49