I'm using tabs in my page and I want to link text to the "contact me" tab so that people can easily get to my contact form. How would I do that when it's not a ul or li?
I'm using tabs in my page and I want to link text to the "contact me" tab so that people can easily get to my contact form. How would I do that when it's not a ul or li?
You can look here (at the name Attribute area) to see how to set up anchor links, which is what you're wanting I think.
I'm not quite sure how to do that with the tab sections I have. I'm using the Post/Page tabs plugin. You can see it here: http://shansshredsdesigns.com
The section/tab I want it to go to is the "contact & payment" tab. It has the attribute of [tab name='Contact & Payment'] Not sure how to use that in the example you sent me to.
Yeah, you need to be able to get a "name" into the href like:
<a href="link_here" name="#anchor">Contact & Payment</a>
Not sure you'll be able to do that using the plugin (unless you wanted to modify the plugin).
Yeah, I don't modify plugins. LOL
This kind of sucks that I can't use the anchor. OY
Yeah...and I'm not saying it's completely impossible but not that I know of they way you have things set up currently :(
Thank you for your help anyway. Maybe I can ask on the forum for that plugin and see what they say.
Good idea, and no problem!
This topic has been closed to new replies.