![]() |
| ||
| Linking Hello all, I need some help with linking. I someone clicks on "Step one" i want it, to go down the page and to where step one is located, and then when you click top of page, it goes up to the top of the page... How do i do that?? Cohen |
| ||
| Re: Linking Quote:
http://www.yourhtmlsource.com/text/internallinks.html Good question, never thought about that one before. |
| ||
| Re: Linking Thanks! Works a treat! Cohen |
| ||
| Re: Linking I know its solved and all... but just incase any of you other people are interested and don't feel like going to read it up on another site, here is how its done. To link to a specific title (text) on a page, simply give it an id. E.g. <html> To link back to the top of a page is quite easier. E.g. <html> All done;) |
| ||
| Re: Linking Now we just have to teach the beginners the meaning of that lorem ipsum stuff. :icon_cheesygrin: |
| ||
| Re: Linking Thanks! :) Cohen |
| ||
| Re: Linking This is you want to know. One link to top of page and another to bottom. First, you type two link element in your html document. e.g., <a>--</a> <a>--</a> Then, you set your link which you want to link top/bottom e.g., <a href="#bottom" id="top">To Bottom</a> <a href="#top" id="bottom">To Top</a> You clip "To Bottom", the link go to the bottom of page and so you clip "To Top", the link go to the top of page. |
| ||
| Re: Linking Try this type of 'goto top' link the style would be in a styleshweet in a page but this is an example <a href='#top' style='background: transparent; top: auto; left: auto; bottom: 1px; right: 1px; position: fixed;'> GoTo Top </a>creates a link that remains in the bottom right corner of the window on resize or scroll and always links to the top of the page. Its the last line in the include(menu) so appears on every page |
| All times are GMT -4. The time now is 9:49 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC