Using a small picture to modify the brackets on the Group Legend
3 posters
Page 1 of 1
Using a small picture to modify the brackets on the Group Legend
https://help.forumotion.com/t136323-modify-the-brackets-on-the-group-legend
^
has some amazing helpful stuff, but I was wondering if in the "content" area of the code if I could place an image or something instead of a symbol or etc.
If it's possible, I'd like to know how or what I'd add to make it possible.
My board: http://superhero-rpg.com
^
has some amazing helpful stuff, but I was wondering if in the "content" area of the code if I could place an image or something instead of a symbol or etc.
If it's possible, I'd like to know how or what I'd add to make it possible.
My board: http://superhero-rpg.com
Re: Using a small picture to modify the brackets on the Group Legend
Well, try this:
Replace URL-HERE with the image URL.
- Code:
background: url(URL-HERE) no-repeat;
Replace URL-HERE with the image URL.
Re: Using a small picture to modify the brackets on the Group Legend
Hello Chellizard,
In the content property value, you can write url() to specify an image :
Replace /myimage.gif by the URL of your image. ^^
In the content property value, you can write url() to specify an image :
- Code:
#groupLegend b:after { content:url('/myimage.gif') }
Replace /myimage.gif by the URL of your image. ^^
Similar topics
» Modify the brackets on the group legend
» Group Legend Brackets problem
» Question on how-to-modify the group legend
» Modifying the group brackets
» How to make group become legend or show in legend?
» Group Legend Brackets problem
» Question on how-to-modify the group legend
» Modifying the group brackets
» How to make group become legend or show in legend?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum