Fieldset and Legend

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TimberFloorAu
    Senior Member
    • May 2008
    • 216
    • 3.8.x

    [Forum] Fieldset and Legend

    Can we still use this in vb4?

    I should have thought so, as it is basic html.

    I have a page: and the code is:

    <fieldset>
    <legend><b>Some title here</b></legend>
    <p>Some content here</p>
    </fieldset>

    Yet it is not appearing on the page as it should.

    Is there a reason ?
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    Where are you adding that? I believe in 3.8 there was css to define the looks of those tags and I don't know if that css in is vb4. Look at the page source for the page you are adding that to and see if it shows up there. Also, look at the code used for other stuff around that area you want your code to show up and you should probably adjust yours to be the same/similar.

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools &lt;- awesome site for html/css help

    Comment

    • TimberFloorAu
      Senior Member
      • May 2008
      • 216
      • 3.8.x

      #3
      The legend shows, but fieldset doesnt. I have never known it to be a css issue as its a standard html protocol.

      Comment

      • Lynne
        Former vBulletin Support
        • Oct 2004
        • 26255

        #4
        CSS can be used to change the basic way normal html tags act. Just look at what they did with <ol> and <li> tags in areas that then carried over into posts (an early bug that has since been fixed). fieldset has css applied to it in several cases - just do a search for "fieldset" in the templates and the look at the css templates it shows up in. I would use firebug to see exactly what is going on with it and if other css is effecting it.

        Please don't PM or VM me for support - I only help out in the threads.
        vBulletin Manual & vBulletin 4.0 Code Documentation (API)
        Want help modifying your vbulletin forum? Head on over to vbulletin.org
        If I post CSS and you don't know where it goes, throw it into the additional.css template.

        W3Schools &lt;- awesome site for html/css help

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...