October 2010
Intermediate to advanced
1920 pages
73h 55m
English
Because you can use a Cascading Style Sheet to change the layout of a page, you can use a Theme to control page layout.
For example, the page in Listing 6.15 contains three <div> tags. By default, if you open the page, the contents of the <div> tags are stacked one on top of another (see Figure 6.5).
Figure 6.5. Page without Cascading Style Sheet.

Listing 6.15. ShowLayout.aspx


If you add the Cascading ...
Read now
Unlock full access