CSS Fonts
 
Network Websites
Corporate website
Beautiful Clip Art
Fast Cars
Video Tiger
Fantasy Art
Beauty & Health
Tips & Tricks

Fast Loading Pages
Glowing Links II
Hide E-mail Address
Javascript Links
Link Colors
Marquees
Navigation
New Window
No Underline Links
Out of a Frame
Page Flash Effects
Preload Graphics Protect Graphics
Redirect Scrolling Javascript
Text Roll-Overs
Tooltip Links
[more tips...]

Tutorials
CSS
Colors
Forms
FTP
Image Maps
Meta Tags
Resources

Web Hosting
Counters & Trackers
Domain Names
Graphics
Web Page Design
Java Script
DHTML

 

CSS Fonts


Font Size

With CSS you don't have to limit yourself to the small letters available with HTML. You can create dramatic effects for titles or other text using large letters that will download as quickly as any other text. For example, create a big header using the following code (supported by IE3, IE4+, and NS4+):

    <HEAD> <STYLE TYPE="text/css">
    <!--
    H1 {font-size: 56pt;}
    -->
    </STYLE>
    </HEAD>

You can change the number 56pt to any number, but try to stay under 500pt. Then, in the body of your document, insert the desired large text between <H1> and </H1> tags.

Example:     BIG

You can also represent your text in proportion to the size of the surrounding text. Example code (works with IE3+ and NS4+):

    <HEAD> <STYLE TYPE="text/css">
    <!--
    H1 {font-size: 125%;}
    -->
    </STYLE>
    </HEAD>

Again, change the 125% to anything you like.

Demo:     Really?

CSS Tutorials

Sponsor

Hot Wedding Ideas

Advertise
Really affordable rates.
Feedback
Comments, suggestions?

 

 

home | tips & tricks | tutorials | tools | resources | contact | advertise
© 2000 - 2001 GT Media Inc. All rights reserved.