On Sun, 25 Apr 2010 00:52:41 +0200, Jozsi Vadkan wrote: > What can i do about those empty spaces? i just can't figure it out...
Use CSS: *** <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <body> <style type="text/css"> a:link, a:visited, a:active { text-decoration: none; } a:hover { text-decoration: underline; } table.tabletemplate { display: inline-table; width: 100%; border-width: 1px; border-style: outset; border-color: #000000; } pre { display: inline; } </style></head><body><pre> test text here1 test text here2 <table class="tabletemplate"><tr><td><pre> test text here1 test text here2 </pre></td></tr></table> test text here1 test text here2 </pre><body></html> *** Note: + table.tabletemplate { display: inline-table; + pre { display: inline; } Greetings, -- Camaleón -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/pan.2010.04.25.10.43...@gmail.com