Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/lua/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
I';我正在尝试使用引导css文件设计一个页眉页脚和正文的页面_Css_Jsf_Twitter Bootstrap_Header_Footer - Fatal编程技术网

I';我正在尝试使用引导css文件设计一个页眉页脚和正文的页面

I';我正在尝试使用引导css文件设计一个页眉页脚和正文的页面,css,jsf,twitter-bootstrap,header,footer,Css,Jsf,Twitter Bootstrap,Header,Footer,我正在尝试使用引导css文件设计一个带有页眉、页脚和正文的页面。下面是我的xhtml代码 <?xml version="1.0" encoding="UTF-8"?> <h:head> <link rel="stylesheet" type="text/css" href="boot.css"/> <link rel="stylesheet" type="text/css" href="

我正在尝试使用引导css文件设计一个带有页眉、页脚和正文的页面。下面是我的xhtml代码

 <?xml version="1.0" encoding="UTF-8"?>           
      <h:head>
        <link rel="stylesheet" type="text/css" href="boot.css"/>
        <link rel="stylesheet" type="text/css" href="boot-min.css" />
        <link rel="stylesheet" type="text/css" href="boot-responsive.css" />
        <link rel="stylesheet" type="text/css" href="boot-responsive-min.css" />

    </h:head>
    <h:body>
        <div class="container-fluid" style="border-top-left-radius:6px; >      
            <div class="row-fluid" >
                <div class="span2">  
                    <h1 style="color:#FFFFFF;  font-family: Segoe ui;">   </h1>                 
                </div>
                <div class="span4 offset6">  
                    <h2 style="color: #fff;"></h2>
                </div></div>    </div>       
                     <div class="container-fluid">
            <div class="row-fluid">
                <div class="span12" >         
                    <h:form id="prabha">       
                                <table cellpadding="15" cellsacing="30">    
                                    <tr> <td><h:outputLabel value="CompanyID:" style="font-family: fantasy"> </h:outputLabel></td>
                                        <td>    <p:inputText value="#{route.r1.companyid}" required="true" ></p:inputText></td></tr>
                                    <tr><td>  <h:outputLabel value="Tour Name:" style="font-family: fantasy" > </h:outputLabel></td>
                                        <td> <p:selectOneMenu id= "h" value="#{route.r1.tourname}"  editable="true"> 
                                                <f:selectItem itemLabel="SELECT" itemValue="SELECT" />                                        
                                            </p:selectOneMenu>  </td>  </tr>                                                                                                         
                                       <tr> <td><h:outputLabel value="Represent EMAIL:"  style="font-family: fantasy"> </h:outputLabel></td>
                                        <td>    <p:inputText value="" required="true" requiredMessage="enter email"></p:inputText></td></tr>                                                                       
                                       <tr>           <td>  <p:commandButton value="Update" icon="ui-icon-circle-arrow-n" update=":prabha" actionListener="#{route.onUpdateSelect}"></p:commandButton></td>   
                           </tr>    </table>                             
                    </h:form>
                </div></div></div>
                    <div class="container-fluid">
                        <div class="row-fluid">
                            <div class="span12">
                           <table>  <tr> <td>  <p:graphicImage value="/images/copy.png"/> </td> <td>Powered by<a href="http://GreenBuds.co.in/"> GreenBuds</a></td></tr>
                            </table> 
                </div>  </div>  </div>              
    </h:body>
</html>


提供对代码的修改,以便人们可以实际查看并试用。通过这种方式,您将更容易获得帮助。很抱歉,我尝试了fiddle,但外部资源css文件没有添加。