Website Question

mccayry

New member
I am building my website. I am going to have a FAQ page. I cant figure out how to link the question with the answer on the same page. I hope that makes since. Any help would be greatly appreciated.
 
I am building my website. I am going to have a FAQ page. I cant figure out how to link the question with the answer on the same page. I hope that makes since. Any help would be greatly appreciated.

I know what your asking.

For Question number one link to "#1" without the quotation marks, question number two link "#2" and so on.

Then your answer will need to have an anchor tag by it.
Use this [a name="1"][/a]

Change the [ ] symbols to < > tags. Couldn't post the code here because it conflicts the html on the site.

This should work if done correctly.
 
I know what your asking.

For Question number one link to "#1" without the quotation marks, question number two link "#2" and so on.

Then your answer will need to have an anchor tag by it.
Use this [a name="1"][/a]

Change the [ ] symbols to < > tags. Couldn't post the code here because it conflicts the html on the site.

This should work if done correctly.

matt to post code on the forums just space it out like this

This is the code for the link below
< a href = h t t p : / / w w w . e a s y p r o p r o p e r t y s e r v i c e s . c o m > Power Washing < / a >
<a href=http://www.easypropropertyservices.com> Power Washing </a>
 
Or you can use the "wrap HTML code" feature.....



HTML:
<a href="http://www.firstchoicepowerwashing.com">Pressure Washing Lexington KY</a>
 
Back
Top