View Gis
<style>.embed-container {position: relative; padding-bottom: 80%; height: 0; max-width: 100%;} .embed-container iframe, .embed-container object, .embed-container iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;} small{position: absolute; z-index: 40; bottom: 0; margin-bottom: -15px;}</style><div class="embed-container"><iframe width="500" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" title="DG Congestion Maps" src="https://ael.maps.arcgis.com/apps/Embed/index.html?webmap=f95c02a5240a4ba28039a2bccd2e8fd6&extent=165.7518,-46.5598,173.7992,-43.3462&zoom=true&previewImage=false&scale=true&disable_scroll=true&theme=light"></iframe></div> |
View Hyperlink to Outlook Email
=HYPERLINK("outlook://first.last@alpineenergy.co.nz/Inbox/~"&B4&"", "Test") | |
=HYPERLINK("outlook://first.last@alpineenergy.co.nz/Inbox/~b4 "&P12721&" - "&SUBSTITUTE(F12721,",", " ")&"","B4 "&P12721&"") |
View .htaccess
# Tell the server where the php.ini file is that you want to use | |
<IfModule mod_suphp.c> | |
suPHP_ConfigPath /home2/ekrwffmy/public_html/ | |
</IfModule> |
View thing.php
<?php | |
if ( have_posts() ) : | |
$i = 0; | |
?> | |
<div id="primary" class="content-area"> | |
<main id="main" class="site-main" role="main"> | |
<section class="row posts-loop <?php if ('grid' == $blog_layout) { echo esc_attr('flex-row'); } ?>" | |
<?php /* Start the Loop */ |
View additional-info.liquid
<p class="disclaimer__subtext">If you have any questions, reply to this email or contact us at <a href="mailto:{{ shop.email }}">{{ shop.email }}</a></p> <p class="disclaimer__subtext">If you have any questions, reply to this email or contact us at <a href="mailto:{{ shop.email }}">{{ shop.email }}</a></p> |