0
How to add paragraph and pictures after Navigation menu
Navigation menu
5 odpowiedzi
0
What do you mean? Do you want the below the menu or when the menu is clicked, or in the menu?
0
I mean that after that menu I want to insert things (Pictures,words in paragraph)
because I'm designing a Website and I'm already create the navigation menu
0
Then you can use div tags and css:
<div id="menu">
menu content can go here
</div>
<div>
<p>content</p>
</div>
will have to be tweaked for actual needs, but something like that
0
Mike Are you in WhatsApp
0
No I'm not. I using similar code to do the same thing on my asp.net master page