|
Images and tables can be aligned left (or right) and text will
flow around them. Center alignment blocks text. For precise placement, use styles:
Any element placed at an absolute position is treated as outside the HTML layout's control. It just doesn't exist. Text will run right over it, for example. Relative positioning moves an element relative to the placement picked by the HTML layout mechanism. For example, you could add space between a table caption and the table below, this way:
That would move the caption up, relative to its default position above the table, three pixels.
|
pop-images_and_tables.html © 2007, Martin Rinehart