View Single Post
Old 04-21-2009, 02:08 PM   #1 (permalink)
livingstons_auction
 
Newb Techie

Join Date: Apr 2009

Location: Oklahoma City, OK

Posts: 2

livingstons_auction is on a distinguished road

Default html from src file

How can I use HTML code from a file?

Example: When using javascript you can write the code in a .js file then link to that file using this line of code:
Code:
<script type="text/javascript" src="somejavascript.js"></script>
I want to do know how to do the same thing with HTML. This should help make it easier to maintain the menu bars in my static sites.

I may not have worded my question properly. (Possibly why I couldn't find what I need from google.) But, I hope that what I'm trying to ask is still clear.

Last edited by livingstons_auction; 04-21-2009 at 02:19 PM.
livingstons_auction is offline