mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Puzzles

Reply
 
Thread Tools
Old 2006-03-19, 20:21   #1
JuanTutors
 
JuanTutors's Avatar
 
Mar 2004

10338 Posts
Default HTML Table challenge

I suspect that an html table format like the following is impossible. I am still trying to get it, just for fun, but am challenging you to try for it too.

Rules:

1. Don't post code until you've tested it. The obvious didn't work for me.

Tip: If your html editor has a renderer, it probably doesn't render it the same as your browser.
Code:
______________
|    |       |
|____|       | 
|    |_______|
|____|       |
|    |       |
|____|_______|
JuanTutors is offline   Reply With Quote
Old 2006-03-19, 20:31   #2
axn
 
axn's Avatar
 
Jun 2003

31×163 Posts
Default

Works in IE and firefox.

<html>
<title>??</title>
<body>
<table border=1>
<tr height=50>
<td>
Cell 1
</td>
<td rowspan=2>
Cell 2
</td>
</tr>
<tr height=50>
<td rowspan=2>
Cell 3
</td>
</tr>
<tr height=50>
<td rowspan=2>
Cell 5
</td>
</tr>
<tr height=50>
<td>
Cell 4
</td>
</tr>
</table>
</body>
axn is online now   Reply With Quote
Old 2006-03-20, 17:55   #3
JuanTutors
 
JuanTutors's Avatar
 
Mar 2004

21B16 Posts
Default

I didn't expect it to be that easy. I tried quite a few things and nothing worked, but yours works, as it should obviously work.
JuanTutors is offline   Reply With Quote
Old 2006-08-14, 21:40   #4
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

17·251 Posts
Default This works, too!

[FONT=monospace]<html>
<head>
<title>Table</title>
</head>
<body>
<table width="244" border="1" cellspacing="2" cellpadding="0">
<tr>
<td rowspan="2" colspan="4">a</td>
<td rowspan="3" colspan="7">a</td>
</tr>
<tr>
</tr>
<tr>
<td rowspan="2" colspan="4">a</td>
</tr>
<tr>
<td rowspan="3" colspan="7">a</td>
</tr>
<tr>
<td rowspan="2" colspan="4">a</td>
</tr>
<tr>
</tr>
</table>
<p></p>
</body>
</html>[/FONT]

Attached is the page in a zip so you can see it rendered. easy task
Attached Files
File Type: zip table.zip (286 Bytes, 144 views)
Mini-Geek is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
A Challenge on the net devarajkandadai Miscellaneous Math 0 2012-05-31 05:17
Challenge science_man_88 Miscellaneous Math 229 2009-09-07 08:08
HTML validator dislikes PrimeNet Random Poster PrimeNet 0 2009-03-30 20:41
Script that searches HTML and displays HTML effect jasong Linux 3 2007-10-22 02:34
Another challenge R.D. Silverman Programming 24 2005-07-27 21:08

All times are UTC. The time now is 12:43.


Sat Jul 17 12:43:15 UTC 2021 up 50 days, 10:30, 1 user, load averages: 1.33, 1.41, 1.35

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.