pickachu Posted October 1, 2008 Share Posted October 1, 2008 Hi, how do i change php, html codes color in a code bb tag?? Link to comment https://forums.phpfreaks.com/topic/126687-php-bbcode-help/ Share on other sites More sharing options...
hawkenterprises Posted October 1, 2008 Share Posted October 1, 2008 I'm assuming you mean something like this <font color="#XXXXXX">Yay</font> to this [color="#XXXXXX"]Yay[/color] If you are referring to CSS which you should probably be using instead then it's a whole another ball of wax with classes and ids to work with. Perhaps you should talk about what the goal of your project is and we can provide you with a possible another solution. Link to comment https://forums.phpfreaks.com/topic/126687-php-bbcode-help/#findComment-655216 Share on other sites More sharing options...
pickachu Posted October 1, 2008 Author Share Posted October 1, 2008 I mean.. automatically changes the color of the code inside a code BB tag.. so if i post this <?php $echo 'Hello World!'; ?> i would get <?php $echo 'Hello World!'; ?> Link to comment https://forums.phpfreaks.com/topic/126687-php-bbcode-help/#findComment-655220 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.