My other page

return to my home page

style sheets

I found style sheets to be especially useful in writing tutorials, where it is easy to highlight within the <tt> tags computer commands with a different font and color, but with a size consistent with the other text.

HTML is designed to allow your browser to format the appearance of a web page. The default is to put the margins for text at the extremes of the browser window. That default can lead to some very long lines of text that are difficult to read. That happens with some of the text above. This section of text is using the margin parameter in <div>.

I can override the style sheet in <p> also.


server side includes

This page also has some server side includes:

The current time is: 19:46 Z, Wed 16 May
The time in Oklahoma is: 02:46 PM CDT, Wed 16 May
This page was last modified 01/08/08

Here is another server-side include, with text returned from mesograb.cgi:

The lastest mesonet data for NRMN is from time 2012/05/16/19:40
The air temperature for NRMN at that time is: 28.9 C

Here is some more documentation about Server-side Includes.


Links

Some examples of the appearance of links:

clickable text.

clickable image.

unobvious clickable image.


Tables

The following shows what you can do with tables:
text

text

My favorite way to bundle an image and a caption. Even though I specified a width narrower than the image, the image size controls the width.