Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Code coloring...
Hi, how can I change the default code tag format, I mean, I want to put the code in a div, with some color schemes, etc.etc. but I can't find where the code parsing is !!!!
Also, I want to highlight my code, for php and html syntax, but this addon: Code Prettify 1.0 but My website took deformed.....
Thanks
Also, I want to highlight my code, for php and html syntax, but this addon: Code Prettify 1.0 but My website took deformed.....
Thanks
0
This discussion has been closed.
Comments
#Comments code { ... ... }
I try the Code Prettify and it can't work with Comment Links, I think it may be have a conflict with Comment links.
Yes, they don't work with each other because they fight each other for the javascript onload event. I have this fixed in the next version of CommentLinks which should be out soon.
The code prettify doesn't work well in I.E. 7, which ignores the newlines in the code block. Since IE7 still ignores white-space: pre; in CSS, you might be able to fix this by adding <pre> tags around the code block. I will look into getting them added automatically in the next version.