| Author |
Message |
|
|
seo
Joined: 16 Mar 2006 Posts: 1999
|
Posted: Mon May 01, 2006 1:47 am Post subject: Do not wrap text inside [code][/code] |
|
|
Is it better to not wrap text inside [code ][/code ]? _________________ Travel News Online College Degree |
|
| Back to top |
|
 |
|
|
will
Joined: 28 Apr 2006 Posts: 22
|
Posted: Mon May 01, 2006 4:24 pm Post subject: |
|
|
what do you mean? why would it matter? _________________ www.willstumpf.com |
|
| Back to top |
|
 |
seo
Joined: 16 Mar 2006 Posts: 1999
|
Posted: Mon May 01, 2006 9:58 pm Post subject: |
|
|
Let's say that I post the following code here:
| Code: |
if (condition)
{
// do something and something and something
}
|
Isn't is kind of confusing if it displays,
| Code: |
if (condition)
{
// do something and
something and something
}
|
_________________ Travel News Online College Degree |
|
| Back to top |
|
 |
LucnetSolutions
Joined: 02 May 2006 Posts: 133 Location: Huntsville
|
Posted: Wed May 03, 2006 9:45 am Post subject: |
|
|
If you are new to coding it might be confusing, but over all I don't see anything wrong with it. _________________ http://www.LucnetSolutions.com - World Wide Hosting Solutions |
|
| Back to top |
|
 |
jadedman
Joined: 20 Sep 2006 Posts: 61
|
Posted: Mon Sep 25, 2006 4:03 am Post subject: |
|
|
| Nothing wrong with it, until it stretches the page too far horizontally. |
|
| Back to top |
|
 |
|
|
|
|
|