• Table with in a table
    29 replies, posted
I've been trying to make a table for a friend that wants to put it on their website. They dont know anyone who can do HTML and they asked me. Im taking a Computer College course to spruse up my PC skills. My PC skills are fine, its the HTML, XHTML, D-HTML and CSS that im having trouble with. The code below is for a a game, Sudoko. Using a CSS script for the table, I need to place 2 different images in 9 3x3 boxes(checker board going green gold green, gold green gold, and green gold green) with borders in a 10x10 table with the top row and far left column left out of the borders. I have the table set up the right way, however, I try to place a table inside the the other table, it appears above the original. And no, beofer you ask or say, the book given to me that talks about this stuff doesnt help. [code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled</title> </head> <body> <table width="400" hight="400" nowrap="400" colspan="10" rowspan="10" border="0" align="center" frame="border" cellspacing="20"> <tr><td><th></th></td><th>1</th><th>2</th><th>3</th><th>4</th><th>5</th><th>6</th><th>7</th><th>8</th><th>9</th></tr> <tr><td><th>A</th></td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td></tr> <tr><td><th>B</th></td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td></tr> <tr><td><th>C</th></td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td></tr> <tr><td><th>D</th></td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td></tr> <tr><td><th>E</th></td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td></tr> <tr><td><th>F</th></td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td></tr> <tr><td><th>G</th></td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td></tr> <tr><td><th>H</th></td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td></tr> <tr><td><th>I</th></td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td><td>cell</td></tr> </table> </body> </html> [/code]
this is not web dev, get out Edit: Craptasket, this is not webdev, dont move webdev posts here
For a second I thought this thread was about multidimensional arrays.
A: I was tired, I was being lazy about it B: Someone is looking for help, dont be ignorant about it Simply looking for some help, if you dont have any idea how to, dont reply.
[QUOTE=Sky Hunter;28473555]B: Someone is looking for help, dont be ignorant about it[/QUOTE] If someone is look for help then they're the ignorant one, seeking to be less ignorant.
Right, which is why Im actaully trying to help a friend out while someone is saying its a complete waste of time, nice comparison of the situation. A simple plee from anyone for asistance is met with hostile replies made by people who care less about there grandmother and more about their lvl 57 mage. If your gonna justify that Im being ignorant, speak for yourself. Dont be a hypocrite, unless you were already, then your opinion doesnt really count. And Ill say it again, have nothing to help with what I ask, dont post in the topic.
lol
[QUOTE=Sky Hunter;28473982]Right, which is why Im actaully trying to help a friend out while someone is saying its a complete waste of time, nice comparison of the situation. A simple plee from anyone for asistance is met with hostile replies made by people who care less about there grandmother and more about their lvl 57 mage. If your gonna justify that Im being ignorant, speak for yourself. Dont be a hypocrite, unless you were already, then your opinion doesnt really count. And Ill say it again, have nothing to help with what I ask, dont post in the topic.[/QUOTE] The reason for there being more than a couple hostile replies is that you reacted in a hostile way. The reason for the original ones is that you're using tables, which is generally frowned upon for non-tabular data. Also that self-righteous attitude won't fly around here with some of our less accomodating posters, as shown above.
You don't really reserve the right to tell us not to reply. If you want a table in a table just put a table in a table. It's gonna look like shit though.
Not to get off-topic, you'd be better styling with CSS, for a multitude of reasons. Tables just cause problems and look ugly.
Its working in correlation with a CSS file, which is the overlay for the game's parameters, not the table itself. They strictly want a table using a HTML based code with a CSS for the game setup. Anyway, CSS is not something that can be subituted for anything you can figure out in HTML. nivek, you obviously have little skill with HTML coding, and technically, I can tell you wheather you can or not cause you didnt consider that Ive tried that already. If your going to blur out everything as if it was nothing, tell everyone about your life with your rainbows, Im seeking answers, not what you do in the closet.
Lol I have "little html skill"? lol
>Implying HTML requires "skill"
[QUOTE=Sky Hunter;28476156]Its working in correlation with a CSS file, which is the overlay for the game's parameters, not the table itself. They strictly want a table using a HTML based code with a CSS for the game setup. Anyway, CSS is not something that can be subituted for anything you can figure out in HTML. nivek, you obviously have little skill with HTML coding, and technically, I can tell you wheather you can or not cause you didnt consider that Ive tried that already. If your going to blur out everything as if it was nothing, tell everyone about your life with your rainbows, Im seeking answers, not what you do in the closet.[/QUOTE] CSS isn't a means to make game mechanics if that's what you're inferring. HTML isn't 'coding', it's markup. Being gay is in no way wrong, and if he is it has no relevance to this thread.
I have a cabinet drawer type deal in my room, do I still get to be gay?
[QUOTE=Sky Hunter;28476156]Its working in correlation with a CSS file, which is the overlay for the game's parameters, not the table itself. They strictly want a table using a HTML based code with a CSS for the game setup. Anyway, CSS is not something that can be subituted for anything you can figure out in HTML. nivek, you obviously have little skill with HTML coding, and technically, I can tell you wheather you can or not cause you didnt consider that Ive tried that already. If your going to blur out everything as if it was nothing, tell everyone about your life with your rainbows, Im seeking answers, not what you do in the closet.[/QUOTE] >Insults Nivek. >Doesn't use grammar, punctuation, or spelling. :eng99:
[img]http://gyazo.com/8d162e9b1634fd65e46d4722c9afca36.png[/img]
He must go to community college...
[QUOTE=Sky Hunter;28476156]Its working in correlation with a CSS file, which is the overlay for the game's parameters, not the table itself. They strictly want a table using a HTML based code with a CSS for the game setup. Anyway, CSS is not something that can be subituted for anything you can figure out in HTML. nivek, you obviously have little skill with HTML coding, and technically, I can tell you wheather you can or not cause you didnt consider that Ive tried that already. If your going to blur out everything as if it was nothing, tell everyone about your life with your rainbows, Im seeking answers, not what you do in the closet.[/QUOTE] Being rude and expecting help in return will get you nowhere. We aren't obligated to help, or even reply. How about showing some appreciation that we took the time to post in an attempt to help you. As you will find, there are many knowledgeable people in this section, nivek included.
This post is not really to help your problem (Since i really think that you have approached this ALL wrong) but rowspan and colspan makes no sence in a <table> tag.. actually its not even allowed there (And hence does nothing) D-HTML ? Did you take your delorean straight from the 90ies ? Its not really an expression used anymore since JS is so common its considered standard practice (more or less) Besides from that i really don't understand your question, if you want a table in a table just do it..
Yo dawg...ah, fuck it. You can't put a table in a table.
Sure you can, but it makes no sence from a semantical point of view..
[QUOTE=supersnail11;28481567]Yo dawg...ah, fuck it. You can't put a table in a table.[/QUOTE] You can but it's a silly thing to do.
[QUOTE=cas97;28481657]You can but it's a silly thing to do.[/QUOTE] Oh yeah, I was thinking of a text area...
[QUOTE=supersnail11;28481690]Oh yeah, I was thinking of a text area...[/QUOTE] Maybe you should take a nap, your posts is starting to make less and less sense :-)
[QUOTE=reeferdk;28481740]Maybe you should take a nap, your posts is starting to make less and less sense :-)[/QUOTE] You can't put a textarea in a textarea.
[QUOTE=supersnail11;28481764]You can't put a textarea in a textarea.[/QUOTE] That is correct and even if you could it would be a silly thing to do.
[QUOTE=supersnail11;28481764]You can't put a textarea in a textarea.[/QUOTE] Of course you can't, thats why you need to take a nap before you say anymore strange or silly things..
[QUOTE=Ehmmett;28481859][img_thumb]http://img156.imageshack.us/img156/3696/inceptionl.png[/img_thumb] Table within a table you say? [i]You know you saw this joke coming from miles away.[/i][/QUOTE] God damnit you beat me.
Sorry, you need to Log In to post a reply to this thread.