|
I would like to get the following effect on the NotFound.cshtml shape which is basically 2 elements:
<h1>@Html.TitleForPage(T("Not found").ToString())</h1>
<p>@T("The page you are looking for does not exist.")</p>
is it possible to push the <h1> element into the "Featured Zone" whilst the <p> element on the second line stays in the standard "Content Zone"?
I've been looking for this on the forum and found several things like pushing parts and fields in different zones based on the placement instructions. however, this is.
I'm more of a designer than a developer and I haven't quiet figured out the theory of zones, shapes, clay, etc.
|