Archive for the 'Web Design Tips' Category



Getting Started
Each style consists of a tag name and declarations. This determines how the
elements should be displayed. The declarations must have a property, colon,
and one or more value. Properties can be combined to save time and energy.
Here is an example of the proper layout of a style:

h3 { font-size: 16pt; color: red; }

Internal Style Sheets
Internal […]

People often ask me how I put those random quotations in the banner and title bar of migraineheartache.
I say to you now that it’s simple. The first thing that you need to know is whether or not your web host supports PHP. If they do, then read on my friend. Otherwise, you must ask them […]