Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

James Ingmire
James Ingmire
11,901 Points

Really need a 1990's table layout wizz to understand this problem, help is much in need please people.

The following link shows a page with code I'am not used to at all, it is using the old table style layout however seems to be coded in a way quite hard to understand like tags which are not closed etc. Is that normal?

All I want to do, which is why so frustrating as normally so easy, is to delete the right column (images & text), then have the text (currently in the middle) stretch across the page.

When I try this, i can delete the right column, but then when I increase the width of the Personal Training section text the whole site shifts to the left and it seems pushing against something on the right.

Is there a simple explanation or is this too big job to post on the forum to look at this crazy coding. Hopefully one of you more experienced table designers could help me out or guess an answer.

Many thanks in advance if anyone can help, and heres the address for the page I'am having issues with.

http://www.basementlifestyle.co.uk/Personal%20Training.htm

Put your code or at least the part that you think is giving you the problem, please.

2 Answers

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

Here are the required modifications: http://www.diffchecker.com/vincefk3 (this will expire in 1 month)

I remember making such pages in early 2000s, the key is using the colspan attribute properly and removing fixed column widths ;).

James Ingmire
James Ingmire
11,901 Points

Thanks for your time and knowledge.

Jordan Heathcoat
Jordan Heathcoat
7,385 Points

Is there a specific reason you want to keep it laid out in tables? It's a pretty simple site. It shouldn't be too hard to do the layout in css instead. I realize that doesn't answer your question - just curious.

James Ingmire
James Ingmire
11,901 Points

Yea I know just wanted to know what I was missing as you say was easy problem but could not fix so was quite frustrating.