-
AuthorPosts
-
May 5, 2014 at 11:31 am #197408
I have made via editor a simple table and this is the code generated:
<table style=”width: 450px;” border=”1″ cellspacing=”5″ cellpadding=”5″>
<tbody>
<tr>
<td><span style=”color: #000000 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;”>Assicurazione infortuni e r.c</span></td>
<td style=”text-align: center;” rowspan=”3″><span style=”color: #000000 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;”>€ 40 per tutte le classi</span></td>
</tr>
<tr>
<td><span style=”color: #000000 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;”>Libretto scolastico </span></td>
</tr>
<tr>
<td><span style=”color: #000000 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;”>Pagelle </span></td>
</tr>
</tbody>
</table>When I control the page aspect in any browser the table looks without borders but the outside left and right ones and the bottom one. I can’t figure out where the problem could be. Any help will be appreciated.
robyrom
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
May 6, 2014 at 9:04 am #533770Hi Robyrom,
You want the table as in this image? http://prntscr.com/3godrb
If so, pls replace your code with this one:
<table style="width: 450px;" border="1" cellspacing="5" cellpadding="5">
<tbody>
<tr>
<td><span style="color: #000000 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;">Assicurazione infortuni e r.c</span></td>
<td style="text-align: center; vertical-align: middle;" rowspan="3"><span style="color: #000000 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;">€ 40 per tutte le classi</span></td>
</tr>
<tr>
<td><span style="color: #000000 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;">Libretto scolastico </span></td>
</tr>
<tr>
<td><span style="color: #000000 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;">Pagelle </span></td>
</tr>
</tbody>
</table>AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Nazario A 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
table border
Viewing 2 posts - 1 through 2 (of 2 total)