Databases Reference
In-Depth Information
</head>
<body>
<table>
<tr>
<td class="graph_image"></td>
<td>
<p class="lorem">Lorem ipsum ...</p>
<p class="lorem">Nulla ut congue ...</p>
<p class="lorem">Etiam pharetra ...</p>
</td>
</tr>
</table>
</body>
</html>
Maintaining the classes for the navigation bar, add our page classes to application.
css , like this:
.appHeaderWrapper h1 {
display: none;
}
.appLogo {
height: 43px;
width: 155px;
padding-right: 5px;
float: left;
background: url(appLogo.png) no-repeat 0 0;
}
.appHeaderWrapper {
background: #612f00;
}
.lorem {
font-style:italic;
background: #CCCCCC;
padding: 5px;
}
.graph_image {
height: 306px;
width: 235px;
background: url(graph.png) no-repeat 0 0;
}
 
Search WWH ::




Custom Search