PDA

Click to See Complete Forum and Search --> : Code Tags


jmsrickland
Jan 25th, 2008, 11:33 AM
Hack, I don't mean to get off topic and I won't do it again but I was just wondering about something. I see your statement under Please Help Us... where it says Please use ......

What's the difference between that and using ........

Note: Misspelled on purpose.

Hack
Jan 25th, 2008, 01:13 PM
Split into its own thread and moved to Forum Feedback

You are correct, there are two kinds of tags that can be used.

You can use your code goes in here or you can use your code goes here.

An Example of HighlightPrivate Sub Command1_Click()
Dim strHack As String
strHack = "VBF Guy"
Msgbox strHack
End SubUsing Code TagsPrivate Sub Command1_Click()
Dim strHack As String
strHack = "VBF Guy"
Msgbox strHack
End SubThere are issues with the Highlight tags that we need to get worked out so by in large, most folks use the Code Tags.

Paul M
Jan 25th, 2008, 06:16 PM
Here is another option...

use the Code Tag's like Hack said but just parse it through the following utility to have it highlighted ;)

Color your code in vBulletin [CODE] tags (http://www.codeguru.com/cpp/misc/samples/codehighlighting/article.php/c4693/)