Replies

Aug 24, 2021 4 years ago
Flying Ace
Ciannwn
User Avatar
Gwyn ap Nudd

I copied the bulleted list code from the sCode Reference page. It created the neat line spacing but no bullets. https://subeta.net/petinfo.php?petid=6009269. It's the same when trying to do a numbered list. EDIT - Problem solved with coding provided by spacemage

Copying the same bulleted list code in this post gives bullets.

  • Item one
  • Second item
  • Last item

I found a web page which supplies copy and paste Bullet Point symbols https://fsymbols.com/signs/bullet-point/ so I was able to add a point manually. I can also add numbers manually. It's fiddly doing things manually so I'm wondering if there's a way of making the sCode work properly in a pet profile. Other sCodes I've used in pet profiles do what they are supposed to.

Quote
Ph&;nglui mglw&;nafh Cthulhu R&;lyeh wgah&;nagl fhtagn
H.P Lovecraft
[tot=Ciannwn]

Aug 25, 2021 4 years ago
spacemage
is fashionable
User Avatar

There isn't a issue with the scode directly, it's the css that is applied by default to a pet profile cause the stats of a pet is a list and they disabled the bullets/numbers/other for that. The below style code will bring bullets to any list you add

li { list-style: disc; }

NOTE: you can have it numbered instead by changing the style from "disc" to "decimal"

I made a forum group for CustomCSS and more

Aug 25, 2021 4 years ago
Flying Ace
Ciannwn
User Avatar
Gwyn ap Nudd

Thanks.

Quote
Ph&;nglui mglw&;nafh Cthulhu R&;lyeh wgah&;nagl fhtagn
H.P Lovecraft
[tot=Ciannwn]

Please log in to reply to this topic.