[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: creating tables...html



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


Reply to: