• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

what to do with repeated html code blocks

BullsOnParade

Golden Member
Hi guys,

I'm revising a webpage of mine and adding a navagation js menu section to all the pages.
What's the best way to keep that code in one place and just link it into each page. Right now i've got
a .css and a .js file and accompanying html to go with that script. How should i set this up.


dM
 
If you don't have a web hosting environment that supports some sort of server side include mechanism, then you'll have to do it with frames.
 
Originally posted by: FeathersMcGraw
If you don't have a web hosting environment that supports some sort of server side include mechanism, then you'll have to do it with frames.

:beer:

Word. Server side includes is the way to go with this. ASP supports this as does Apache.
 
Back
Top