![]() |
| |||||||
| phpBB2 General Questions Post your phpBB2 questions here, no bug reports. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Member ![]() | On my forum post theres something called 'code' at the url, pics and etc below the topic post. What is the use of that thing? I thought it is for HTML printout... and how can we post a HTML in my forum post? its like putting a pics on the post but i need to put a HTML code at the post, is that possible? if it is, teach me how please... Thank you ![]() |
| |
| | #2 (permalink) |
| Senior Forumer ![]() | Most code uses whitespace to make reading code easier. The code tags allow for the white space. Consider the following. int i=0,j=0; for(i;i<100;i++) { // for loop printf("The current value of i is %d\n",i); for(j;j<100;j++) { // nested for loop printf("The current value of j is %d\n",j); } } Code: int i=0,j=0;
for(i;i<100;i++) {
// for loop
printf("The current value of i is %d\n",i);
for(j;j<100;j++) {
// nested for loop
printf("The current value of j is %d\n",j);
}
}
Last edited by no2pencil; 02-24-2009 at 11:54 PM.. |
![]() | |
| |
| | #3 (permalink) |
| Member ![]() | oh... thanks for that info cos i really dont know whats the use of that 'code'. and about HTML printout, can anyone help me about that? how to post a HTML on my forumer forum post..... Thanks |
| |
| | #4 (permalink) |
| Senior Forumer ![]() ![]() | See this article in the knowledge base. It will help you. http://kb.forumer.com/index.php?acti...id=29&relid=10 |
![]() | |
| |
| | #6 (permalink) |
| Elite Forumer ![]() ![]() ![]() | Support Resolved! If you have any further questions, feel free to create a new thread. Thanks for choosing Forumer! ![]() |
![]() [For sale][IHWC forums][Free Computer Wallpapers][Just a Community] [Tweaked for your Pleasure][For sale][For sale][TechMonkeys.co.uk] USEFUL TIP: If your support request gets resolved, click on THREAD TOOLS > MARK THIS THREAD AS SOLVED. This will mark the thread RESOLVED and will close the thread. (please use this tip!) Please DO NOT! PM/e-mail me for support unless I ask you to. Do a search and if you don't find your answer create a thread with your question and I will be happy to help. I can not be replying the same answer over and over in an e-mail/PM. Thanks. | |
| |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Code Question | CjadtheNord | Forumer Discussion | 1 | 01-05-2007 11:31 PM |
| [BUYING]Money Code and Rep Code [1000f$+] | JJRedick4 | Services | 5 | 10-20-2006 03:01 AM |
| Code Question | LyricalInsomnia | IPB General Support | 3 | 06-01-2006 02:34 PM |
| [quick Question]og Code, i lost my code(ahh..paste mistake) | z9_chison | IPB General Support | 1 | 07-21-2005 12:34 PM |
| Question About This Code? | immbskm | IPB General Support | 0 | 12-31-1969 06:00 PM |