W westleema Estimable May 18, 2015 17 0 4,560 Jun 15, 2016 #1 i have a blog [link removed] i want to change the black menu bar (under my logo) but in the HTML i founded </ul> <ul> and <li> </li>. im trying to change it, after i changed it my blog messed up. i don't know what is that. Please help me
i have a blog [link removed] i want to change the black menu bar (under my logo) but in the HTML i founded </ul> <ul> and <li> </li>. im trying to change it, after i changed it my blog messed up. i don't know what is that. Please help me
Mr Kagouris Estimable Sep 7, 2015 141 0 4,710 Jun 15, 2016 #2 What exactly is the issue? Upvote 0 Downvote
JustifyHerko Honorable Nov 9, 2013 11 0 10,570 Jun 15, 2016 #3 Yeah that's correct, for example. <div id="menu"> <ul> <li class="red">home</li> <li class="green">about us</li> <li class="blue">contact</li> </ul> </div> If you menu has a name like "Menu Bar" Just use something like that above to change colour. Upvote 0 Downvote
Yeah that's correct, for example. <div id="menu"> <ul> <li class="red">home</li> <li class="green">about us</li> <li class="blue">contact</li> </ul> </div> If you menu has a name like "Menu Bar" Just use something like that above to change colour.
W westleema Estimable May 18, 2015 17 0 4,560 Jun 15, 2016 #4 Mr Kagouris : What exactly is the issue? i want to add more menu Upvote 0 Downvote
W westleema Estimable May 18, 2015 17 0 4,560 Jun 15, 2016 #5 JustifyHerko : Yeah that's correct, for example. <div id="menu"> <ul> <li class="red">home</li> <li class="green">about us</li> <li class="blue">contact</li> </ul> </div> If you menu has a name like "Menu Bar" Just use something like that above to change colour. how to add more menu? Upvote 0 Downvote
JustifyHerko : Yeah that's correct, for example. <div id="menu"> <ul> <li class="red">home</li> <li class="green">about us</li> <li class="blue">contact</li> </ul> </div> If you menu has a name like "Menu Bar" Just use something like that above to change colour. how to add more menu?
Mr Kagouris Estimable Sep 7, 2015 141 0 4,710 Jun 15, 2016 #6 Use the <li> tags as shown in JustifyHerko's post, or use another <ul> if you want it to have sub-menus. Upvote 0 Downvote
Use the <li> tags as shown in JustifyHerko's post, or use another <ul> if you want it to have sub-menus.
rgd1101 Don't Moderator Nov 7, 2011 17,826 207 87,600 Jun 15, 2016 Solution #7 here where you can learn about html http/www.w3schools.com/ Upvote 0 Downvote Solution
W westleema Estimable May 18, 2015 17 0 4,560 Jun 15, 2016 #8 rgd1101 : here where you can learn about html http/www.w3schools.com/ thanks Upvote 0 Downvote