Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to hide your answers 1

Status
Not open for further replies.

chiph

Programmer
Jun 9, 1999
9,878
US
If you want to hide your answers from casual observation, put them in a TGML code block, with color tags inside set to white. So, do something like this:
[ignore]
Code:
[white]
Here's my secret answer
[/white]
[/ignore]
The readers of the forum can then read the answer by highlighting the code block with their mouse. Here's a sample:
Code:
[white]
Here's my secret answer
[/white]
Chip H

____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
But I'm reading this website in vi, after downloading the page using wget :(

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Hopefully that illness isn't catching ;)

barcode_1.gif
 
But I'm reading this website in vi, after downloading the page using wget :(
My sympathies. Should have used emacs.
;-)

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Code:
[white]
Thats really cool, i thought my browser was experiencing microsof...oops...malfunctions
[/white]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top