Members Online
Total Online: 50 Web Spiders: 28
Guests Online: 44
Members Online: 6
Registered Members: 70172 Newest Member: kosova
|
View Thread
| Author |
Code tag in Articles Comment |
Arto_8000
Member
Posts: 275
Location:
Joined: 28.03.06 Rank: HBH Guru |
|
Well since most of the article talk about programming language, I think there should be a code tag for it. So instead of seeing code wrap in one line we should be able to see them in multiple line just like in forum. That would be more praticle.
Actually it looks like this :
int main() { int i; for (i=0;i<5;i++) { cout << "Number : " << i; } }
And with code tag :
int main()
{
int i;
for (i=0;i<5;i++)
{
cout << "Number : " << i;
}
}
♥♣♦♠ PHP/Javascblockedript/AJAX, XSLT/XML, CSS Design, Javascblockedript POO, PHP 5 POO, SQL, Java (Swing & Servlet), C, C++, ASM, Forth ♥♣♦♠
If you need help in any domain that I have listed, I can help you. |
|
| Author |
RE: Code tag in Articles Comment |
Uber0n
Member

Posts: 1963
Location: Sweden
Joined: 13.06.06 Rank: God |
|
That's a good idea ^^

http://uber0n.webs.com/ |
|
| Author |
RE: Code tag in Articles Comment |
mozzer
Member

Posts: 339
Location: Password Land
Joined: 21.01.06 Rank: God |
|
Errr, you can do that using BBCode
\[code\]
I will be back |
|
| Author |
RE: Code tag in Articles Comment |
Arto_8000
Member
Posts: 275
Location:
Joined: 28.03.06 Rank: HBH Guru |
|
mozzer -> code tag is not implement in articles or it's just that the button for code is not there ... Take a look and you will see.
♥♣♦♠ PHP/Javascblockedript/AJAX, XSLT/XML, CSS Design, Javascblockedript POO, PHP 5 POO, SQL, Java (Swing & Servlet), C, C++, ASM, Forth ♥♣♦♠
If you need help in any domain that I have listed, I can help you. |
|
|
|
|