Computer Hope

Other => Other => Topic started by: berkanengin on July 18, 2007, 05:20:29 PM

Title: How do i change my font in my sig, for any forums?
Post by: berkanengin on July 18, 2007, 05:20:29 PM
I want to change my font in my sig for the xbox.com forums, but i don't know how, and I searched all over this site, and couldn't find out. Help would really be appretiated! ???
Title: Re: How do i change my font in my sig, for any forums?
Post by: CBMatt on July 18, 2007, 08:05:30 PM
In what way would you like to change it?  Did you want to change the color?

If so, you need to use BBcode such as...

Code: [Select]
[color=blue]YOUR TEXT[/color]
Just change blue to whatever color you desire.  Hex color codes (#0000FF) may also be used.
Title: Re: How do i change my font in my sig, for any forums?
Post by: Dark Blade on July 18, 2007, 08:53:49 PM
Here - Complete Hex Code List (http://www.mediahosting.us/colors.html)
Title: Re: How do i change my font in my sig, for any forums?
Post by: berkanengin on July 20, 2007, 08:06:57 PM
Here - Complete Hex Code List (http://www.mediahosting.us/colors.html)
Thanks a lot, but I want to change the font, and the font size as well...
Title: Re: How do i change my font in my sig, for any forums?
Post by: Dark Blade on July 20, 2007, 08:27:26 PM
Oh. Well then....

Text Size
As long as the forum supports BBCode (most do), this should work:
Code: [Select]
[size=25pt]LARGE[/size]
[size=5pt]small[/size]
[size=10pt]AvErAgE[/size]
Note that the above dont work because they're in a code block.

Font Type
Tahoma! Again, use the below BBCode:
Code: [Select]
[font=Tahoma]Tahoma[/font]
[font=Verdana]Verdana (our normal font)[/font]
And so on. But note that not all fonts work; there should be a list out there on the internet if you look hard enough.

So there you go. Anything else you wanted?