you may use include html tag to include a common lines stored in a file. http://www.xs4all.nl/~dimaroan/htl/faq15.html http://webdesign.about.com/od/ssi/a/aa052002a.htm do mark as answer if u are satisfied with the solution....
Sorry for late reply, but I found above link very helpful. In above link I went through the following link and downloaded a javascript file and copy the given html code to new file but the way the menus shown on the webpage with green color and with right
arrows it is not giving me same result.
ziazai123
Member
558 Points
1199 Posts
>>>How to make MasterPage in HTML for an HTML website?
Jun 14, 2010 09:31 AM|LINK
Hi all,
May be it is a right forum to ask this question here or not.
I don't have a knowledge developing website in pure html.
I have good knowledge of web development in asp.net.
Question:
Instead of coding for menus on every page, I want to make a Masterpage and put all menus/submenus in it.
How to make masterpage in html? Any idea would be appreciated.
Some Video lecture/ Coding example/ Template or something else would be helpful for me.
Looking forward for swift and easy solution.
Abu Dhabi (UAE)
shirsath.sag...
Participant
1227 Points
248 Posts
Re: >>>How to make MasterPage in HTML for an HTML website?
Jun 14, 2010 09:38 AM|LINK
srinivaskotr...
Star
11228 Points
1792 Posts
Re: >>>How to make MasterPage in HTML for an HTML website?
Jun 14, 2010 09:43 AM|LINK
hi,
in html u can use iframes instead of masterpages.
http://www.w3schools.com/
http://www.webmastersdesk.com/purehtml_templates/
http://www.dynamicdrive.com/dynamicindex1/indexb.html ( menus)
this links may helps you
Thanks :)
Srinivas Kotra.
ziazai123
Member
558 Points
1199 Posts
Re: >>>How to make MasterPage in HTML for an HTML website?
Jun 15, 2010 07:26 AM|LINK
Thanks for reply but I couldn't find how to make MasterPage for HTML website?
Abu Dhabi (UAE)
pauldaniel
Contributor
2092 Points
342 Posts
Re: >>>How to make MasterPage in HTML for an HTML website?
Jun 15, 2010 08:08 AM|LINK
Hi
Refer this link
http://www.webreference.com/js/tips/010802.html
http://www.dotcominfoway.com/
gangadharnga
Member
428 Points
86 Posts
Re: >>>How to make MasterPage in HTML for an HTML website?
Jun 15, 2010 09:51 AM|LINK
try like this..
put the html code for menu in different file say menu.html and use it in main page say index.html
eg:
Please mark as Answer if it is helps you.
ziazai123
Member
558 Points
1199 Posts
Re: >>>How to make MasterPage in HTML for an HTML website?
Jun 23, 2010 07:15 AM|LINK
Sorry for late reply, but I found above link very helpful. In above link I went through the following link and downloaded a javascript file and copy the given html code to new file but the way the menus shown on the webpage with green color and with right arrows it is not giving me same result.
Hope you'll help!
http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-arrow.htm?headerbar=0
Abu Dhabi (UAE)
dimaka
Member
16 Points
15 Posts
Re: >>>How to make MasterPage in HTML for an HTML website?
Nov 18, 2012 05:28 PM|LINK
Alternative way would be to use single page application concept. Check this website to see what it is.
shirsath.sag...
Participant
1227 Points
248 Posts
Re: >>>How to make MasterPage in HTML for an HTML website?
Mar 06, 2013 11:13 AM|LINK
Another solution is to write the html in header div at runtime using jquery. this will be complex initially by work in a better way.
using iframe is anyohw is there...