Message 4687 of 4925

A bit of code......

description

Here is today's code tip:
Do you want to make your text bigger?

Just place your text between the following code:

< big > your text < /big > (remove the spaces next to the < and >)

and it will look like this:

your text

GaryJames's profile
Replies 21 - 30 of 35
TEXT SIZE

Another way of changing text size other than using < big > and < small >
is using the following code:
< font size=? > Your text here < /font > (remove spaces between the < and the > )
Where ? equals numbers 1 through 7
So < font size=1 >Your text here < /font > would result in:
Your text here
and < font size=7 >Your text here < /font > would result in:
Your text here
GaryJames's profile

over 2 years ago
More ways of changing text size:
Use the code < h1 > through < h5 > Omit the spaces after < and before >

text (h1)



text (h2)



text (h3)



text (h4)



text (h5)


GaryJames's profile

about 1 year ago
Very helpful..thanks
Divana's profile

about 1 year ago
GaryJames, you're a gem! I've been using this a lot during this session!

thanks


about 1 year ago
Would you like to highlight a word?

Use this code with out the spaces after the < and before the > :

< span style="background-color: yellow;">your text here

This will result in:

your text here

GaryJames's profile

about 1 year ago
Linking to URL with words rather than a "View link" phrase.


< a > href='URL address of the web site">Words you Want to Show < /a >

(remove spaces next to the < and the >

Example:
Click < a > href='http://www.eons.com/groups/group/ chit-chat-chums"">here< /a > to vist Chit Chat Chums will give you the following:

Click here to visit Chit Chat Chums.

GaryJames's profile

about 1 year ago
Photobucket

GaryJames's profile

about 1 year ago
If you want your title or header to go from:

Welcome New Member!



to

Welcome New Member!



The insert this font code ahead of the text:

< font face="melanie bt" >(remove spaces next to the < and the > )

Example < font face="melanie bt ">Your text here < /font >

will give you:

Your text here


PS: Some fonts will change the size of the text and you may have to increase te text size as explained in earlier hints.



GaryJames's profile

about 1 year ago
A bit about special characters.
We already did the degree symbol ° which is the results of typing & deg; (remove the space after the &)
Now we can also do up ↑ and down ↓ arrows.


The up arrow is & uarr;
The down arrow is & darr;

Remove the space after the &
Give it a try, just follow those instructions!

GaryJames's profile

about 1 year ago
Xsie asked about the fancy script in the Running Wild post.
Here is the code:
< h1 >< font face="quigleywiggly" > Running Wild
(remove the spaces after the < and before the > )
So this would yield the following:

Running Wild



GaryJames's profile

about 1 year ago
Replies 21 - 30 of 35