How to add <H1> tags in vBulletin 4.1.3?

Discussion in 'HTML & Website Design' started by Iron Hide, May 22, 2011.

  1. #1
    Hi,

    I did Google search to add tags all all I was getting was old vb 3 format solution. They says look for this code, and I can't find that code in vB4. So, does anyone know how to add <h1><h2> tags in vbullein 4.1.3?

    Thanks
     
    Iron Hide, May 22, 2011 IP
  2. Guru_101

    Guru_101 Member

    Messages:
    51
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #2
    Go into your admincp, go into the style template section and find the "main css" h1 and h2 tags are mostly included in some of the styles such as header template. You cant see it cause the h1 or h2 tags have been edited to look a bit different but not a whole lot of difference.

    So if you want to include them then use the h1 and h2 tags in the templates, if you want to edit the h1 and h2 tags then go to your css and find something like:

    .h1{
    some code
    }
    Code (markup):
    .h2{
    some code
    }
    Code (markup):
    
    #whatever h2{
    some code
    }
    Code (markup):
    .whatever h1{
    some code
    }
    
    Code (markup):
    and change the some code to your liking.
     
    Guru_101, May 23, 2011 IP
  3. Iron Hide

    Iron Hide Well-Known Member

    Messages:
    714
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    130
    #3
    Aren't CSS template files obsolete in vBulletin 4?

    Thanks
     
    Iron Hide, May 23, 2011 IP
  4. Guru_101

    Guru_101 Member

    Messages:
    51
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #4
    No, its not possible. CSS is the only thing that stands between a design and a page with no design. vBulletin 1,2,3,4 and 200th will have css, maybe not css2 maybe css3 or whatever. But they will require css.

    Im not a vbulletin 4 expert as i only went to vbulletin 3 as its the best version of vbulletin out.

    but this is taken from the vbulletin.com forum website: [​IMG]

    Have a look at this also:
    http://that1design.com/preview/skins/brightstripes_4.0/index.html
    Code (markup):
    not spamming but i know the guy who makes these and this is running on vbulletin 4.1.3 and trust me he used css!

    I mean if vbulletin does not allow css then you add one in with a simple link tag in the headerinclude

    <link rel="stylesheet" type="text/css" href="style.css" />
    Code (markup):
     
    Guru_101, May 23, 2011 IP
  5. Iron Hide

    Iron Hide Well-Known Member

    Messages:
    714
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    130
    #5
    Sry mate, I can't see any code you told me to look for on the first post .
    Also at the tops it says "This CSS file is obsolete and is available here for reference purposes only."
     
    Iron Hide, May 23, 2011 IP
  6. Indiagarage

    Indiagarage Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    h1 and h2 tags are already implemented on Vbulletin 4.xx
     
    Indiagarage, Aug 19, 2011 IP