Posted by Jim Moe on 04/26/06 21:00
coolunmesh@gmail.com wrote:
> I've designed my site long ago. but the problem is that i've a few
> menus in every page. so i need to add the same code for the same menu
> in every page except its own link( like no "about me' link in "about me
> "page). at the same time i need to put the same css code in evey page.
> and the menu is not located at the same place in every page. The menus
> in every page is different compared to other websites.
>
Put the CSS into a separate file. Add one of these to the <head>:
<link rel="stylesheet" href="/styles/common.css" type="text/css">
or
<style type="text/css">
@import url("/styles/common.css");
</style>
See <http://allmyfaqs.net/faq.pl?Include_one_file_in_another>.
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Navigation:
[Reply to this message]
|