Website Builder uses Cascading Style Sheets to provide consistency of look on pages you create within the Website Designer program. If you would like to give the same style consistency to pages you create outside of Website Designer and import in, add the following to the page HTML:
|
Note: Put the three link references inside the <head> section and add the body tag as you see below. |
<head>
<link rel="stylesheet" title="CSS" type="text/css" href="css/content.css" media="all" />
<link rel="stylesheet" title="CSS" type="text/css" href="css/font.css" media="all" />
<link rel="stylesheet" title="CSS" type="text/css" href="css/color.css" media="all" />
</head>
<body id="content_body">