NOTE: All tags have a start and an end the start is usually <p> and ends with a slash in the tag </p>
<h1> - Header 1 - Page Title - there should only be one per page and located at the top
<h2> - Header 2 - Content Titles - can have multiple of these
<h3> - Header 3 - Usually these go after h2's
<p> - Basic Text
<a> - Links
<strong> - Bold Text
<em> - Italic Text
<div> - A box to put things in - websites are made up of 'boxes'. divs are usually for layout purposes like rows and columns
class="" - This is for CSS - this allows coders to style specific elements
style ="" - Quick way to add simple CSS to an element usually for centering text - however its not best practice and usually coders use class="" instead
id = "" - Similar to class but only one thing on a page can have one unique id - usually used for anchor links
For more info on tags look at mdn web docs or W3 Schools
When adding text/copy/tables to a website it first needs to be coded. You don't need to manually code anything with this online text editor - Pretty HTML.
Code Editor (Right Column)
Text Editor (Left Column)
You should only upload these file types: .webp, .jpg, .png, .svg.
Best image file for websites – use Birme to convert most images to .webp.
This is a very rare case but worth mentioning - .webp can support transparency so use this for masked photographic images - if transparent image is a vector please use .png.
However not all websites support .webp - so make sure to add a test image to check if .webp is supported. Breakdance, Woodmart, Elementor usually accept .webp, however older WordPress and our CMS DO NOT accept .webp - please scroll to .jpg instead.
Please use this file type if .webp is not supported - so b4b's CMS and older WordPress DO NOT allow .webp.
Use Birme or Adobe Photoshop (or whatever image editing software you like to use) to resize images.
Birme is easier to use so similar method with .webp:
There are rare cases where .png should be used instead - only use this file type for vectors and text - e.g. Logos, screenshots, graphics with solid colour. File size usually comes out smaller and images don't get blurry when compressed - they become more pixelated instead which makes text and edges much crisper and easier to read than .jpg and .webp.
Can resize using Birme but only if original file is a .png:
However if you get a vector/logo that is .jpg or something else - hand it to a team member who can use Photoshop and they can sort image out for you.
These files are vectors that are scalable to any size, usually logos and icons - mainly web people will deal with .svgs.
There are usually two ways:
Upload images to media library
Then either:
1. Click on insert image in WYSIWYG
2. Find a page where images have been added - check code editor and copy the code (or you can just copy below) usually it might look like:
<img alt="Solar Panels on a House" src="/files/ckeditor/Solar-Panels-House.jpg?time=1703148339930" style="width: 100%;">