Figure 5-21 is an example that’s not well aligned. Explain what you would do to improve the alignment. It may be helpful to create a photocopy of the example and draw on it.


There are two columns of text, but the text in each column is left-right centered, which means there is no possibility of creating a virtual line that separates the background from the text. Further, the text is also centered vertically within its cell; in any case where there’s a two-line cell on the left and a one-line cell on the right (or vice versa), there will be a broken horizontal line.


The solution would be to left-justify and top-justify the text within each cell. The following show two possible ways of explaining what’s wrong with the example. The first shows how the text should be realigned horizontally to form a vertical line; the second shows how the horizontal lines are broken by vertically centered text. The last image is a solution for your reference.





Computer Science & Information Technology

You might also like to view...

Press ________ to clear the Layout Options button from the screen

A) Esc B) Shift C) Alt D) Ctrl

Computer Science & Information Technology

An auo dealer's tblTrucks table has two text fields named Make and Model, and two numeric fields named Year and ListPrice. In the TableAdapter Configuration Wizard, which of the following statements adds the numbers in the ListPrice field to give a total value for the dealer's truck inventory?

A. SELECT SUM(ListPrice) AS TotalValue B. SELECT AGGREGATE(ListPrice) FROM tblTrucks C. SELECT SUM(ListPrice) AS TotalValue FROM tblTrucks D. SELECT (@ListPrice) FROM tblTrucks

Computer Science & Information Technology

Two users need to send each other emails over unsecured channels. The system should support the principle of non-repudiation. Which of the following should be used to sign the user’s certificates?

A. RA B. CA C. CRL D. CSR

Computer Science & Information Technology

You can share information with users on the Web using a _____. 

A. frame B. blog C. cell D. function

Computer Science & Information Technology