• Answers
  • Web

Bookmarking a page on specific line of text

How can I bookmark a page pointing on a specific line, to allow continuous reading of a long text ?


Share Send to a friend Watch Report
 
 

2 Posted Answers
Order by

 

I am not sure if this can help: http://wizlite.com.

Posted 2007-03-04T20:29:24Z
Helpful?(1)
Rated as Best Answer
 
37 helpful answers

There is only one easy way to do this, and it works only if the page you want to save have tags (in HTML its written with <a name="tagName">), then you can refer to the specific tag with the file name and #tagname after it.

Another (harder) way to do so is with a bit of java script bypass. just copy the following line as a new bookmark address, change URL to the page address (leave the apostrophe (') there) and change the number (1000) to the number of pixels from the top of the page:

javascript:window.location.href='URL'; scrollTo(0,1000);

it's a bit of a complex, but it should work.

Posted 2007-03-11T17:21:13Z
Roki was invited by Yedda to answer this question.

Sign in to participate

Got an answer for ekuiro? Would you like to comment on the posted answers, or vote for the one which you think is the best?

Sign up for a free account, or sign in (if you're already a member).

Feed - Subscribe to changes to this Q&A Blog
ADVERTISEMENT
  • Answers
  • Web
Copyright © 2006-2009, Yedda Inc. and respective copyright owners · CC License