Adobe Dreamweaver CC 2015 User Manual

Page 159

Advertising
background image

152

Layout and design

Last updated 6/3/2015

The complete code looks as follows:

A 20 pixels left padding B 20 pixels right padding C 20 pixels bottom padding

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

<style type="text/css">

#container {

width: 780px;

background: #FFFFFF;

margin: 0 auto;

border: 1px solid #000000;

text-align: left;

}

#sidebar {

float: left;

width: 200px;

background: #EBEBEB;

padding: 15px 10px 15px 20px;

}

#mainContent {

margin: 0 0 0 250px;

padding: 0 20px 20px 20px;

}

</style>

</head>

<body>

<!--container div tag-->

Advertising