How to use Code Tags


 
Thread Tools Search this Thread
Contact Us Post Here to Contact Site Administrators and Moderators How to use Code Tags
# 1  
Old 09-07-2012
MySQL How to use Code Tags

Hello moderator, i've tried to watch the video tutorial, cause i'd like to use this forum by the right way, but it was imposible, i just can see the comment of other persons about it, anything else.
What am i to do about it?
Thanks
# 2  
Old 09-07-2012
code tags look like this:

[code] ls *.*[/code] is what you actually type in the reply.
This is what it looks like when you view it later:
Code:
 ls *.*

This User Gave Thanks to jim mcnamara For This Post:
# 3  
Old 09-07-2012
To use codetags...
type in your script

cat file1
cut -d":" -f2 file2 > file3

highlight it with your mouse
and then click on the codetag icon
How to use Code Tags-codetagsjpg
This User Gave Thanks to joeyg For This Post:
# 4  
Old 09-07-2012
Code:
cat file1
cut -d":" -f2 file2 > file3

Ohh thanks, i feel sorry myself jajaj, but i'm agree using that ways cause, it's more easy to the rest of the user to separate de code from the comment.
This User Gave Thanks to Newer For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

No code tags

Cound some kind moderator soul enforce the code tags rule on this thread - I'm tired of making fixes here and the OP doesn't obey the rules. (4 Replies)
Discussion started by: vgersh99
4 Replies
Login or Register to Ask a Question