kbase.us
Specific how to edit and use constraints in WordPress.
Responsive Image Sizing
For webpages viewed on a larger screen i.e., computer, the maximum width is 800px.
If image width is greater than 800px
width="100%” height="auto”
If width is less than 800px
max-width="100%” height="auto”
If width is not 800px or greater, but you want to set a specific maximum size.
width="100%” max-width=”nnnpx” height="auto”
Creating boxes around text
<p style="border: Npx; border-style:solid; border-color: #HTMLtag; padding: 1em;"> text here </p>
Teal boxes for developer highlights are 5px and #009688.
Anchors
Stop text from wrapping around an align left image
<a id="anchor"></a>
Add anchor to end of slug for web address
https://siteaddress/slug/#anchor
Embedding and Linking from Drive
Open the PDF or image file in a new preview window
Open the expanded menu and click on "Embed item..."
To embed an image, select the link or frame.
To link a PDF, copy the Drive link.
Insert the link in desired location.
Pop up messages
Best practices for using Hustle for messaging on kbase.us
Add or edit descriptive Title including dates.
Include informative Main Content.
Add enable the "Never see this message again" link
Optional, schedule specific dates, but revert to "Draft" after maintenance period.
Publish!
Last updated