(h1) Rounded Corners Sample
Instructions
Download the Rounded Corners Container and review the instructions from the previous template. The following modifications were made.
Add
- <link rel="stylesheet" type="text/css" media="all" href="/css/block_with_rounded_corners.css" /> below existing "/css/footer-without-dark-container.css" or "/css/footer-with-dark-container.css" CSS line
Example:
<link rel="stylesheet" href="/css/footer-with-dark-container.css" media="screen, projection, print, tv" type="text/css" />
<link rel="stylesheet" type="text/css" media="all" href="/css/block_with_rounded_corners.css" />
Note - You will need to add the "list_decorative" style sheets. In this example, we incorporated the style sheets to "block_with_round_corners.css".
- Copy the "block_with_rounded_corners.html" contents and paste into your HTML file.

