Page Jumps https://billusia.runboard.com/t12384 Runboard| Page Jumps en-us Thu, 28 Mar 2024 23:19:03 +0000 Thu, 28 Mar 2024 23:19:03 +0000 https://www.runboard.com/ rssfeeds_managingeditor@runboard.com (Runboard.com RSS feeds managing editor) rssfeeds_webmaster@runboard.com (Runboard.com RSS feeds webmaster) akBBS 60 Re: Page Jumpshttps://billusia.runboard.com/p240814,from=rss#post240814https://billusia.runboard.com/p240814,from=rss#post240814You're welcome, Brian. nondisclosed_email@example.com (Lesigner Girl)Tue, 19 Jan 2016 06:21:58 +0000 Re: Page Jumpshttps://billusia.runboard.com/p240813,from=rss#post240813https://billusia.runboard.com/p240813,from=rss#post240813*late response* Thanks, Lesa I had a look around and it looks pretty nifty so I'll probably use it for other stuff! nondisclosed_email@example.com (Messup434)Tue, 19 Jan 2016 03:22:24 +0000 Re: Page Jumpshttps://billusia.runboard.com/p240810,from=rss#post240810https://billusia.runboard.com/p240810,from=rss#post240810I don't think Chromebook uses Windows. If I'm right, this would explain why you don't have a Windows key, and you probably don't have Notepad. Try this instead.nondisclosed_email@example.com (Lesigner Girl)Wed, 13 Jan 2016 02:43:31 +0000 Re: Page Jumpshttps://billusia.runboard.com/p240809,from=rss#post240809https://billusia.runboard.com/p240809,from=rss#post240809Thanks But I have a different Chromebook version - one that doesn't have the Windows key I tried Google Docs instead but it can't save Thanks! nondisclosed_email@example.com (Messup434)Tue, 12 Jan 2016 21:11:34 +0000 Re: Page Jumpshttps://billusia.runboard.com/p240805,from=rss#post240805https://billusia.runboard.com/p240805,from=rss#post240805Not that Notepad. The Notepad program on your computer. Press the Windows key on your keyboard. See this pic if you don't know what that is. Type in the word, 'Notepad', without the quotes. Click on the word, 'Notepad', which should have this icon next to it. Paste the code in to there, then save it as practice.html. This will save the file to your computer, with the .html extension. Open that file in your browser. nondisclosed_email@example.com (Lesigner Girl)Thu, 07 Jan 2016 10:36:52 +0000 Re: Page Jumpshttps://billusia.runboard.com/p240804,from=rss#post240804https://billusia.runboard.com/p240804,from=rss#post240804  I'm so bad at this I opened up my Notepad (http://notepad.flowsoft7.com/) and pasted it in, then hit "save as", saved it as practice.html, went to open the file and it didn't appear in my files. Let's see how many mistakes I made there So the anchor has to be where you're linking to, right?   Thank you for helping me nondisclosed_email@example.com (Messup434)Tue, 05 Jan 2016 02:44:42 +0000 Re: Page Jumpshttps://billusia.runboard.com/p240803,from=rss#post240803https://billusia.runboard.com/p240803,from=rss#post240803I think the best way to understand how it works is to copy and paste the code, and see the results for yourself. Open Notepad, paste in the following, save it as practice.html, and then open it in your browser. <!doctype html> <head> <title>Practice page</title>   <style type="text/css">       div {           height: 500px;           border: 1px solid #000;           margin: 1em 0;           background: #eee;         }         #third {           color: red;           border-color: red;           background: #fee;         }     </style> </head> <body>     <ul>         <li><a href="#first">Jump to first section</a></li>         <li><a href="#second">Jump to second section</a></li>         <li><a href="#third">Jump to third section</a></li>         <li><a href="#fourth">Jump to fourth section</a></li>     </ul>     <div id="first">First section</div>     <div id="second">Second section</div>     <div id="third">Third section</div>     <div id="fourth">Fourth section</div> </body> </html> I added the red and pink styling, just to show you how an ID can be used as an anchor for links, and also how to style an ID.nondisclosed_email@example.com (Lesigner Girl)Tue, 05 Jan 2016 00:55:38 +0000 Re: Page Jumpshttps://billusia.runboard.com/p240802,from=rss#post240802https://billusia.runboard.com/p240802,from=rss#post240802  Great post! To be clear: The first bit you can change is what tells the link where to link to and the second changeable part is what the reader will see as the link to jump? Also, I assume you shouldn't use words such as "the" because it might link to the wrong part of the page?! So you could put "the-person" (just an example) to specify which part of the page you mean to link to?. I know I sound unprofessional with all these "layman's" terms nondisclosed_email@example.com (Messup434)Mon, 04 Jan 2016 22:02:36 +0000 Re: Page Jumpshttps://billusia.runboard.com/p240801,from=rss#post240801https://billusia.runboard.com/p240801,from=rss#post240801Hi Brian, I believe this is what you're looking for. nondisclosed_email@example.com (Lesigner Girl)Mon, 04 Jan 2016 19:05:19 +0000 Page Jumpshttps://billusia.runboard.com/p240800,from=rss#post240800https://billusia.runboard.com/p240800,from=rss#post240800Hi, I have yet another question for a website I'm going to design. It is about making page jumps. So anyway, I was wondering how to make page jumps. In case this isn't the right term, I mean when you click a link to take you to a certain section of a webpage. This link is usually at the top of the page. I read you have to make some link with keywords but for me that's gibberish so I came here if anyone knows. Thanks! nondisclosed_email@example.com (Messup434)Mon, 04 Jan 2016 18:14:16 +0000