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
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.
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: 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):
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."