Two Column and WYSIWYG

We are creating a two-column layout for a promotion, which must be done in HTML. A modern drag-and-drop WYSIWYG like Squarespace or a block-style editor like Notion would be very helpful in scenarios like this. I poked around, and there seem to be open-source and white-label options. It’s a major undertaking, but it would have a good ROI regarding ease of use, customer satisfaction, and possibly fewer support requests.

By the way, is this code example from the forums still the best way to do a two-column layout?

<section class="block block--lightest block--agents">
<div class="container">
                <div class="teasers teasers--2-col">

        <div class="teaser__content">
			<p><img src="/uploads/agent-1/lightning.gif" width="100%" alt=""></p>
			<h3>Column 1 (width: 285px)</h3>
			<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus lorem. Aliquam erat volutpat.</p>
        </div>
        <div class="teaser__content">
			<p><img src="/uploads/agent-1/lightning.gif" width="100%" alt=""></p>
			<h3>Column 2 (width: 285px)</h3>
			<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus lorem. Aliquam erat volutpat.</p>
        </div>			
				
                </div>
</div>

Have you checked the /style-guide/ Under Content Pages?

1 Like

Did you mean this style guide? I didn’t know about this version and it’s exactly what I was looking for. Thank you! However, those components didn’t seem to work on our site in a few tests I tried. The CSS seems to be missing from our site. I’ll have to check with REW about it.

I have been using these two other style guide versions here and here. The help resources could probably use a bit of tidying up.

Yes at Style Guide (it should be in your Content Pages as well in the backend). Look at the html and copy it and adjust it to work within the REW framework

1 Like

Thanks, that was very helpful! It’s not in our backend, but we’ve gone through so many upgrades and custom work that it probably slipped past.

Can’t you right click in wysiwyg and get a table creator?

Answered my own question - just right-click in wysiwyg :wink: