Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <!--- Email Preheader Text and Header With Linked Image--->

<table width="600" border="0" cellpadding="0" cellspacing="0" align="center">
  <tbody>
    <tr>
      <td style="color:#fff;text-align:center;">
        enter your preheader text here
      </td>
    </tr>
    <tr>
      <td width="600" bgcolor="#FFFFFF" align="center" style="text-align:center;">
        <a href="enter your website link here">  
          <img src="enter your image url" alt="enter your image description" width="600">
        </a>
      </td>
    </tr>
    <tr>
      <td height="20">
        <!--- Spacing --->
      </td>
    </tr>
  </tbody>
</table>

<!--- Email Preheader Text and Header With Linked Image --->

<table width="600" border="0" align="center" cellpadding="0" cellspacing="0" style="font-family: 'mr-eaves-modern', Arial, Helvetica, sans-serif; font-size:16px; line-height: 30px; color: #3A3A3A;">
  <tbody>
    <tr>
      <td align="center" width="100%" style="text-align:center; font-size:16px; line-height: 30px;">

<!--- Email Header Text, Subtitle and Copywork --->
        
         <table width="600" border="0" align="center" cellpadding="0" cellspacing="0" style="font-family: 'mr-eaves-modern', Arial, Helvetica, sans-serif; font-size:16px; line-height: 30px; color: #3A3A3A;">
          <tbody>
            <tr>
              <td width="600" align="center" style="text-align:center; font-size:16px; line-height: 30px;">

<!--- Change  color hex code to match your design --->
        
        <p style="font-size: 26px; line-height: 42px; letter-spacing: 0px; color: #3c7e81; text-align: center; Margin-bottom: 6px;"> 
          <strong>
            enter your email header text here
          </strong>
        </p>
        <p style="color:#be8e46;font-size:18px;font-weight:400;">
          enter your subtitle text here
        </p> 

<!--- To add a paragraph section use this --->
        
        <p>
          enter your first paragraph here 
        </p>

<!--- Add highlighted or callout section --->
                
        <p style="color:#64aeb2;font-size:18px;font-weight:500;">
          <i>
            enter a highlighted sentence or quote here
          </i>
        </p>

<!--- Use this space to add a second image and adjust the max-width, no more than 700px --->
                
        <a href="enter your website link here">
          <img src="enter the image url here" style="max-width:700px;">
        </a>
        <p>
          enter your first paragraph here 
       </p>
        <p>
          enter your first paragraph here 
       </p>
    </td>
  </tr>
  <tr>
    <td>

<!--- To add call to action buttons --->
				<table width="100%">
				  <tbody>
            <tr>
              <td height="20">
              <!--- Spacing --->
              </td>
            </tr>
            <tr>
              <td align="center" bgcolor="#3c7e81" width="175" style="-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;">
                <a href="enter your website link here" style="padding: 15px;width:225;display: block;text-decoration: none;border:0;text-align: center;font-weight: bold;font-size: 16px; font-family: 'mr-eaves-modern', Arial, Helvetica, sans-serif;color: #ffffff;background: #3c7e81;border: 1px solid #3c7e81; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;line-height:17px;" class="button_link">
                  enter your button text here
                </a>
            </td>
          </tr>
          <tr>
              <td height="20">
              <!--- Spacing --->
              </td>
          </tr>
        </table>
      </td>
    </tr>
  </table>		
</td>
</tr>
<tr> 
  <td height="50">
    <!--- Spacing --->
  </td>
</tr>
</tbody>
</table>
	

              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console