grahamlabdon
September 29th, 2006, 06:29 AM
this is a test
[code]
for (int i = 0; i < 10; ++i)
{
}
[\code]
[code]
for (int i = 0; i < 10; ++i)
{
}
[\code]
|
Click to See Complete Forum and Search --> : code tags test grahamlabdon September 29th, 2006, 06:29 AM this is a test [code] for (int i = 0; i < 10; ++i) { } [\code] Nibinaear October 13th, 2006, 08:41 AM Put your closing tag's slash as a forward slash not a back one. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |