|
-
Apr 24th, 2008, 10:39 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] putting [b] inside [highlight]
I've seen it done but when I try it displays the bold tags in the actual code. How do i do it?
-
Apr 24th, 2008, 10:57 AM
#2
Re: putting [b] inside [highlight]
Select text you want to highlight and click the "B" button, color, etc...
-
Apr 24th, 2008, 11:56 AM
#3
Re: putting [b] inside [highlight]
I think he wants to actualy see [b] in the code block....
There's a noparse tag.... [noparse][/noparse] that will prevent the bbcodes from being interpreted.
-tg
-
Apr 24th, 2008, 12:02 PM
#4
Thread Starter
Fanatic Member
Re: putting [b] inside [highlight]
Actually, it's the exact opposite techno. If I say..copy some code form a post
and want to highlight a portion that i've added for illustrations sake...i get this..
vb Code:
do until bLoop=True [B]bLoop=true[/B] loop
I need to have the bloop=true part be in bold.
-
Apr 24th, 2008, 12:28 PM
#5
Re: putting [b] inside [highlight]
Gotcha.... never had that issue... but I use the code tags instead...
-tg
-
Apr 24th, 2008, 12:32 PM
#6
Re: putting [b] inside [highlight]
-
Apr 24th, 2008, 12:36 PM
#7
Re: putting [b] inside [highlight]
That will happen with highlight tags, but not with code tags. Most folks aren't aware of simply because everyone uses code tags.
This is a known issue and will be with us as long as the copying issue with the highlight tags is.
-
Apr 24th, 2008, 01:01 PM
#8
Thread Starter
Fanatic Member
Re: putting [b] inside [highlight]
wait..the copying issue?
I use highlight tags because..well..it..highlights..but what you're saying is that if i need to bold something that i should use code tags instead??
-
Apr 24th, 2008, 01:16 PM
#9
Re: putting [b] inside [highlight]
in a nutshel.... yup..
-tg
-
Apr 24th, 2008, 01:22 PM
#10
Thread Starter
Fanatic Member
Re: putting [b] inside [highlight]
what copying issue were you speaking about previously?
-
Apr 24th, 2008, 01:33 PM
#11
Re: putting [b] inside [highlight]
Copy & paste this into VB (or NotePad):
vb Code:
Dim i as Integer
For i = 1 To 10
MsgBox i
Next i
.. you'll notice extra line-breaks/characters/indentation.
There are a few recent threads in Forum Feedback which explain how to work-around it, but it is still a bit of a nuisance.
-
Apr 25th, 2008, 09:08 AM
#12
Thread Starter
Fanatic Member
Re: putting [b] inside [highlight]
ah yes... the # signs and such. I pasted some vb code from a forum awhile back and noticed that. Thanks for the help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|