Home | Forum | Arcade

FONT SIZE, COLOR, TYPE

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    The ALLSTARSCLUB Forum Index -> - - HTML SUPPORT - -
View previous topic :: View next topic  
Author Message
t h e . d r e a m e r
HYPER FREAK


Joined: 09 Sep 2005
Posts: 14795
Good Posts: +18

47778.50 Cash
Location: - - somewhere - -

PostPosted: Sat Jan 14, 2006 12:59 pm    Post subject: FONT SIZE, COLOR, TYPE Reply with quote

from randyfan

FONT SIZE
<font size='3'>TYPE YOUR TEXT</font>

Examples Of Sizes:

<font size="1">Font sized 1</font>
<font size="2">Font sized 2</font>
<font size="3">Font sized 3</font>
<font size="4">Font sized 4</font>
<font size="5">Font sized 5</font>
<font size="6">Font sized 6</font>
<font size="7">Font sized 7</font>
The font will stop rising at 7
[/i]
Back to top
View user's profile Send private message Send e-mail
t h e . d r e a m e r
HYPER FREAK


Joined: 09 Sep 2005
Posts: 14795
Good Posts: +18

47778.50 Cash
Location: - - somewhere - -

PostPosted: Sat Jan 14, 2006 1:12 pm    Post subject: Reply with quote

COLOR CODES contributed by randyfan

<script src="http://www.xara.com/affiliate/code.asp?id=536143&prod=3DHeadingMaker&type=3dheading"></script>

Please, if you are using this, use it. But if you wanna steal the whole code to put on your blog, atleast give me(randyfan) credits :)

randyfan...I forget the photobucket password for TheBrain to get the color code. Please help me add the codes here if possible. Thanks. Embarassed
Back to top
View user's profile Send private message Send e-mail
t h e . d r e a m e r
HYPER FREAK


Joined: 09 Sep 2005
Posts: 14795
Good Posts: +18

47778.50 Cash
Location: - - somewhere - -

PostPosted: Sat Jan 14, 2006 1:22 pm    Post subject: Reply with quote

from randyfan

FONT TYPE
<font face="FONT TYPE HERE">TYPE YOUR TEXT</font>

Replace FONT TYPE HERE with the type of font you want. Always remember to close your tag with </font>

example:
<font face="Monotype Corsiva">I like typing!</font>

TYPE of FONTS:
Monotype Corsiva
Arial Black
Verdana
Times New Roman
Courier New
Impact
Batang
Century
Comic Sans MS
Dungeon
Back to top
View user's profile Send private message Send e-mail
NiCA-ChAN
SUPER STAR


Joined: 29 Dec 2005
Posts: 4565
Good Posts: +15

15576.50 Cash
Location: Love Hina Cast

PostPosted: Fri Feb 03, 2006 5:42 pm    Post subject: with FONT,COLOR and SIZE... Reply with quote

How to make a code with
FONT , COLOR and SIZE!!
~~~~~~~~~~~~~~
<font face="FONT" size="SIZE" color="COLOR">TEXT HERE</font>
~~~~~~~~~~
BYE!!
-----------[/b]
_________________

Love is a mysterious thing like inside a box...
Love is where we express our feelings for somebody...
Love is where we send gifts like flowers, chocolates for them to feel our feelings for them...
Love is when a relationship build and build until it became pure...
That's my meaning of love. What's yours and who's your valentines?
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
Christine
SUPER STAR


Joined: 22 Nov 2005
Posts: 3881
Good Posts: +5

17923.50 Cash
Location: The Lost Red Stress Ball

PostPosted: Fri Feb 03, 2006 9:54 pm    Post subject: Re: with FONT,COLOR and SIZE... Reply with quote

biancadimero wrote:
How to make a code with
FONT , COLOR and SIZE!!
~~~~~~~~~~~~~~
<font face="FONT" size="SIZE" color="COLOR">TEXT HERE</font>
~~~~~~~~~~
BYE!!
-----------[/b]


Hmm... you should put up the CSS one. This kind of HTML is not accepted as the W something something already LOL.

I'll post the CSS version. It may be complicated, but it's really easy actually. Just copy and modify the content.

<--- Sorry.. Busy right now.. coming soon. -->
_________________

_________________
♥-- She’s going out to forget they were together
♥-- All that time he was taking her for granted.
♥-- She wants to see if there’s more than he gave.
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
t h e . d r e a m e r
HYPER FREAK


Joined: 09 Sep 2005
Posts: 14795
Good Posts: +18

47778.50 Cash
Location: - - somewhere - -

PostPosted: Mon Feb 06, 2006 1:20 pm    Post subject: Reply with quote

Try this:
<font face="Monotype Corsiva" size="4" color="RED">This is how it should look like!</font>

The code below is better because you can really have your choice of color range:
<DIV></DIV><FONT face="Lucida Handwriting, Cursive" color=#ff00ff size=3>TEXT HERE</FONT>


This is when you want to have the text bold:
<DIV></DIV><FONT face="Verdana, Geneva, Arial, Sans-serif" color=#00ff00 size=3><STRONG>TEXT HERE</STRONG></FONT>

Here's the link to HEX COLOR CODE guide
and some really cool stuffs-
http://www.nuthinbutnet.net/resources/colors.aspx
Back to top
View user's profile Send private message Send e-mail
lil_cookie--[killer]
PHSYCO BITCH


Joined: 17 Sep 2005
Posts: 8157
Good Posts: +22

24200.50 Cash
Location: Monroeville

PostPosted: Mon Feb 06, 2006 10:40 pm    Post subject: Reply with quote

hx, i can see you that your good at HTML Icon_emotions16

remember last time you had problems with the background and you sent me your password to just add a background??
what did you do wrong???

hehe
_________________


i ♥ Jack the Ripper
nananananananana
BATMAN!


Y.R.P are my heroes.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
t h e . d r e a m e r
HYPER FREAK


Joined: 09 Sep 2005
Posts: 14795
Good Posts: +18

47778.50 Cash
Location: - - somewhere - -

PostPosted: Tue Feb 07, 2006 3:17 pm    Post subject: Reply with quote

Yep...you were so helpful to me, a nobody who knows nothing with an ugly blog. You still help me till today! You're my Icon_angels11 in Nicksplat. So anybody who doesn't know about blogging, don't despair- there is always someone out there who will help you

and I'm pointing at this direction ^^^^^^^ and <<<<< and a lot more others here.
Back to top
View user's profile Send private message Send e-mail
randyfan
ALL STAR MEMBER


Joined: 09 Sep 2005
Posts: 1807
Good Posts: +4

5408.50 Cash
Location: at the pc...duh

PostPosted: Tue Feb 07, 2006 3:43 pm    Post subject: Reply with quote

The ALLSTARSCLUB wrote:
Try this:
<font face="Monotype Corsiva" size="4" color="RED">This is how it should look like!</font>

The code below is better because you can really have your choice of color range:
<DIV></DIV><FONT face="Lucida Handwriting, Cursive" color=#ff00ff size=3>TEXT HERE</FONT>


This is when you want to have the text bold:
<DIV></DIV><FONT face="Verdana, Geneva, Arial, Sans-serif" color=#00ff00 size=3><STRONG>TEXT HERE</STRONG></FONT>

Here's the link to HEX COLOR CODE guide
and some really cool stuffs-
http://www.nuthinbutnet.net/resources/colors.aspx


an easier way of bolding text is

<b>TEXT HERE</b>

HX likes confusing ppl with her long codes!!! :icon_angry3: Icon_emotions16
_________________

Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Ailyne
ALL STAR MEMBER


Joined: 18 Apr 2006
Posts: 1358
Good Posts: +4

7229.50 Cash

PostPosted: Wed Jun 07, 2006 12:54 pm    Post subject: Re: with FONT,COLOR and SIZE... Reply with quote

Christine wrote:
biancadimero wrote:
How to make a code with
FONT , COLOR and SIZE!!
~~~~~~~~~~~~~~
<font face="FONT" size="SIZE" color="COLOR">TEXT HERE</font>
~~~~~~~~~~
BYE!!
-----------[/b]


Hmm... you should put up the CSS one. This kind of HTML is not accepted as the W something something already LOL.

I'll post the CSS version. It may be complicated, but it's really easy actually. Just copy and modify the content.

<--- Sorry.. Busy right now.. coming soon. -->


Well I tried Bianca's code and it worked perfectly fine! Icon_emotions16
_________________
**&&you don't find happiness at the end of the road...you find it along the way...goodbye ASC**
Back to top
View user's profile Send private message
Karen
CRAZY DREAMER


Joined: 23 Nov 2005
Posts: 947
Good Posts: +16

3128.50 Cash
Location: Malaysia<3

PostPosted: Sun Jun 11, 2006 4:13 pm    Post subject: Reply with quote

Does anyone know the code for underlined text???
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
kalinaaaa!...
SUPER STAR


Joined: 14 Apr 2006
Posts: 3024
Good Posts: +2

7907.50 Cash
Location: philsss babeh x]

PostPosted: Sun Jun 11, 2006 5:18 pm    Post subject: Reply with quote

twinkl3dream wrote:
Does anyone know the code for underlined text???


Code wrote:
< u > TEXT HERE </ u >


Put the spaces together!!!
_________________
♥i will really miss you, you have all helped me through everything, you'll always be in my heart, asc♥
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
Christine
SUPER STAR


Joined: 22 Nov 2005
Posts: 3881
Good Posts: +5

17923.50 Cash
Location: The Lost Red Stress Ball

PostPosted: Tue Jun 13, 2006 9:59 am    Post subject: Reply with quote

Okay here's the CSS code xD

Code:
<style type="text/css">body h4 { color: cornflowerblue; font-family: sans-serif; font-size: 120% }
</style>


That's for all text and it changes the font family, colour and size (well I don't think the size really matters ^^) but now instead of typing <font> you type <h4> (I'm still figuring this out...) So if you want to do it the difficult way then.. i'm not stopping you xD I think you can also add underlined and bold in it but i've forgotten now x)
_________________

_________________
♥-- She’s going out to forget they were together
♥-- All that time he was taking her for granted.
♥-- She wants to see if there’s more than he gave.
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    The ALLSTARSCLUB Forum Index -> - - HTML SUPPORT - - All times are GMT + 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Free Forum Free Top Site List
Make this Forum Ad-Free




5137139