GreekChat.com Forums

GreekChat.com Forums (http://www.greekchat.com/gcforums/index.php)
-   Alpha Phi (http://www.greekchat.com/gcforums/forumdisplay.php?f=54)
-   -   Alpha Phi Signatures (http://www.greekchat.com/gcforums/showthread.php?t=15458)

bruinaphi 03-01-2002 12:45 PM

Alpha Phi Signatures
 
Hey Valkyrie,

Can you explain to everyone how you created the cool Alpha Phi signature?

Thanks!

Laura

TechAPhi 03-02-2002 10:37 PM

Hi Laura,

In the Frequently Asked Questions section, there is a section that teaches you how to do color, formatting, etc. See: FAQs Section - Click HERE

Basically, you just need to put brackets [], around the letter "I" to make italic text. Then close the tag by doing a:
[/I]

to make it stop. I would show you an example, but if I type the code, it will not display the code, it will display the results of the code (if that makes any sense).

The FAQs will answer your questions. :)

AOE,
Jen

TechAPhi 03-02-2002 10:46 PM

Another try:
 
Below I will be using {} instead of []. When you attempt it yourself, type the brackets [] instead of {}.

-->So to make text BOLD:

You would type:

{B} ALPHA PHI {/B} (remember instead of the {}, you would use [] )

The text would look like this:

ALPHA PHI

TechAPhi 03-02-2002 10:46 PM

-->To make text ITALICIZED

You would type:

{I} ALPHA PHI {/I} (remember instead of the {}, you would use [] )

The text would look like this:

ALPHA PHI

TechAPhi 03-02-2002 10:47 PM

--> To make text appear in COLOR

You would type:

{COLOR=darkred} ALPHA PHI {/COLOR} (remember instead of the {}, you would use [] )

The text would look like this:

ALPHA PHI

NOTE: The color options are as follows:

skyblue
royalblue
blue
dark-blue
orange
orange-red
crimson
red
firebrick
darkred
green
limegreen
sea-green
deeppink
tomato
coral
purple
indigo
burlywood
sandybrown
sienna
chocolate
teal
silver

You must enter the colors the way they appear above. No spaces.

TechAPhi 03-02-2002 10:51 PM

--> To make text appear LARGER

You would type:

{SIZE=6}ALPHA PHI{/SIZE} (remember you would type [] instead of {} )

The text would look like this:

ALPHA PHI

--> To make text appear SMALLER

You would type:

{SIZE=1}ALPHA PHI{/SIZE} (remember you would type [] instead of {} )

The text would look like this:

ALPHA PHI

The size options are as follows:

1 (very small)
2
3
4
5
6 (very large)

TechAPhi 03-02-2002 10:55 PM

Make a combination!
 
To, for example, make text bold and large, you'd do this:


{SIZE=6}{B}{COLOR="firebrick"}Alpha Phi RULES!{/COLOR}{/B}{/SIZE}

REMEMBER to replace {} with [] !


Your text would look like this:

Alpha Phi RULES!



Edited to make an ever-so-slight correction.

TechAPhi 03-02-2002 10:56 PM

Let me know if you have anymore questions. :)

AOE,
Jen

SATX*APhi 03-03-2002 08:21 AM

Wow, that was awesome!

What are sisters for? :)

TechAPhi 03-04-2002 12:43 AM

SATX*Aphi: You're always so sweet. Thanks. :)

TechAPhi 03-04-2002 12:52 AM

Different fonts...
 
I just thought of one last item. Making text in various fonts.

--> To make text appear in different fonts.


** As a reminder, you would replace { } with [ ] .

You would type:

{FONT=times new roman} ALPHA PHI {/FONT}

The text would look like this:

ALPHA PHI

The text above should appear in Times New Roman font face. The options are virtually limitless, but you have to remember that there are only a FEW fonts that all computers (or most computers have). Those fonts are:

- arial (most Macintoshes have this font)
- times new roman (most Macintoshes have this font)
- courier (most Macintoshes have this font)
- century gothic (** not on most Macintoshes)
- symbol (** not all Macintoshes have this either)

If person X doesn't have a certain font installed on their computer, your text will not show up the same on their computer.

TechAPhi 03-04-2002 01:11 AM

Let's make Greek letters!
 
A B G D


--> To make Greek letters ( AF )


** As a reminder, you would replace { } with [ ] .

You would type:

{FONT=symbol} A F {/FONT}

(I am typing F for the letter "Phi" because that is the standard keyboard equivalent. The font "Symbol" will convert it appropriately. )

The text would look like this:

A F

The text above should appear as Greek letters. Again if there are people out there without the font called "Symbol" installed on their computers, they will not see Greek letters.

TechAPhi 03-04-2002 01:42 AM

Putting it ALL together
 
Let's say you want a signature that has your greek letters and your chapter name. You want the Greek letters and the chapter name to be bordeaux (or as close as we can get here), and you want them to be large and bold.

On the next line you want your favorite quote from the Alpha Phi Creed. You want the quote to be somewhat smaller, in silver italics.

Here's what you would do:

(Again as a reminder, replace { } with [ ] .)

{B}{COLOR=darkred}{SIZE=5}{FONT=symbol}AF{/FONT}{/SIZE} - {SIZE=4}Gamma Iota Chapter at Texas Tech {/SIZE}{/COLOR}{/B}

With the code above, your text should appear like this:

AF - Gamma Iota Chapter at Texas Tech

Notice in the code above, I close the FONT tag before all of the others because I want the rest of my text NOT to appear in greek letters.

Remember that EVERY tag needs a closing tag, so if you start italics with {I}, you must close it when you don't want your text to be italicized anymore.

For your second line, you would code it something like this:

{B}{COLOR=silver}{SIZE=2}{I}"I believe in the friendships formed in the springtime of my youth."
-- The Alpha Phi Creed{/I}{/SIZE}{/COLOR}{/B}

With the code above, your text should look like this (again, remember to replace { } with [ ] when you actually try it):

"I believe in the friendships formed in the springtime of my youth."
-- The Alpha Phi Creed


Final note, remember to close all tags in reverse order, so if you start with Italics, then Bold, then Color; close tags starting with Color, then Bold, then Italics. :)

The finished product:

AF - Gamma Iota Chapter at Texas Tech
"I believe in the friendships formed in the springtime of my youth."
-- The Alpha Phi Creed


That's it Good luck!

TechAPhi 03-04-2002 02:38 AM

SATX*APhi:


You must replace your { }s with brackets--- [ ] .

So you will have [B] not {B}. I couldn't write the above rules using the brackets because they would not show up on screen. So replace { } with [ ].

Okay? If you have questions PM me. :)

Jen

SATX*APhi 03-04-2002 02:41 AM

I'm trying, I'm trying. :rolleyes: This is rather confusing, but it's okay. Thanks Jen!


All times are GMT -4. The time now is 06:23 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.