Orchard widget h1和链接渲染

时间:2013-11-25 15:05:22

标签: orchardcms

我是新手使用果园并且遇到了一些看不见的墙......

我有一个小部件,我需要在h1标签内添加一个包含链接标签的div,但是果园编辑器接受此但不包括h1或链接标签,因为标签之间没有文本因此不是渲染我想要的东西。 要插入的示例代码:

 <div class="products-div">
    <div class="product-item ">
    <div class="product-item-header motor-insure">
        <h1>
            <a href="/motor-insure-plan">
                <div class="product-item-img">
                    <div>&nbsp;</div>
                </div>
                <div class="product-item-header-text">
                    MOTOR <b><i>Insure</i></b>&nbsp;&nbsp;Plan                                             </div>
                <div class="clear"></div>
            </a>
        </h1>
    </div>

我试图找到没有运气的h1字段,以便改变.cshtml文件来渲染我的形状。有人请指出我正确的方向。

先谢谢。

0 个答案:

没有答案