Can someone help me with these tables?

liunx

Guest
Can someone help me out with these table designs? I'd appreciate any help!<br />
<br />
<!-- m --><a class="postlink" href="http://www.geocities.com/kwgoerbig/table.htm">http://www.geocities.com/kwgoerbig/table.htm</a><!-- m --><br />
<br />
-Kelly<!--content-->What exactly do you need?<!--content-->I'm just having a hard time getting the tables with both Row & Col spans to look right. Mostly getting the rowspans to work correctly. Whenever I try the table I make looks completly different.<!--content-->I'll look at it later and try to give you an answer tomorrow.<!--content-->You will have to be far more specific with what you are asking. The tables looked fine to me... but huh! that are images. It will also help if we can see the source for them as well. I don't think anyone can help till you let us know.<!--content-->I think he needs help on the source itself.<!--content-->Well if he doesnt let us have access to the source we still cant help can we.<!--content-->I think he wants to know how to set up the source to achieve the results shown in the pics he posted earlier. I guess we'll just have to wait and see what he says.<!--content-->They are images because it is part of an assignment. The tables have to be created by hand coding using the images as a model of sorts. I have re-created table 6 & 7, however with seven in the right rowspan I have a <td> block I can't get rid of. I don't know where it's coming from. Table 8, is giving me a lot of trouble, I need help with that one the most. Here are links to the .htm files.<br />
<br />
<br />
<br />
<!-- m --><a class="postlink" href="http://stu.wccnet.org/~kgoerbig/inp270/labs/table6.htm">http://stu.wccnet.org/~kgoerbig/inp270/labs/table6.htm</a><!-- m --><br />
<!-- m --><a class="postlink" href="http://stu.wccnet.org/~kgoerbig/inp270/labs/table7.htm">http://stu.wccnet.org/~kgoerbig/inp270/labs/table7.htm</a><!-- m --><br />
<!-- m --><a class="postlink" href="http://stu.wccnet.org/~kgoerbig/inp270/labs/table8.htm">http://stu.wccnet.org/~kgoerbig/inp270/labs/table8.htm</a><!-- m --><br />
<br />
Here is the original image link to the table layout:<br />
<!-- m --><a class="postlink" href="http://www.geocities.com/kwgoerbig/table.htm">http://www.geocities.com/kwgoerbig/table.htm</a><!-- m --><!--content-->Table 7<br />
<br />
In the first <TR> tag, beneath the <TD> tags already there, you need to put in this line of code:<br />
<br />
<TD rowspan=5>&nbsp;</TD><br />
<br />
Also, in the last <TR> tag, you need to delete the last <TD> tag.<br />
<br />
I'll get to the rest eventually.<!--content-->Table 8<br />
<br />
Here's the code for table 8. The changes I made are in red.<br />
<br />
<br />
<TABLE width=300 border=1><br />
<TBODY><br />
<TR><br />
<TD colSpan=2>&nbsp;</TD><br />
<TD colSpan=4>&nbsp;</TD><br />
</TR><br />
<TR><br />
<TD colSpan=6>&nbsp;</TD><br />
</TR><br />
<TR><br />
<TD rowSpan=3 colspan=4>&nbsp;</TD><br />
<td colspan=2>&nbsp</td><br />
</TR><br />
<TR><br />
<td colspan=2>&nbsp</td><br />
</TR><br />
<TR><br />
<TD>&nbsp;</TD><br />
<TD>&nbsp;</TD><br />
</TR><br />
<TR><br />
<TD>&nbsp;</TD><br />
<TD>&nbsp;</TD><br />
<TD>&nbsp;</TD><br />
<TD>&nbsp;</TD><br />
<TD>&nbsp;</TD><br />
<TD>&nbsp;</TD><br />
</TR><br />
</TBODY><br />
</TABLE><br />
<br />
<br />
I'm pretty sure those are the only changes I made. Please don't just copy and paste. If you're still confused, please let us explain it to you in detail. I just find it's easier to show someone the solution and then let them study it.<!--content-->
 
Back
Top