Log in

View Full Version : Can I insert a css script into a php code for my menu?



Benedizione
04-18-2007, 09:24 PM
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