Navigational Map Nav Reference 5.4
This is a definition for the CSS file for images without having text flow around them:
/*
For placement of images inside the main division.
*/
.image {
text-align: center;
font-family: Arial, Helvetica, sans-serif, monospace;
background: #CCFFFF;
color: #000000;
margin: 1% 10%;
padding: 0em;
border: 0px;
}
Several images with text for them, for example a products page, is legitimate tabular data. You can create a table with a summary and table headers for tabular data.