What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » General Chit Chat » HTML help

HTML help
Author: Message:
Flaming Rob
Junior Member
**

Avatar

Posts: 43
Reputation: 2
Joined: Dec 2006
O.P. HTML help
i need to make my text really big but do not no the code to do this
can anyone help me?
[Image: robsigfw2.png]
08-06-2007 01:02 PM
Profile E-Mail PM Find Quote Report
vaccination
Veteran Member
*****

Avatar

Posts: 2513
Reputation: 43
32 / Male / –
Joined: Apr 2005
RE: HTML help
code:
<font size=[insert random number]> text </font>

This post was edited on 08-06-2007 at 01:05 PM by vaccination.
[Image: jumbled.png]
08-06-2007 01:04 PM
Profile PM Find Quote Report
Flaming Rob
Junior Member
**

Avatar

Posts: 43
Reputation: 2
Joined: Dec 2006
O.P. RE: HTML help
thanks , but i still have a problem; it is not going big enough,also how do i change the font of the text and the colour?

This post was edited on 08-06-2007 at 01:13 PM by Flaming Rob.
[Image: robsigfw2.png]
08-06-2007 01:08 PM
Profile E-Mail PM Find Quote Report
MeEtc
Patchou's look-alike
*****

Avatar
In the Shadow Gallery once again

Posts: 2200
Reputation: 60
38 / Male / Flag
Joined: Nov 2004
Status: Away
RE: HTML help
learn CSS

http://www.w3schools.com/css/css_text.asp
[Image: signature/]     [Image: sharing.png]
I cannot hear you. There is a banana in my ear.
08-06-2007 01:16 PM
Profile PM Web Find Quote Report
Flaming Rob
Junior Member
**

Avatar

Posts: 43
Reputation: 2
Joined: Dec 2006
O.P. RE: HTML help
But on that site it doesnt tell you how to do text size....
[Image: robsigfw2.png]
08-06-2007 01:17 PM
Profile E-Mail PM Find Quote Report
Vimto
Full Member
***

Avatar
In and Out

Posts: 495
Reputation: 49
32 / Female / Flag
Joined: Jul 2006
RE: HTML help
This  should help.
And when your heart begins to bleed, your dead
and dead and dead indeed.
08-06-2007 01:23 PM
Profile E-Mail PM Find Quote Report
MeEtc
Patchou's look-alike
*****

Avatar
In the Shadow Gallery once again

Posts: 2200
Reputation: 60
38 / Male / Flag
Joined: Nov 2004
Status: Away
RE: HTML help
if you looked further, you would have found http://www.w3schools.com/css/css_font.asp
[Image: signature/]     [Image: sharing.png]
I cannot hear you. There is a banana in my ear.
08-06-2007 01:28 PM
Profile PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: HTML help
code:
<font style="font-size:20px; font-color:#FFFF00;">Hello World!</font>

You can edit the number and hex value to get your desired result :).

This post was edited on 08-06-2007 at 01:33 PM by absorbation.
08-06-2007 01:32 PM
Profile PM Find Quote Report
Nathan
Veteran Member
*****

Avatar
Yeah, "large dimensions" ;)

Posts: 2984
Reputation: 76
– / Male / Flag
Joined: Apr 2005
RE: HTML help
There are multiples way of doing it. You can edit pretty much everything using css,
heck you can make <b> make the text bigger if you wanted to:
code:
<span style="font-size: 10px;"> text here </span>
<font style="font-size: 10px;"> text here </font>
<p style="font-size: 10px;"> text here </p>

alternatively you can use a external css and just define a class or an id:

code:
[in the css]
.big {
font-size: 10px;
}
[/end of css]
code:
[html]
<span class="big"> text here </span>
[/html]
I would show you an example using an id but I cant find the hash on the mac rofl

This post was edited on 08-06-2007 at 03:47 PM by Nathan.
Touch Innovation - touch friendly programs/applications for the windows mobile!


08-06-2007 03:46 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On