• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Crossed spans

 
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi !
I've found out that the following html piece doesn't render correctly in any of browsers I've seen.
This is of course incorrect HTML, as it tells cpans to overlap each other, forming a cross. But my question will be - does somebody know how to render this sort of tables, when we have overlapped spans ? I didn't find it in any standarts or smth. else.
Thanx for your help.

<html><body>

<table border=1 cellspacing=0 cellpadding=0>
<tr><td>left<br>up</td><td
rowspan=3>row<br>span<br>row<br>span</td><td>right<br>up</td></tr> <tr><td
colspan=3>col span</td></tr>
<tr><td>left<br>down</td><td>right<br>down</td></tr>
</table>
</body></html>

------------------
With best of best regards, Pawel S. Veselov ( aka Black Angel )
 
If you open the box, you will find Heisenberg strangling Shrodenger's cat. And waving this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic