Can anyone help me with this .html code?

iñaki

New member
Hi. I own a site, and recently, it's expanded a lot, so it started getting bothersome to have to write endless lines of code for every single page. I started using stylesheets, but if, for example I want to change an item in the menu ( I have a <div> named 'menu' in every single page, with the menu content inside) i have to go page by page changing it, and it takes hours. if i want to add a code in the stylesheet that fills the 'Menu' div with a specific content I include in the stylesheet, can it be done?
something like (inside stylesheet):

#menu {(action):"(code for menu)"}

and my problems would be solved.
Thanx, nix1602, but that's exactly what i want to know! how to add the menu functions in the stylesheet!
 
Back
Top