Results 1 to 1 of 1

Thread: Can I insert a css script into a php code for my menu?

  1. #1
    Join Date
    Mar 2007
    Posts
    68
    Thanks
    11
    Thanked 0 Times in 0 Posts

    Default Can I insert a css script into a php code for my menu?

    How can I insert this css menu ( http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm ) into my php script?


    This is part of what I have written...........


    <div id="menu">
    <a href="test.php">This is a test link</a>
    <a href="signs.php">What are the signs of the end</a>
    </div>


    I tried to insert the code and got confused. Then I tried using my current html table ( http://propheciesofrevelation.org/main.htm ) and it did not work.

    Andrea
    Last edited by Benedizione; 04-18-2007 at 09:24 PM. Reason: grammatical error

Bookmarks

Posting Permissions

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