spipkin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Anchors within dropdown menu using text editorHi Andrew,
Would you be able to show me how you would create a menu within the page with anchor links inserted? Would you not use the select element?We think that we are just writing something wrong in the text editor. So in the select element below, what would i need to change to make it jump down to the created anchor for each state? I am uncertain how to alter this element to include the onchange=”goto(this.value)”> html you mentioned. Would i add this to each <option>state</option> somewhere? Again, total beginner to back end editing.
<select>
<option>Alabama</option>
<option>Alaska</option>
<option>Arizona</option>
<option>Arkansas</option>
<option>California</option>Thank you for your help.
StephanieForum: Fixing WordPress
In reply to: Anchors within dropdown menu using text editorHi Andrew,
The select element is the dropdown menu of states for someone to choose from. We want it to be that when someone selects a state from the menu, it jumps down to that state on the page using an anchor.
For example, here is our current website dealer list that I am trying to recreate in our new website.
http://www.ussolarmounts.us/installer.html
I have all of the anchors set in the text editor, but any time I try to link to the anchors within the dropdown menu, it doesn’t do anything.Is there a way to make the dropdown menu with anchor links so it behaves like the current dealer page we have?
Thanks!
Stephanie