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

HTML help
Author: Message:
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 »

Messages In This Thread
HTML help - by Flaming Rob on 08-06-2007 at 01:02 PM
RE: HTML help - by vaccination on 08-06-2007 at 01:04 PM
RE: HTML help - by Flaming Rob on 08-06-2007 at 01:08 PM
RE: HTML help - by MeEtc on 08-06-2007 at 01:16 PM
RE: HTML help - by Flaming Rob on 08-06-2007 at 01:17 PM
RE: HTML help - by Vimto on 08-06-2007 at 01:23 PM
RE: HTML help - by MeEtc on 08-06-2007 at 01:28 PM
RE: HTML help - by absorbation on 08-06-2007 at 01:32 PM
RE: HTML help - by Nathan on 08-06-2007 at 03:46 PM


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