The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> HTML BLOGGER HELP, Drop down menu
2bleupbeatz
post Jul 10 2014, 08:57 AM
Post #1





Group: Members
Posts: 1
Joined: 10-July 14
Member No.: 21,235



I am trying to edit a template and I need help with my drop down menu. I can not figure out how to link to my desired page. If at all possible I really want the nav buttons to open a page within a page, but keep the same highlighting effects. Any help with this would be greatly appreciated.
Here is the link to my blog: http://2bleupbeatz2.blogspot.com . I am also attaching the xml file as well.

This post has been edited by 2bleupbeatz: Jul 10 2014, 09:02 AM


Attached File(s)
Attached File  template_7323902663291123058.xml ( 171.5k ) Number of downloads: 228
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jul 10 2014, 09:52 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,731
Joined: 9-August 06
Member No.: 6



You put the URL to the page as the value of the href attributes in the A tags, where there currently is a hash sign.

HTML
<ul>
<li><a href='#'><span>Columns</span></a></li>
<li><a href='#'><span>Columns Full-width</span></a></li>
<li><a href='#'><span>Images Shortcodes</span></a></li>
<li><a href='#'><span>Video Shortcodes</span></a></li>
<li><a href='#'><span>Shortcodes</span></a></li>
<li><a href='#'><span>Typography</span></a></li>
</ul>


That is, instead of
HTML
<a href='#'>...</a>

you need something like
HTML
<a href="http://google.com">...</a>

or
HTML
<a href="page.html">...</a>


QUOTE
If at all possible I really want the nav buttons to open a page within a page


Sounds like frames or an iframe and you would need a whole other layout.

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 26th April 2024 - 08:10 AM