View Single Post
  #13 (permalink)  
Old Oct 15th, 2006, 16:49
crewdesign crewdesign is offline
Reputable Member
Join Date: Dec 2005
Location: Bristol
Posts: 268
Thanks: 0
Thanked 0 Times in 0 Posts
Re: A better way putting a menu bar, on every page

Because php is a server side language, it will include your menu file e.g: <a href="#">page</a>, before the user sees it so in effect the html code will just be <p>Page Here</p><a href="#">Page</a> and so all the styling will be done after just like anormal page
Reply With Quote