basic html question...?
on my home page below the screen cut off i have some main points i.e a short 20word description then a link that says to find out more... but i dont know where to direct this link the more is on the same page just down below so i want somoene to click read more and the page to go down untill the end of the artical
this is just an example but
indoor painting
blah blah blahblahklsdfjaskldja
rerad more when the click read more i
want the page to come way down here by itself
how do i do it:)
thanks
and i am using html
mainly
hardy any of the other stuff such as jave or c++ dont know if this matters or not
Public Comments
- you have to use aan anchor tag A HREF or something to that effect, been a long time since I coded HTML, and then you have to create a link pointing to that anchor. Do a web search for anchor tags...
- that is called a bookmark in a webpage, frontpage and most programs do it just search help for bookmark
- This is how you do it: the link would be: <A HREF="#moreinfo">click here to read more</A> and the "more" text shoud be placed between this <A NAME="moreinfo"> indoor painting blah blah blahblahklsdfjaskldja rerad more when the click read more i </A>
- Yep, use the anchor tag!
Powered by Yahoo! Answers