I just want to know if it is avalable and how to use it in the forum ?
Like this:
http://www.thescripters.com/forum/viewtopic.php?t=18
How to make a "spoiler tag" ?
How to make a "spoiler tag" ?
Motherboard: Intel D975XBX2
Processor: Intel Core2 E6700 @ 3Ghz
Ram: Corsair 2 x 1GB DDR2 PC6400
Video Card: Nvidia GeForce 8800 GTX 768MB GDDR3 384 bits PCI-Express 16x
HDD: Western Digital Raptor 150GB 10000 rpm
OS: Windows Vista Business 32 bits
Processor: Intel Core2 E6700 @ 3Ghz
Ram: Corsair 2 x 1GB DDR2 PC6400
Video Card: Nvidia GeForce 8800 GTX 768MB GDDR3 384 bits PCI-Express 16x
HDD: Western Digital Raptor 150GB 10000 rpm
OS: Windows Vista Business 32 bits
- Dracontes
- Posts: 24
- Joined: 07.02.2006
- Age: 41
- With us: 18 years 9 months
- Location: Algarve, Portugal
- Contact:
You could always set the font colour to black and have people who would like to read the text to highlight it, such as below:
-->It wouldn't be too different from having [spoiler]text[/spoiler] IMHO and it's an already available feature.
-->It wouldn't be too different from having [spoiler]text[/spoiler] IMHO and it's an already available feature.
Celestia: v1.4.1
OS: Win XP Home Ed. 2002 v5.1.2600 SP 2
Mobo: ASUS P5VDC-X
CPU: Intel Pentium 4 3.40GHz LGA 755
HD: ST32008AS 186GB 7200rpm SATA
RAM: DDR 1.00GB PC 400
GPU: 2×ATI Radeon 9250 SE 128MB DDR SGRAM/SDRAM
OpenGL: v6.14.10.5819
OS: Win XP Home Ed. 2002 v5.1.2600 SP 2
Mobo: ASUS P5VDC-X
CPU: Intel Pentium 4 3.40GHz LGA 755
HD: ST32008AS 186GB 7200rpm SATA
RAM: DDR 1.00GB PC 400
GPU: 2×ATI Radeon 9250 SE 128MB DDR SGRAM/SDRAM
OpenGL: v6.14.10.5819
Ok but I try it:
[spoiler]Something[/spoiler]
It doesn't work
->> Of course, when I write in black with a black font, it work
[spoiler]Something[/spoiler]
It doesn't work
->> Of course, when I write in black with a black font, it work
Motherboard: Intel D975XBX2
Processor: Intel Core2 E6700 @ 3Ghz
Ram: Corsair 2 x 1GB DDR2 PC6400
Video Card: Nvidia GeForce 8800 GTX 768MB GDDR3 384 bits PCI-Express 16x
HDD: Western Digital Raptor 150GB 10000 rpm
OS: Windows Vista Business 32 bits
Processor: Intel Core2 E6700 @ 3Ghz
Ram: Corsair 2 x 1GB DDR2 PC6400
Video Card: Nvidia GeForce 8800 GTX 768MB GDDR3 384 bits PCI-Express 16x
HDD: Western Digital Raptor 150GB 10000 rpm
OS: Windows Vista Business 32 bits
Sorry, as best I can tell, phpbb doesn't support spoilers unless a "mod" is applied, which is unlikely to happen on the Celestia Forum.
Black letters are invisible only if you are using the Solaris board style which uses white letters on a black background. I use Subsilver which uses black letters on a light-grey background.
Black letters are invisible only if you are using the Solaris board style which uses white letters on a black background. I use Subsilver which uses black letters on a light-grey background.
Selden
Fightspit wrote:Ok but I try it:[spoiler]Something[/spoiler]
... What??s wrong with ROT-13?
There can??t be that many things you don??t want to spoil for us in Celestia - after all... i can??t really see myself going, OMG! I saw Fightspit??s new texture before downloading it! Oh no!
Save this code in a plain text file named "rot13.html" and open it in your browser. Then you can code/decode spoilers to your heart??s content:
Code: Select all
<HTML><HEAD><TITLE>ROT-13 Converter</TITLE></HEAD>
<BODY BGCOLOR="#eeeeee">
<SCRIPT LANGUAGE="JavaScript"><!--
var coding = 'ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMabcdefghijklmnopqrstuvwxyzabcdefghijklm';
function rot13() {
var value = document.myForm.myText.value;
for (var text = '',i=0;i<value.length;i++) {
character = value.charAt(i);
position = coding.indexOf(character);
if (position > -1)
character = coding.charAt(position + 13);
text += character;
}
document.myForm.myText.value = text;
}
//-->
</SCRIPT>
<center><BR><BR><span style="font-family:verdana,sans-serif;font-size:12px;font-weight:bold;">Convert text to and from ROT13:</span><BR>
<FORM NAME="myForm">
<TEXTAREA COLS="160" ROWS="25" NAME="myText" style="width:500px;height:400px;color:#000000;background:#ffffff;border:1px#cccccc solid;font-family:verdana,sans-serif;font-size:11px;"></TEXTAREA>
<BR><br>
<INPUT TYPE="BUTTON" onClick="rot13()" VALUE="Convert" style="font-family:verdana,sans-serif;font-size:11px;font-weight:bold;color:blue;background:#eeeeee;">
</FORM></center></BODY></HTML>
- rthorvald
rthorvald wrote:There can??t be that many things you don??t want to spoil for us in Celestia - after all... i can??t really see myself going, OMG! I saw Fightspit??s new texture before downloading it! Oh no!
- rthorvald
Don't worry , I just disvored in other forums the spoiler tag and I won't use it several time without a particular reason .
I think it is a "good" idea for some post where someone want to say something "crude" (to anybody why not ). So people don't have to read what he wrote.
Motherboard: Intel D975XBX2
Processor: Intel Core2 E6700 @ 3Ghz
Ram: Corsair 2 x 1GB DDR2 PC6400
Video Card: Nvidia GeForce 8800 GTX 768MB GDDR3 384 bits PCI-Express 16x
HDD: Western Digital Raptor 150GB 10000 rpm
OS: Windows Vista Business 32 bits
Processor: Intel Core2 E6700 @ 3Ghz
Ram: Corsair 2 x 1GB DDR2 PC6400
Video Card: Nvidia GeForce 8800 GTX 768MB GDDR3 384 bits PCI-Express 16x
HDD: Western Digital Raptor 150GB 10000 rpm
OS: Windows Vista Business 32 bits
Don't worry , I just disvored in other forums the spoiler tag and I won't use it several time without a particular reason .
I think it is a "good" idea for some post where someone want to say something "crude" (to anybody why not ). So people don't have to read what he wrote.
It would seem to me that either PM's or emails would be better if you want to convey a message that others would regard as being crude or rude. Why bothering all that laundry in public if you don't have to?
...John...
"To make an apple pie from scratch, you must first create the universe..."
--Carl Sagan
--Carl Sagan