Hi,
I am novice in this. In my project I want to have a menu in my web page. I am trying it from past 3 days without success. please help me out.
thanks
regds
Raghavendra H
Hi,
I am novice in this. In my project I want to have a menu in my web page. I am trying it from past 3 days without success. please help me out.
thanks
regds
Raghavendra H
What sort of a menu? Upon first reading the question, I assumed something like this
But I assume that you already know this.Code:<table> <tr><td><a href="link.asp">Link 1</a></td></tr> <tr><td><a href="link2.asp">link 2 </a></td></tr> <tr><td><a href="link2.asp">link 3 </a></td></tr> <tr><td><a href="link2.asp">link 4 </a></td></tr> </table>
Please describe in detail what it is you're attempting to create.