PDA

View Full Version : need help ! ... again ... :(



Magus
05-04-2002, 01:01 AM
how do i make my sig. text like ... twice smaller ??? i dont think it says anything 2 do that here: http://www.eyesonff.com/forums/misc.php?s=&action=bbcode

crono_logical
05-04-2002, 01:03 AM
<B>&lt;FONT SIZE="-2"><I>text goes here</I>&lt;/FONT>

Squally Leonharty
05-04-2002, 07:11 AM
There's also a BB code for it. :p

[ SIZE=1]text goes here[ /SIZE] (without spaces behind [ )

Which makes:

text goes here ;)

The Man
05-04-2002, 12:57 PM
Originally posted by Squally Leonharty
There's also a BB code for it. :p

[ SIZE=1]text goes here[ /SIZE] (without spaces behind [ )

Which makes:

text goes here ;) To get that kind of thing to display in the boards, you can put html bold tags in between the [ and the text, like so:

<BLOCKQUOTE><BLOCKQUOTE>[&lt;b&gt;&lt;/b&gt;SIZE=1]text goes here[&lt;b&gt;&lt;/b&gt;/SIZE]</BLOCKQUOTE>yields

<BLOCKQUOTE>text goes here</BLOCKQUOTE>yields

<BLOCKQUOTE>text goes here</BLOCKQUOTE></BLOCKQUOTE>As for how I got the bold tags to display, there's special HTML escape characters you can use for &lt; and &gt; signs: &lt; for "less than" and &gt; for "greater than". I got the escape codes to display by perforating them with bold tags. Yep, it's complicated.
<FONT SIZE="-2">
Just so ya know.

</FONT>Peace
The Man

crono_logical
05-04-2002, 01:57 PM
I just remember that [ is 91 in ascii, so I just replace it with <B>&amp;#91; </B>, giving &#91; :p That way I only have to change one character when I want that sort of stuff to display :)

And 91 = 13 x 7, dunno why I use that to remember it though xD

The Man
05-04-2002, 02:26 PM
*tries this out*

Use the &#91;spoiler&#93 and &#91/spoiler&#93 tags to mark your spoilers, please.

Edit: Wow, it works. Awesifty. :D

I never even knew that part of HTML existed. Where'dja learn that, CL? [/EDIT]

Peace
The Man