Forum Moderators: not2easy
Say you have 3 lines of text:
Line 1 xxxxxxxxxxxxxxxxxxx
Line 2 xxxxxxxxxxxx
Line 3 xxxxxxxxxxxxxxxxxxxxxx
And you want to have another element to the right of each line but you want these elements to be inline with each other(_used as spacer):
Line 1 xxxxxxxxxxxxxxxxxxx_______X
Line 2 xxxxxxxxxxxx______________X
Line 3 xxxxxxxxxxxxxxxxxxxxxx____X
Now this is easy enough to accomplish by giving each line the same fixed width but it becomes a problem if the text size is increased.
Ok I hope that make sense. Anyone know how to go about getting around this problem.
Thanks
Jordan
In the link (the correct one heh) BlobFisk links to a post from SuzyUK showing how to calculate (troughly) from px to em. Seemed to worked pretty well and cut out alot of the guess work. :)
Jordan