rowspan use in tables

Hello,<br />
I am trying to put a pedigree for a friends pets into a table format. I have been using the rowspan tag so far with no problems to show offspring of the parent. But on the very last animal (Shawnee) I am not able to get his three kids (Emily, Elvis and Blue Storm)to be next to his cell. You can see where it works earlier with Heidi and her offspring. What am I missing?<br />
<br />
I have linked the site below.<br />
<br />
<br />
Thanks!! <br />
Lindsay <br />
<!-- m --><a class="postlink" href="http://www.angelfire.com/al4/patesfuzzyfarm/pedigree.htm">http://www.angelfire.com/al4/patesfuzzy ... digree.htm</a><!-- m --><!--content-->looks like you just have an extra <td> in there or something. count all your <td>s. i usually make a graph in multicolor to help me plot what goes where. when you get into row and column spans, it can be pretty confusing sometimes.<!--content-->you have many <td> tags with no writing in them. was this on purpose? i suggest for a table that big you use an editor like the one in word.<!--content-->Yea, that shows us your knowledge of html.<!--content-->Morrow. Do you know **** of HTML? <td> tag's don't need anything in them. They can be there to just fill up space that is not being used. If you knew HTML, you would know what I am speaking of. Moron.<br />
<br />
EDIT: Here we go smartass. The <TD> tags are there to do something called, CREATIVITY.<!--content-->ok, <br />
<br />
I cleaned it up a little and checked for tags I forgot to close. I was able to get all three of the kids (Elvis, Emily and Blue Storm) on the same line- but I can't get it on the same line next to Shawnee. At least Shawnee is 3 rows deep now :)<br />
<br />
Any other suggestions?<br />
Thanks!!<br />
<br />
Lindsay<br />
<br />
<!-- m --><a class="postlink" href="http://www.angelfire.com/al4/patesfuzzyfarm/pedigree.htm">http://www.angelfire.com/al4/patesfuzzy ... digree.htm</a><!-- m --><!--content-->There is probably a much better way of doing this, but the night is getting long and thinking is just not there. Try this...<br />
<br />
<table border="1"><tr><br />
<th>1st gen</th><th>2nd gen</th><th>3rd gen</th><th>4th gen</th><br />
</tr><tr><br />
<td>Bluebell</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td rowspan="3">Eve</td><td>Evie Jr.</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td>HT's Felicity</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td>HT's Eeyore</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td rowspan="2">Tempest</td><td>Milk Duds</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td>Buttercup</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td>Gizelle</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td rowspan="3">Heidi</td><td>Heidi Jr.</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td>Hayley</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td>Heiden</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td rowspan="2">Rosey</td><td>Rosalie</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td>Rahja</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td rowspan="3">Shawnee</td><td>Emily</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td>Elvis</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td>Blue Storm</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr></table><!--content-->Looks pretty good, and thanks for your help. That gives me Elvis, Emily and Blue Storm all on the same line, but I need them in the next column after Shawnee- I will try to do it below but not sure if it will get messed up or not.<br />
<br />
Col 2 &nbsp &nbsp Col 3 &nbsp &nbsp Col 4<br />
<br />
Rahja--Shawnee--Emily<br />
&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp&nbsp &nbsp -Elvis<br />
&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp-Blue Storm<br />
<br />
I left column one out from above.<br />
<br />
<br />
Lindsay<!--content-->Perhaps this then?<br />
<br />
<table border="1"><tr><br />
<th>1st gen</th><th>2nd gen</th><th>3rd gen</th><th>4th gen</th><br />
</tr><tr><br />
<td>Bluebell</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td rowspan="3">Eve</td><td>Evie Jr.</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td>HT's Felicity</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td>HT's Eeyore</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td rowspan="2">Tempest</td><td>Milk Duds</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td>Buttercup</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td>Gizelle</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td rowspan="3">Heidi</td><td>Heidi Jr.</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td>Hayley</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td>Heiden</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td rowspan="4">Rosey</td><td>Rosalie</td><td>&nbsp;</td><td>&nbsp;</td><br />
</tr><tr><br />
<td rowspan="3">Rahja</td><td rowspan="3">Shawnee</td><td>Emily</td><br />
</tr><tr><br />
<td>Elvis</td><br />
</tr><tr><br />
<td>Blue Storm</td><br />
</tr></table><!--content-->Sorry about going off subject there clazoo. Just going throught some problems right now. Glad you got it working to you likeing.<!--content-->Thank you so much everybody, especially Htmlite, my friend will be so excited to see this working! I really appreciate the time you took to help a newbie.<br />
<br />
Lindsay<!--content-->It can still break in some browsers. Check the last few [nesting errors (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.angelfire.com%2Fal4%2Fpatesfuzzyfarm%2Fpedigree.htm&doctype=HTML+4.01+Transitional&charset=iso-8859-1+%28Western+Europe%29&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m -->)] in the code, as well as several other minor things.<br />
<br />
<br />
Add type="text/javascript" to every <script> tag.<br />
<br />
<br />
Add alt="some text" to every <img > tag, the text reflecting what is in the dispayed image. On unimportant images, like spacer elements, a minimum of alt="" is fine. For bullet-point images, alt="*" is often used. Search engines do index the alt text. The alt attribute is a required element.<br />
<br />
<br />
Check the nesting errors that remain.<!--content-->
 
Back
Top