Note that there are some explanatory texts on larger screens.

plurals
  1. POInsert Page in html design
    text
    copied!<p>i have designed one website with 20 pages and the menu and header have the css design my problem is if i change the menu content then i have to change all the page so how to make the separate page for the header.</p> <p>I have tried and include page method but not work please.</p> <p>Code snippet:</p> <pre><code> &lt;!DOCTYPE html&gt; &lt;html class=" no-bgpositionxy" xmlns="http://www.w3.org/1999/xhtml" lang="en"&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8"&gt; &lt;meta http-equiv="X-UA-Compatible" content="IE=edge"&gt; &lt;title&gt;sample&lt;/title&gt; &lt;link rel="stylesheet" href="css/style.css" type="text/css" media="screen" /&gt; &lt;script type="text/javascript" src="js/jquery-1.5.1.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/custom.js"&gt;&lt;/script&gt; &lt;link rel="stylesheet" href="css/nivo-slider.css" type="text/css" media="screen" /&gt; &lt;script src="js/jquery.nivo.slider.js" type="text/javascript"&gt;&lt;/script&gt; &lt;link rel="shortcut icon" href="Fav.ico"&gt; &lt;meta name="robots" content="follow,index"&gt; &lt;link type="text/css" href="css/BodyAlign.css" rel="stylesheet" media="all"&gt; &lt;script type="text/javascript" src="js/Menu.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/Menu1.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/MenuDrop.js" language="javascript"&gt;&lt;/script&gt; &lt;script type="text/javascript" language="javascript"&gt; ct = "us"; selURL = "manufacturing.html"; $(function(){$('#popularSearches,#country-list').hide();}); &lt;/script&gt; &lt;style media="screen" type="text/css"&gt; &lt;!-- .enlarge {width:330px;bottom:55px;} --&gt; &lt;/style&gt; &lt;/head&gt; &lt;!-- Head --&gt; &lt;body&gt; </code></pre> <p>below the code is menu so i want to make separate page for below code </p> <pre><code>&lt;header id="header"&gt; &lt;div class="container"&gt; &lt;div id="topnav_wrap"&gt; &lt;ul id="topnav"&gt; &lt;li class="topnav_column_title"&gt; &lt;a href="index.html"&gt;Home&lt;/a&gt;&lt;/li&gt; &lt;li id="why_workday_menu"&gt; &lt;a href="manufacturing.html"&gt;Why &lt;/a&gt; &lt;div style="width: 200px;" class="topnav_content 1-columns"&gt; &lt;ul class="topnav_column1 last"&gt; &lt;li class="topnav_column_title"&gt; &lt;a href="manufacturing.html"&gt;Why &lt;/a&gt;&lt;/li&gt; &lt;li&gt; &lt;a href="manufacturing.html"&gt;Designed for the Way You Work&lt;/a&gt;&lt;/li&gt; &lt;li&gt; &lt;a href="manufacturing.html"&gt;Real Cloud&lt;/a&gt;&lt;/li&gt; &lt;li&gt; &lt;a href="manufacturing.html"&gt;Mobile&lt;/a&gt;&lt;/li&gt; &lt;div class="clearfix"&gt;&lt;/div&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload