05-12-2015, 05:50 AM
(This post was last modified: 27-09-2024, 05:10 PM by MangaD. Edited 2 times in total.)
It is now possible to specify a language in the code. E.g.
[code=php]echo hello;[/code]
And it is possible to make tables and specify their width (in percentage). Button to add a table however is only available in Full Edit to avoid cluttering the editor toolbar.
[table=30][tr][th][url=https://hf-empire.com]heading 1[/url][/th]
[th]heading 2[/th]
[/tr]
[tr][td]cell 1[/td]
[td]cell 2[/td]
[/tr]
[tr][td][url=https://hf-empire.com]cell 3[/url][/td]
[td]cell 4[/td]
[/tr]
[/table]
[code=php]echo hello;[/code]
echo hello;
#include <iostream>
// [b]testing bug[/b] @MangaD :) =D -_- lfpwnd $var :^D https://hf-empire.com
int main(int argc, char** argv) {
std::cout << "Hello HFE!" << std::endl;
return 0;
}
// [b]bug[/b] @MangaD :) =D -_- lfpwnd $var :^D https://hf-empire.com
And it is possible to make tables and specify their width (in percentage). Button to add a table however is only available in Full Edit to avoid cluttering the editor toolbar.
[table=30][tr][th][url=https://hf-empire.com]heading 1[/url][/th]
[th]heading 2[/th]
[/tr]
[tr][td]cell 1[/td]
[td]cell 2[/td]
[/tr]
[tr][td][url=https://hf-empire.com]cell 3[/url][/td]
[td]cell 4[/td]
[/tr]
[/table]
heading 1 | heading 2 |
---|---|
cell 1 | cell 2 |
cell 3 | cell 4 |