dfi10x wrote: > I want to make text thats formated like a table. > There should be the same spaces between the words in every row. > > As an example http://www.lookuptables.com/ > > Can someone tell me how to do so?
The only way in SVG 1.1 is to position each text bit individually by absolute position. I think the best way is either to generate the corresponding SVG by an external program, or to store data inside the SVG and place it by JavaScript. -- Philippe Lhoste -- (near) Paris -- France -- http://Phi.Lho.free.fr -- For servers mangling my From and Reply-To fields, -- please send private answers to PhiLho(a)GMX.net -- -- -- -- -- -- -- -- -- -- -- -- -- -- ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

