Re: creating tables...html

2010-04-25 Thread Nuno Magalhães
1. you have overlapping tags: begins before ends; 2.

Re: creating tables...html

2010-04-25 Thread Camaleón
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: *** a:link, a:visited, a:active { text-decoration: none; } a:hover { text-decoration: underline; } table.tabletemplate { display: inline-table; width: 100%;

Re: creating tables...html

2010-04-24 Thread Robert Baron
Here is a different way - kinda expensive with divs - depending on how rigorous the formatting needs to be. You can change the colors to what you want them to be. test text here1 test text here2 test text here1 test text here1 test text here1 test text here2 On Sat, Apr 24, 20

Re: creating tables...html

2010-04-24 Thread Mike Bird
On Sat April 24 2010 15:52:41 Jozsi Vadkan wrote: > > > a:link, a:visited, a:active { text-decoration: none; } > a:hover { text-decoration: underline; } > table.tabletemplate { width: 100%; border-width: 1px; border-style: > outset; border-color: #00; } > > test text here1 > test text here2