Css Question

Started by Sacred Dragon November 3rd, 2008 7:32 PM
  • 770 views
  • 6 replies

Buoysel

Trust me, I'm a Professional*

Age 32
Male
Kansas City
Seen August 4th, 2015
Posted April 12th, 2015
2,006 posts
15 Years
^ He's right, but If you don't completely understand css, I suggest that you find someone to teach you css.

To answer your question, the only thing you need to "enable" css coding is to put the tags in.
I really need a new signature.

Gerri Shin

  

Male
Burbank, CA
Seen February 17th, 2014
Posted April 13th, 2013
3,575 posts
15.9 Years
here's a neat list I found useful when I began really messing with signatures.
also you can get some more good tutorials for css in general, which is actually not that hard to translate to the bbcode tags, over at http://www.w3schools.com/


Edit: oops sorry, I must've missed the little note in the first post. Usually Css isn't a default setting on forums to be turned off and on, most of the time you must create your own custom code tags for your users. usually those options are in the Admin CP.
Equipment:
Custom PC, MacBook Pro (MBPr), 3DSxl Blue, 3DS Midnight Purple, iPhone 4S Green

Archer

NSW, Australia
Seen January 26th, 2020
Posted January 5th, 2020
3,956 posts
16.6 Years
^ He's right, but If you don't completely understand css, I suggest that you find someone to teach you css.

To answer your question, the only thing you need to "enable" css coding is to put the tags in.
Unless you mean you want to allow it in your own forum. In that case, it varies from software to software. Basically, you should be able to allow it from Sig Settings in the ACP and then allow it in each part of the forum, through Forum Management.

Ooka

Cosmic

Age 30
Challenging The E4
Seen September 15th, 2022
Posted January 18th, 2020
2,621 posts
15.8 Years
Wait, so if you're asking how to make the tags, I can only help you out with MyBB.

Go into your ACP and find the Custom MyCode option. Fill it out like this:

MyCode Title :: CSS Tags
MyCode Description :: Gives users the ability to use CSS in signatures.
Regular Expression :: \[css-div=(.*?)\](.*?)\[/css-div\]
Replacement :: <div style="$1">$2</div>
Activate MyCode :: YES
If that's what you were asking for. :P It should work, if not just say so.
Age 30
Male
USA - Tennessee
Seen August 7th, 2017
Posted March 15th, 2011
46 posts
15 Years
Wait, so if you're asking how to make the tags, I can only help you out with MyBB.

Go into your ACP and find the Custom MyCode option. Fill it out like this:

MyCode Title :: CSS Tags
MyCode Description :: Gives users the ability to use CSS in signatures.
Regular Expression :: \[css-div=(.*?)\](.*?)\[/css-div\]
Replacement :: <div style="$1">$2</div>
Activate MyCode :: YES
If that's what you were asking for. :P It should work, if not just say so.
Thank you, I appreciate your answer :D.
Same for everyone else's too.

EDIT:

It didn't work...
It gives me 2 boxes that say:

BB Code Usage and HTML Replacement.

What do I put in those boxes?