Username HTML Markup is not long enough

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aphil123
    New Member
    • May 2005
    • 11
    • 3.5.x

    Username HTML Markup is not long enough

    I am trying to use the following as the "Username HTML Markup" for a specific Usergroup:

    <span style="font-size: 14pt; font-weight: bold; text-decoration: underline; font-style:italic; color: #666696;">

    However, after saving the Usergroup Manager and re-opening it only the following code is shown:

    <span style="font-size: 14pt; font-weight: bold; text-decoration: underline; font-style:italic; colo

    So there is a 100 character limit there (which, BTW, is not documented).

    This limit is too low. How can I increase it?

    Alexander
  • Lats
    Senior Member
    • Mar 2002
    • 3671

    #2
    You could change the datbase field for opentag to a larger size, or you could use some CSS, something like...
    Code:
    <span class='aphil123'>
    Then add this in the 'additional css' area under 'Main CSS'...
    Code:
    .aphil123
    {font-size: 14pt; font-weight: bold; text-decoration: underline; font-style:italic; color: #666696;}
    Lats...

    Comment

    • aphil123
      New Member
      • May 2005
      • 11
      • 3.5.x

      #3
      Ah yes, excellent simple solution! Why hadn't I thought of that? Thanks!

      Comment

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