How do i add div class menus if im using php includes?

  • Thread starter Thread starter Stacey C
  • Start date Start date
S

Stacey C

Guest
I've tryed to make my question easier on this example...

http://i254.photobucket.com/albums/hh84/love-xstacey/help1.jpg

but i want menu boxes on my page which stay on every page load

updates/affiliates etc. but i don't know where to add them?
 
HIya Stacey.

If I am understanding your question correctly what you should be doing is attaching a style sheet to the page rather than using inline styles.

For example where you have <div id="container">Content</div>

You should then have an external style sheet saying

#container {
width: 200px;
}

etc etc

Hope this helps.

Regards,

Clare

http://www.cam-web.co.uk
 
Back
Top