Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / December 2006

Tip: Looking for answers? Try searching our database.

How To Display Line Number In Browser

Thread view: 
A. Shiraz - 25 Dec 2006 14:48 GMT
Ok, here is a problem.

How would I display line numbers next a text displayed in a web
browser?

The problem is that web browsers wrap the text as desired
(automatically) so a word can be on line 5 in one sized browser and the
same word can spill over to line 6 in a differently sized browser.
Right? Ok!

But we can control this wrapping functionality by putting the text in a
table cell and restricting the size of the table, right? OK! but how do
we tell how the table will display the text? Meaning how do we know the
line number a certain word will fall in?

Here is an example. Supppose I have a passage "I want to find the line
number that the word IT is on, by line number I mean the line number
that the word IT will fall on when the browser displays the passage
wrapping this passage over three lines maybe four; the browser could
even display the sentence in a table which will ensure that the
sentence is displayed consistently but how will I know where IT will
fall in the table? Will IT fall on first line? given the size of the
table? will IT fall on the fourth? How to be able to know
programmatically the line number of the word IT will be located at?"

Now as the passage mentions how can I predict the line number that IT
will fall on when viewed on the browser screen EVEN if the display of
the passage is controlled by table size?

A
Alex Hunsley - 25 Dec 2006 19:33 GMT
> Ok, here is a problem.
>
> How would I display line numbers next a text displayed in a web
> browser?

Btw, this isn't really a Java question, there may be a more appropriate
newsgroup to post it to.

There may be a plugin out there to do something similar to what you're
wanting for Firefox, but that's just a very maybe....

I would add that if you're worrying about exact layout issues, and what
line a certain word appears on etc., then there may be much better ways
to get your end result. Why are you particularly interested in what line
a certain number appears on? What are you trying to do?

> The problem is that web browsers wrap the text as desired
> (automatically) so a word can be on line 5 in one sized browser and the
[quoted text clipped - 5 lines]
> we tell how the table will display the text? Meaning how do we know the
> line number a certain word will fall in?

Well, you don't, basically. That's one of the nice things about
webbrowsers - they format the text and you don't have to worry about
that (usually).

lex
Oliver Wong - 29 Dec 2006 16:14 GMT
> Ok, here is a problem.
>
[quoted text clipped - 5 lines]
> same word can spill over to line 6 in a differently sized browser.
> Right? Ok!
[...]

   Consider using pre-formatted text elements, such as <pre></pre>

   - Oliver


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.