wysiwyg HTML:intermediate level!
- Nested Lists
- Indented Lists Options
- Image Options
- Alignment of the image with respect to the text
- Alignment of the image with respect to the page
- Width and Height
- Width and Height with respect to page size
- Border
- Space
- Font Size
- Backgrounds
- Solid colours
- From Images
- Horizontal Ruler Options
- Table
- A simple table
- Border, width and cellpadding
- Alignment
It is quite possible to have nested lists. However, do not embed
your tags. Limit the nesting to three levels.
I write:
- The Hitchhikers Guide To The Galaxy
- If there's anything more important
than my ego around, I want it caught and shot
now.
- In those days spirits were brave,
the stakes were high, men were REAL men, women
were REAL women, and small furry creatures
from Alpha Centauri were REAL small
furry creatures from Alpha Centauri.
- Last Chance To See...
- Virtually everything we were told in Indonesia turned
out not to be true, sometimes almost immediately. The only
exception to this was when we were told that something
would happen immediately, in which case it turned out not
to be true over an extended period of time.
You see:
Here are some excerpts from books written by Douglas Adams:
- The Hitchhikers Guide To The Galaxy
- If there's anything more important
than my ego around, I want it caught and shot
now.
- In those days spirits were brave,
the stakes were high, men were REAL men, women
were REAL women, and small furry creatures
from Alpha Centauri were REAL small
furry creatures from Alpha Centauri.
- Last Chance To See...
- Virtually everything we were told in Indonesia turned
out not to be true, sometimes almost immediately. The only
exception to this was when we were told that something
would happen immediately, in which case it turned out not
to be true over an extended period of time.
You can change your average bullet shape to a disc, circle or square:
just change square in the following example by your favorite shape!
I write:
- I specified a square
- do you like squares?
You see:
- I specified a square
- do you like squares?
You can number your list with numerals (1), capital letters (A),
small letters (a), large roman numeral (I) or small roman numeral (i):
just change i in the following example by one of the option
in parenthesis!
I write:
- I specified a small roman numeral
- groovy!
You see:
- I specified a small roman numeral
- groovy!
You can start the numbering of your list wherever you want. Just
change 14 in the following example by the appropriate number!
I write:
- I specified a capital letter (type = A)
- it starts counting from N
- N is the 14th letter in the alphabet
You see:
- I specified a capital letter (type = A)
- it starts counting from N
- N is the 14th letter in the alphabet
Syntax
For instance:
I write:
This image is aligned with the baseline of the text:

You see:
This image is aligned with the baseline of the text:

Syntax
For instance:
I write:

This is kangaroo!
You see:

This is kangaroo!
NB:
When the align=left (or right) tag is used, the image is called
floating; text will wrap around the right (or left) side of the image and
will ignore any paragraph or line breaks (as you can notice in this
example).
To overcome this problem, you can either:
- use <pre> ... </pre> and insert blank lines
- use <br> with the clear option
<br clear=>
Syntax
Used with floating images, < br> with the clear tag,
will insert a break when you have a left (right or all) margins
clear of images.
For instance, I will use the same example as before
with <br clear= right>:
I write:

This is kangaroo!
You see:

This is kangaroo!
Syntax
(number is in pixels)
For instance:
I write:

You see:

It speeds up the loading of the image (the image will be scaled to
fit the specified dimensions and the text will be formatted).
Syntax
(number% refers to the dimension of the page)
You only need to specify either width or heigth, the picture will
be scaled appropriately.
For instance:
I write:

You see:

Syntax
(number is in pixels)
For instance:
I write:

You see:

NB:
Use border=0 if you do not want a border on your image.
However, in the case of graphic links, some people
expect a border!
Syntax
(number is in pixels)
Controls the horizontal and vertical space (in pixels) around the image.
For instance:
I write:
10 pixels separates this text from the top of the
folowing picture.
50 pixels separates this text from the right side of the
picture.
You see:
10 pixels separates this text from the top of the
folowing picture.
50 pixels separates this text from the right side of the
picture.
Syntax
where number ranges from 1 to 7 (default is 3)
For instance:
I write:
Is it big
enough?
You see:
Is it big
enough?
Syntax
put your title here
where:
- bgcolor is the background colour
- text is the colour of the text
- link is the colour of the link
- vlink is the colour of the link you have been to
- alink is the colour of the link when you click on it
Very Important!!!
if you insert text before the <body> tag, it will not work!
The colours represent the rgb intensities and are in hexadecimal. For
instance, in 0030f0, 00 is the red intensity, 30 the green and f0 the blue
one.
For instance:
I wrote at the beginning of this document:
wysiwyg html: intermediate level!
You saw the result all along!
Syntax
put your title here
where:
- bgcolor is the background colour
- text is the colour of the text
- link is the colour of the link
- vlink is the colour of the link you have been to
- alink is the colour of the link when you click on it
Very Important!!!
Follow the order as indicated in the syntax.
I write:
Click here to see the effect!
You can change the thickness of your ruler: just
change 6 in the following example by your favorite number!
I write:
You see:
You can change the width of your ruler: just
change 227 in the following example by your lucky number!
I write:
You see:
You can align your ruler to the left, right or center: just
change right in the following example by left, right or center!
I write:
You see:
Do you prefer a solid bar?
I write:
You see:
I write:
The healthy table
| flowers | fruits | vegies
| | lilac | cherry | tomato
|
| poppy | peach | carrot
|
You see:
The healthy table
| flowers | fruits | vegies
| | lilac | cherry | tomato
|
| poppy | peach | carrot
|
Syntax
(number is in pixels)
(number% refers to the dimension of the page)
For instance:
I write:
The healthy table
| flowers | fruits | vegies
| | lilac | cherry | tomato
|
| poppy | peach | carrot
|
You see:
The healthy table
| flowers | fruits | vegies
| | lilac | cherry | tomato
|
| poppy | peach | carrot
|
Syntax
...
... |
For instance:
I write:
The healthy table
| flowers | fruits
| vegies
| | lilac | cherry | tomato
|
| poppy | peach | carrot
|
You see:
The healthy table
| flowers | fruits
| vegies
| | lilac | cherry | tomato
|
| poppy | peach | carrot
|
Are you ready for advanced level html?
Click here to access the "wysiwyg html: advanced level!"
or
Would you rather go back to the basics?
Click here to access the "wysiwyg html: the basics!"

or
Back to the introduction