Welcome to Discuss Everything Forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.


 

Reply to Thread

Post a reply to the thread: How do i add div class menus if im using php includes?

Your Message

Click here to log in

What is the number after 87?

 
 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Rate Thread

You may rate this thread from 1-star (Terrible) to 5-stars (Excellent) if you wish to do so.

Topic Review (Newest First)

  • 12-01-2008, 09:26 PM
    cam k
    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
  • 12-01-2008, 09:24 PM
    Stacey C

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

    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?

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •