-
EBT Blocks 🧱
-
EPT Paragraphs 🆕
-
Resources & Support
- Drupal Book
- Blog
- Case Studies
- Drupal Documentation
- JSON Drop API Documentation
- Forum
- What's New
- Download Drupal
- Contact
Canvas Palette - Make it Colorful🎨
Canvas Palette - Drag in blocks, drop in a video, add a splash of color - no design degree required.
Extra Block Types (EBT) - New Layout Builder experience❗
Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.
❗Extra Paragraph Types (EPT) - New Paragraphs experience
Extra Paragraph Types (EPT) - analogical paragraph based set of modules.
GLightbox is a pure javascript lightbox (Colorbox alternative without jQuery)❗
It can display images, iframes, inline content and videos with optional autoplay for YouTube, Vimeo and even self-hosted videos.
Where to insert button codes
There are many tutorials online about creating buttons, which include the HTML code for the button and the style code. So where do you insert this button code in Drupal? For example, this HTML code:
<a href=”#” alt=”” title=”” class=”buttp”>Button Name</a>
<style type="text/css">
.buttp {
padding:10px 15px;
margin: 5px;
background: #003399;
color: #fff;
font-size: 0.9em;
font-weight: bold;
line-height: 1.3em;
border: 1px dashed #fff;
border-radius: 2px;
text-shadow: -1px -1px #030;
font-weight: normal;
}
</style>

- Log in to post comments