Click to See Complete Forum and Search --> : Looking for a script


carmenprincipe
04-15-2006, 12:30 PM
HI
Im looking for a script that I can use in my FAQ page, what I need is that if I select a question and click in it it goes straight to the answer. I got the questions and answers in the same page, so it should go down to the answer.
thanks
Carmen

blah1985
04-15-2006, 12:39 PM
use the #whatever

check out

http://www.w3.org/TR/REC-html40/struct/links.html

carmenprincipe
04-15-2006, 12:59 PM
Hi
thanks I'll read that I hope I find that script
Carmen

felgall
04-15-2006, 04:21 PM
It is HTML.

question one text
<a href="#a1">Answer</a>
question two text
etc.

<a name="a1" id="a1"></a>
answer one text

carmenprincipe
04-15-2006, 06:04 PM
Hi
I know it may sound silly but I dont know html Im learning.
did you mean is question one what is a line
< href="#a1">a line is whatever</>
I need to do with the 34 questions the same right?
then where In the code I put this I asssume is in the faq code page Im using front page 2003
then <what I write in a name?
<a name="a1" id="a1"></a> this means the answer? and it goes at the end of the code page or next to question two text as show up
Im sorry to be a pain but I really appreciated all your help to me.
this is my site you can see what I mean in the FAQ http://www.geocities.com/new_in_psp/index.html
I need to put the questions alone so is what Im doing right now
thanks again for your time and attention
Carmen