I need to have a small site done by this evening. I finished the layout design, but I'm having trouble setting up the base table for it, I just can't remember how to get it done right. Haven't toyed with websites in several years, so I'm a little rusty.
I placed a red arrow next to some mysterious extra cell spacing that appeared right above the 'TOP BAR' cell. I feel like I'm missing something, but my O'Reilly html bible doesn't seem to mention anything about this. I could use a little help, I've wasted too much time on this already.
[INDENT]'..tolerance when fog rolls in clouds unfold your selfless wings feathers that float from arabesque pillows I sold to be consumed by the snow white cold if only the plaster could hold withstand the flam[url="http://bit.ly/foT0XQ"]e[/url] then this fountain torch would know no shame and be outstripped only by the sun that burns with the glory and honor of your..'[/INDENT]
I think the problem is that you stuck everything in a single HTML table, the solution is probably to turn the third column into a table itself, then add the rows.
That may or may not pose a problem because I need to insert a hyperlink in 'menu cell 1' that alters a frame in 'middle'. I'll get to that later though, lets see if this works.
Edit: It does something altogether different, but it gets closer to the end result than I've been able to come.
Edit: I found a different approach. This thread can be closed or deleted.
[INDENT]'..tolerance when fog rolls in clouds unfold your selfless wings feathers that float from arabesque pillows I sold to be consumed by the snow white cold if only the plaster could hold withstand the flam[url="http://bit.ly/foT0XQ"]e[/url] then this fountain torch would know no shame and be outstripped only by the sun that burns with the glory and honor of your..'[/INDENT]
I know you said you were done, but I'd just like to provide some input:
I think your issue is that you have some of your TD tags outside TR tags. That I recall will cause issues as they have to be nested.
However, I've not worked much with tables lately, we/I use div-tags for all such positioning now, as it is much easier to use change/update designs (although a bit more tricky to use).