New to Sitefinity
Hi,
Hello Ivor,
Here are two options
1. You can create a ContentPlaceHolder in your master page and wrap it inside a div. Then drop Content block widget in this holder.
2. Create a custom/user control and inside its template declared Content block control.
<%@ Register TagPrefix="cb" Namespace="Telerik.Sitefinity.Modules.GenericContent.Web.UI" Assembly="Telerik.Sitefinity" %>
<
div
style
=
"background-color:Red"
>
<
cb:ContentBlock
runat
=
"server"
ID
=
"test1"
/>
</
div
>
Ah cool thanks :)
Hi Ivor,
Please take a look at the sample video which I attached.
Best wishes,
Ivan Dimitrov
the Telerik team