vbulletin code tag broken (1 Viewer)

Olodin

MP Donator
  • Premium Supporter
  • September 19, 2004
    166
    4
    The code tag as described in https://forum.team-mediaportal.com/misc.php?do=bbcode is broken:
    "The
    Code:
     tag switches to a fixed-width (monospace) font and preseves all spacing."
    
    This is not the case, you can try with any ascii-art:
    
    [code]
        /\   \/\   \/\   \/\   \
       /  \___\ \___\ \___\ \___\
       \  / __/_/   / /   / /   /
        \/_/\   \__/\/___/\/___/
          /  \___\    /  \___\
          \  / __/_  _\  /   /
           \/_/\   \/\ \/___/
             /  \__/  \___\
             \  / _\  /   /
              \/_/\ \/___/
                /  \___\
                \  /   /
                 \/___/

    How it would look: http://de.wikipedia.org/wiki/ASCII-Art#Beispiel_3D-Grafik

    Could you please fix this?
     

    Olodin

    MP Donator
  • Premium Supporter
  • September 19, 2004
    166
    4
    Could you please add

    Code:
    .bbcode {
    font-family:monospace;
    font-size:11px;
    color:black;
    }

    to the stylesheet /hp-style/css/MediaPortalForum.css?
     

    high

    Administrator
  • Team MediaPortal
  • August 31, 2004
    5,106
    5,497
    47
    Isselburg/NRW
    Home Country
    Germany Germany
    sorry, adding this would also influence all normal tags like Quote where the monospace-font looks pretty awfull. Will get in touch with the vb-team about that.
     

    Olodin

    MP Donator
  • Premium Supporter
  • September 19, 2004
    166
    4
    /\ \/\ \/\ \/\ \
    / \___\ \___\ \___\ \___\
    \ / __/_/ / / / / /
    \/_/\ \__/\/___/\/___/
    / \___\ / \___\
    \ / __/_ _\ / /
    \/_/\ \/\ \/___/
    / \__/ \___\
    \ / _\ / /
    \/_/\ \/___/
    / \___\
    \ / /
    \/___/

    Code:
        /\   \/\   \/\   \/\   \
       /  \___\ \___\ \___\ \___\
       \  / __/_/   / /   / /   /
        \/_/\   \__/\/___/\/___/
          /  \___\    /  \___\
          \  / __/_  _\  /   /
           \/_/\   \/\ \/___/
             /  \__/  \___\
             \  / _\  /   /
              \/_/\ \/___/
                /  \___\
                \  /   /
                 \/___/

    You're right. In other forums this works, so there must be a way. The above is just for testing. :)

    I also noted that you use the stylesheet /hp-style/css/MediaPortalForum.css and there is also a lot of stylesheet code in the generated site itself. Maybe there is some interference?
     

    Users who are viewing this thread

    Top Bottom