TinyMce Image Margin Not Showing in Firefox
Design and Skin Customization
Thanks Michael
Hope you and family had a great holiday! Im just checking in....Ive tried this but still no fix..
Thanks for the help!
<style>
.captionjs, .captionjs figcaption {
margin: 0 0 20px;
padding: 0;
}
.captionjs figcaption {
font-size: 10px;
line-height: 1.5;
padding: 10px 15px;
border: 1px solid #ddd;
border-top: none;
background-color: #eee;
}
.captionjs.stacked figcaption {
background-color: rgba(0, 0, 0, 0.75);
color: #fff;
border: none;
}
.captionjs.animated figcaption {
border-top: 1px solid rgba(255, 255, 255, 0.3);
background-color: rgba(0, 0, 0, 0.75);
color: #fff;
border: none;
}
.captionjs.hide figcaption {
border-top: 1px solid rgba(255, 255, 255, 0.3);
background-color: rgba(0, 0, 0, 0.75);
color: #fff;
border: none;
}
.captionjs.default a {
color: #000;
}
</style>
{jrFeed_list name="Oilfield News" template="rss_featured_oilfield_news.tpl" limit="5"}
<style type="text/css">
.rssincl-box {
font-size: 14px;
font-family: "Roboto Condensed", sans-serif;
line-height: 14px;
margin: 0;
padding: 0;
text-align: left;
}
.rssincl-itemtitle{
margin-top:0;
padding-top:0;
}
.rssincl-itemtitle a {
color: #444444;
font-family: "Roboto Condensed", sans-serif;
font-size: 18px;
font-weight: bold;
text-decoration: none;
}
</style>
{* all the images in the HTML *}
{xxOilfieldNews_extract_img items=$jrFeed.feed.item assign="_img"}
{* the feed laid out *}
<div class="rssincl-box caption_this">
{foreach $jrFeed.feed.item as $key => $item}
<div class="row">
<div class="col12">
<div class="rssincl-entry">
<p class="rssincl-itemtitle">
<a href="{$item.link}">{$item.title}</a>
</p>
<div class="rssinc-body">
{$item.description|jrCore_format_string:1|truncate:1500}<p><a href="{$item.link}">READ MORE AT ROUGHNECK CITY NEWS ⇨</a></p>
<div class="fb-like" data-href="{$item.link}" data-layout="button_count" data-action="recommend" data-size="small" data-show-faces="true" data-share="false"></div>
</div>
</div>
</div>
</div>
{/foreach}
</div>
<p><img src="https://www.roughneckcity.com/upimg/image/upimg_file/1816/original" style="max-width: 100%; height: auto;" alt="Oilfield News" width="460" height="95"></p>
{jrFeed_list name="Oilfield News" template="rss_featured_oilfield_news.tpl" limit="5"}