Trying to create a site but just can't get that right font? Well here are some
style sheets you can use.
1. Copy the code in the boxes.
2. Create a document in Notepad, etc. Paste the code you had
copied from the box(es) below into this document. Save the document. Call it
style.css or something similar like nnn_style.css.
3. Copy/paste the code below in the <head> section of your HTML, PHP, etc.
document:
Note: Apply this code to the <head> section of your
document. Also replace "style.css" with the name of your stylesheet. Keep
in mind you may have to add the full path such as http://neonewsnow.com/images/css/style.css.
Basic Stylesheet - Arial:
Basic Stylesheet - Times:
Basic Stylesheet - Verdana:
Colored Stylesheet - Blue:
Colored Stylesheet - Blue/Grey/Purple:
Colored Stylesheet - Blue/White/Yellow:
Colored Stylesheet - Brown/Grey:
Colored Stylesheet - Red:
Colored Stylesheet - Tan/Brown:
Colored Stylesheet - Yellow/Brown:
Forms Stylesheet - Arial:
Forms Stylesheet- Times:
Forms Stylesheet - Verdana:
Link Effects Stylesheet:
Keep in mind with CSS you can use combine the style sheets,
but double check there are no repeated tags, or it could cause problems.
Unlike PHP or other programming languages an actual error will not display,
it simply won't show up.