How to add paragraph and pictures after Navigation menu | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add paragraph and pictures after Navigation menu

Navigation menu

26th Apr 2017, 4:33 PM
Brian Linderman
Brian Linderman - avatar
5 Answers
0
What do you mean? Do you want the below the menu or when the menu is clicked, or in the menu?
26th Apr 2017, 4:41 PM
Mike B
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
26th Apr 2017, 4:44 PM
Brian Linderman
Brian Linderman - avatar
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
26th Apr 2017, 4:48 PM
Mike B
0
Mike Are you in WhatsApp
26th Apr 2017, 4:52 PM
Brian Linderman
Brian Linderman - avatar
0
No I'm not. I using similar code to do the same thing on my asp.net master page
26th Apr 2017, 4:56 PM
Mike B